Improving spam-tagging keybinding function to act on region in emacs

2014-05-22 Thread Olivier Berger
Mark Walters writes: > On Wed, 07 May 2014, Olivier Berger > wrote: >>> >> >> Note that I'm now using the following : >> (define-key notmuch-search-mode-map "S" >> (lambda ( beg end) >> "mark messages in thread as spam" >> (interactive

Improving spam-tagging keybinding function to act on region in emacs

2014-05-22 Thread Mark Walters
On Wed, 07 May 2014, Olivier Berger wrote: > Hi. > > Mark Walters writes: > >> Hello >> >> As this section was rather outdated I have updated to modern notmuch. (In >> fact the lisp snippets should work back to at least 0.13) >> >> On Tue, 06 May 2014, Olivier Berger >> wrote: >>> Hi. >>> >>>

Re: Improving spam-tagging keybinding function to act on region in emacs

2014-05-22 Thread Mark Walters
On Wed, 07 May 2014, Olivier Berger olivier.ber...@telecom-sudparis.eu wrote: Hi. Mark Walters markwalters1...@gmail.com writes: Hello As this section was rather outdated I have updated to modern notmuch. (In fact the lisp snippets should work back to at least 0.13) On Tue, 06 May 2014,

Re: Improving spam-tagging keybinding function to act on region in emacs

2014-05-22 Thread Olivier Berger
Mark Walters markwalters1...@gmail.com writes: On Wed, 07 May 2014, Olivier Berger olivier.ber...@telecom-sudparis.eu wrote: Note that I'm now using the following : (define-key notmuch-search-mode-map S (lambda (optional beg end) mark messages in thread as spam

Re: Improving spam-tagging keybinding function to act on region in emacs

2014-05-07 Thread Olivier Berger
Hi. Mark Walters markwalters1...@gmail.com writes: Hello As this section was rather outdated I have updated to modern notmuch. (In fact the lisp snippets should work back to at least 0.13) On Tue, 06 May 2014, Olivier Berger olivier.ber...@telecom-sudparis.eu wrote: Hi. I've tried tu

Improving spam-tagging keybinding function to act on region in emacs

2014-05-06 Thread Mark Walters
Hello As this section was rather outdated I have updated to modern notmuch. (In fact the lisp snippets should work back to at least 0.13) On Tue, 06 May 2014, Olivier Berger wrote: > Hi. > > I've tried tu use the tips indicated at > http://notmuchmail.org/emacstips/#index8h2 so as to add a

Improving spam-tagging keybinding function to act on region in emacs

2014-05-06 Thread Olivier Berger
Hi. I've tried tu use the tips indicated at http://notmuchmail.org/emacstips/#index8h2 so as to add a keybinding to tag spam messages, and wonder if there's a possibility to make it apply on selected regions, like what notmuch-search-archive-thread does. I can achieve the same result using a

Improving spam-tagging keybinding function to act on region in emacs

2014-05-06 Thread Olivier Berger
Hi. I've tried tu use the tips indicated at http://notmuchmail.org/emacstips/#index8h2 so as to add a keybinding to tag spam messages, and wonder if there's a possibility to make it apply on selected regions, like what notmuch-search-archive-thread does. I can achieve the same result using a

Re: Improving spam-tagging keybinding function to act on region in emacs

2014-05-06 Thread Mark Walters
Hello As this section was rather outdated I have updated to modern notmuch. (In fact the lisp snippets should work back to at least 0.13) On Tue, 06 May 2014, Olivier Berger olivier.ber...@telecom-sudparis.eu wrote: Hi. I've tried tu use the tips indicated at