Jani Nikula <jani@nikula.org> writes: > On Wed, 15 Jan 2014, David Bremner <david@tethera.net> wrote: >> From: David Bremner <bremner@debian.org> >> >> Initially, just a skeleton of documentation for the emacs >> interface. There are a few dangling references to other info pages; >> these are to be generated from the man pages in a following commit. > > Is it possible to add a link to the info page from notmuch-hello? > > Jani. Yep, just need to add a button that calls (info "notmuch-emacs") We could/should also add custom keybindings to other modes to invoke the same help. For example in notmuch-search-mode we can have a binding to call (info "(notmuch-emacs)notmuch-search") Let the bikeshedding over keybindings begin ;). Potentially we could steal '?' if we made sure the key binding info was prominent. d