Re: notmuch-hello-mode-map removed

Subject: Re: notmuch-hello-mode-map removed

Date: Sun, 17 Jan 2021 15:55:04 -0500

To: David Edmondson

Cc: notmuch@notmuchmail.org

From: Jon Fineman


Thank you. That worked.

On Sun, 17 Jan 2021 20:42:27 +0000
David Edmondson <dme@dme.org> wrote:

> On Sunday, 2021-01-17 at 15:16:20 -05, Jon Fineman wrote:
> 
> > I just upgraded my notmuch library and noticed that per this thread
> > the function notmuch-hello-mode-map was removed.
> > https://nmbug.notmuchmail.org/nmweb/show/20200726165818.400-14-jonas%40bernoul.li
> >
> > I had been following this guide to map keys to various notmuch
> > functions.
> > https://notmuchmail.org/emacstips/#index5h2
> >
> > For example I have this mapping:
> > (define-key notmuch-hello-mode-map "i"
> >   (lambda ()
> >     (interactive)
> >     (notmuch-hello-search "folder:INBOX not tag:deleted")))  
> 
> Use "notmuch-search" rather than "notmuch-hello-search" here.
> 
> > Still being very new to emacs and elisp I am having trouble coming
> > up with how to replace notmuch-hello-mode-map with another fuction.
> >
> > Any help would be appreciated.
> >
> > Thanks.
> >
> > Jon
> > _______________________________________________
> > notmuch mailing list -- notmuch@notmuchmail.org
> > To unsubscribe send an email to notmuch-leave@notmuchmail.org  
> 
> dme.
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: