Re: (emacs) Parsing problems replying to encrypted html

2016-03-08 Thread Tomi Ollila
On Tue, Mar 08 2016, David Bremner wrote: > [ text/plain ] > Matthew Lear writes: > >>> >>> Please encrypt a message to the attached gpg key (from the notmuch test >>> suite), and send it to the list as an attachement if you can replicate >>> the bug. >> >> Done. Attached

Re: (emacs) Parsing problems replying to encrypted html

2016-03-08 Thread Matthew Lear
>> Hmm. In emacs, if I try to reply to the message from notmuch-search, I >> get >> no error but there is no quoted text from the original message in the >> reply body and all I see is the 'on , wrote:' citation. >> Replying from notmuch-show gives me the error I mentioned previously. > > I

Re: (emacs) Parsing problems replying to encrypted html

2016-03-08 Thread David Bremner
Matthew Lear writes: >> >> Please encrypt a message to the attached gpg key (from the notmuch test >> suite), and send it to the list as an attachement if you can replicate >> the bug. > > Done. Attached here. > > [ >

Re: (emacs) Parsing problems replying to encrypted html

2016-03-08 Thread Matthew Lear
> Thanks for the test case. I can duplicate a (the?) bug as > follows. Replying to that message from notmuch-show mode works, but > replying from notmuch-search mode yields > >> !!! Bodypart insert error: Wrong type argument: number-or-marker-p, nil >> !!! >> [ application/pgp-encrypted ] >>

Re: (emacs) Parsing problems replying to encrypted html

2016-03-08 Thread Tomi Ollila
On Tue, Mar 08 2016, Tomi Ollila wrote: > [ text/plain ] > On Tue, Mar 08 2016, David Bremner wrote: > >> [ text/plain ] >> Matthew Lear writes: >> >> >> Thanks for the test case. I can duplicate a (the?) bug as >> follows. Replying to that message from notmuch-show mode

Re: (emacs) Parsing problems replying to encrypted html

2016-03-08 Thread David Bremner
Matthew Lear writes: > > Hmm. In emacs, if I try to reply to the message from notmuch-search, I get > no error but there is no quoted text from the original message in the > reply body and all I see is the 'on , wrote:' citation. > Replying from notmuch-show gives me the

Re: (emacs) Parsing problems replying to encrypted html

2016-03-08 Thread Matthew Lear
> On Tue, Mar 08 2016, Tomi Ollila wrote: > >> [ text/plain ] >> On Tue, Mar 08 2016, David Bremner wrote: >> >>> [ text/plain ] >>> Matthew Lear writes: >>> >>> >>> Thanks for the test case. I can duplicate a (the?) bug as >>> follows. Replying to that message from

[PATCH v1 2/3] emacs: Neaten `notmuch-show-insert-bodypart-internal'.

2016-03-08 Thread David Edmondson
--- emacs/notmuch-show.el | 25 ++--- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 6e268f9..f739987 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -848,21 +848,16 @@ will return nil if

[PATCH v1 0/3] Improve the acquisition of text parts.

2016-03-08 Thread David Edmondson
Improve the acquisition of text parts. This affects the new "reply" behaviour and the rendering of application/octet-stream parts that are treated as text. David Edmondson (3): emacs: `notmuch-show-insert-part-multipart/encrypted' should not assume the presence of a button. emacs: