How can I bookmark Info page to continue reading later ?
Asked
Active
Viewed 445 times
1 Answers
11
Some bookmarking commands to get you started:
C-x r m
– set a bookmark at the current location (e.g. in a file)C-x r b
– jump to a bookmarkC-x r l
– list your bookmarksM-x bookmark-delete
– delete a bookmark by name
Courtesy of emacswiki

Nsukami _
- 6,341
- 2
- 22
- 35
-
8Sake: Note that these commands are not *specific* to Info nodes. Bookmarks are a very general facility. – phils Nov 03 '14 at 03:30