Added a new function hackernews-load-more-stories which allows additional stories to be appended to the existing buffer. In order for this to work, the list of story ids is saved in a variable hackernews-top-story-list upon first retrieval or refresh. After that, whenever hackernews-load-more-stories is called, additional stories from this list get added to the buffer until the list is exhausted.
Added a new function
hackernews-load-more-stories
which allows additional stories to be appended to the existing buffer. In order for this to work, the list of story ids is saved in a variablehackernews-top-story-list
upon first retrieval or refresh. After that, wheneverhackernews-load-more-stories
is called, additional stories from this list get added to the buffer until the list is exhausted.The function is bound to the
m
key.