Forwarding a mail, with a non-ASCII signature

2014-11-28 Thread Lele Gaifax
David Bremner writes: > Lele Gaifax writes: > >> Hi all, >> >> as you can see below, my signature contains some non-ASCII characters, >> and it is stored as UTF-8 (I have `(prefer-coding-system 'utf-8)` in my >> .emacs.el) in my home as ~/.signature. > > This bug should be fixed in commit > >

[PATCH] emacs: Added "is:" style completion to notmuch-read-query.

2014-11-28 Thread Charles Celerier
The notmuch-search-terms man page states that "tag:" is equivalent to "is:". Completion for "is:" style searches is now supported in the Emacs interface. Signed-off-by: Charles Celerier --- emacs/notmuch.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git

Forwarding a mail, with a non-ASCII signature

2014-11-28 Thread David Bremner
Lele Gaifax writes: > Hi all, > > as you can see below, my signature contains some non-ASCII characters, > and it is stored as UTF-8 (I have `(prefer-coding-system 'utf-8)` in my > .emacs.el) in my home as ~/.signature. This bug should be fixed in commit 0.19+3-g7585e8ca (as of this

[PATCH v1] emacs: `with-current-notmuch-show-message' should not leak `coding-system-for-read'

2014-11-28 Thread David Bremner
David Edmondson writes: > When a message is forwarded, the `no-conversion' coding > system was applied to the reading of the .signature file, resulting in > raw rather than UTF-8 interpretation of the data. > --- > > Fix for id:87ioifb55d.fsf at nautilus.nautilus. pushed d

Re: Forwarding a mail, with a non-ASCII signature

2014-11-28 Thread Lele Gaifax
David Bremner da...@tethera.net writes: Lele Gaifax l...@metapensiero.it writes: Hi all, as you can see below, my signature contains some non-ASCII characters, and it is stored as UTF-8 (I have `(prefer-coding-system 'utf-8)` in my .emacs.el) in my home as ~/.signature. This bug should

[PATCH] emacs: Added is:tag style completion to notmuch-read-query.

2014-11-28 Thread Charles Celerier
The notmuch-search-terms man page states that tag:tag is equivalent to is:tag. Completion for is:tag style searches is now supported in the Emacs interface. Signed-off-by: Charles Celerier ccel...@cs.stanford.edu --- emacs/notmuch.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-)

Re: Forwarding a mail, with a non-ASCII signature

2014-11-28 Thread David Bremner
Lele Gaifax l...@metapensiero.it writes: Thanks a lot, waiting to see it landing on the MELPA archive. ciao, lele. Just be aware that people have had problems in the past using versions from MELPA because they ship only the elisp and not the corresponding C code. Hopefully it works better

Re: [PATCH] emacs: Added is:tag style completion to notmuch-read-query.

2014-11-28 Thread David Edmondson
On Sat, Nov 29 2014, Charles Celerier wrote: The notmuch-search-terms man page states that tag:tag is equivalent to is:tag. Completion for is:tag style searches is now supported in the Emacs interface. Signed-off-by: Charles Celerier ccel...@cs.stanford.edu --- emacs/notmuch.el | 8