[PATCH v3] Emacs: Add address completion mechanism implemented in elisp

2014-08-17 Thread Michal Sojka
On 11.8.2014 17:31, Michal Sojka wrote: > Currently, notmuch has an address completion mechanism that requires > external command to provide completion candidates. This patch adds a > completion mechanism inspired by https://github.com/tjim/nevermore, > which is implemented in Emacs lisp only. > >

SVG attachment crashes emacs

2014-08-17 Thread David Bremner
Sebastian Fischmeister writes: > Hi, > > When I receive an SVG attachment, it first makes emacs freeze and then > crash. It might not be a problem of notmuch but a helper application, > but I don't know how to debug it; so maybe someone here can help me. > Hi Sebastian; Can you send a sample

SVG attachment crashes emacs

2014-08-17 Thread Sebastian Fischmeister
Hi, When I receive an SVG attachment, it first makes emacs freeze and then crash. It might not be a problem of notmuch but a helper application, but I don't know how to debug it; so maybe someone here can help me. Any ideas? Btw. it seems that the general problem is the the message mode tries

Re: [PATCH v3] Emacs: Add address completion mechanism implemented in elisp

2014-08-17 Thread Michal Sojka
On 11.8.2014 17:31, Michal Sojka wrote: Currently, notmuch has an address completion mechanism that requires external command to provide completion candidates. This patch adds a completion mechanism inspired by https://github.com/tjim/nevermore, which is implemented in Emacs lisp only. The core

SVG attachment crashes emacs

2014-08-17 Thread Sebastian Fischmeister
Hi, When I receive an SVG attachment, it first makes emacs freeze and then crash. It might not be a problem of notmuch but a helper application, but I don't know how to debug it; so maybe someone here can help me. Any ideas? Btw. it seems that the general problem is the the message mode tries

Re: SVG attachment crashes emacs

2014-08-17 Thread David Bremner
Sebastian Fischmeister sfisc...@uwaterloo.ca writes: Hi, When I receive an SVG attachment, it first makes emacs freeze and then crash. It might not be a problem of notmuch but a helper application, but I don't know how to debug it; so maybe someone here can help me. Hi Sebastian; Can you