Emacs Keybindings no longer work after upgrading to 0.17

2014-04-16 Thread Tomi Ollila
On Wed, Apr 16 2014, Neeum Zawaz wrote: > Hi, > > I have this function: > > > (define-key notmuch-search-mode-map "a" > (lambda () > "Archive message." > (interactive) > (notmuch-search-tag "-inbox") > (notmuch-search-tag "-lowpriority") >

Re: Emacs Keybindings no longer work after upgrading to 0.17

2014-04-16 Thread Tomi Ollila
On Wed, Apr 16 2014, Neeum Zawaz mailingli...@nawaz.org wrote: Hi, I have this function: (define-key notmuch-search-mode-map a (lambda () Archive message. (interactive) (notmuch-search-tag -inbox) (notmuch-search-tag -lowpriority)

Emacs Keybindings no longer work after upgrading to 0.17

2014-04-15 Thread Neeum Zawaz
Hi, I have this function: (define-key notmuch-search-mode-map "a" (lambda () "Archive message." (interactive) (notmuch-search-tag "-inbox") (notmuch-search-tag "-lowpriority") (notmuch-search-tag "- at review") (notmuch-search-tag "- at

Emacs Keybindings no longer work after upgrading to 0.17

2014-04-15 Thread Neeum Zawaz
Hi, I have this function: (define-key notmuch-search-mode-map a (lambda () Archive message. (interactive) (notmuch-search-tag -inbox) (notmuch-search-tag -lowpriority) (notmuch-search-tag -@review) (notmuch-search-tag -@respond) ))