Re: [Patch v3 1/3] info: start info documentation.

Subject: Re: [Patch v3 1/3] info: start info documentation.

Date: Fri, 17 Jan 2014 15:54:34 -0400

To: Jani Nikula, notmuch@notmuchmail.org

Cc:

From: David Bremner


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

Thread: