I’m writing code to show a history buffer. I want both: the local history, which shrinks as you go back, forgetting where you went, and a full history, which shows all the pages you’ve ever visited in this Emacs session.
Things I’m wondering:
h/H is the history for the current buffer or for all buffers, but on other occasions, the capital letter is for the current page, so perhaps h should be for all buffers and H should be for the current page? It’s not really comparable since there is no history for the current link…
This change was merged upstream, but the keybindings were changed for the vi users out there.