Hi all, I just pushed a rewrite of reddit-mode which is backward-compatible in almost all ways with the old one. The one breaking change is that the `next' and `previous' commands no longer go to the next and previous page respectively when you reach either end of the list. To get the old behavior back, put this in your rc:
reddit_end_behavior = 'page'; You will also find that the `o' key opens the current article in a new buffer, while `return' will open it in your current buffer. Those keys have been generalized out of reddit-mode, so you can use them throughout Conkeror. When no special page-mode is in effect, they simply act on the focused hyperlink. -- John Foerch _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
