Re: T070 tests portability

2016-01-06 Thread J Farkas
On 2016-01-05 at 17:41:06, David Bremner wrote: > Tomi Ollila writes: > > > The page https://sourceware.org/gdb/onlinedocs/gdb/Returning.html > > talks something about gdb not knowing the return type if function > > was compiled without debug info... well, is this is the

Xapian lockup when writing to the notmuch database

2016-01-06 Thread Guyzmo
Hello, I have migrated my mail configuration from an old machine to a new one, which is a xen server with several VM instances. I have one VM dedicated to do mail stuff, and I want to manage my Maildir using notmuch in another one. So I set up an NFSv4 share (with sync option set) from the

Xapian lockup when writing to the notmuch database

2016-01-06 Thread Guyzmo
Hello, I have migrated my mail configuration from an old machine to a new one, which is a xen server with several VM instances. I have one VM dedicated to do mail stuff, and I want to manage my Maildir using notmuch in another one. So I set up an NFSv4 share (with sync option set) from the

[PATCH v6] devel/emacs: add devel/try-emacs-mua

2016-01-06 Thread Tomi Ollila
devel/try-emacs-mua provides an easy way to try and experiment with the notmuch emacs client distributed in emacs subdirectory of the notmuch source tree. try-emacs-mua starts a new emacs process and if initial checks pass *scratch* buffer is filled with information of how to begin. Normal emacs

Re: [PATCH v6] devel/emacs: add devel/try-emacs-mua

2016-01-06 Thread Michal Sojka
On Wed, Jan 06 2016, Tomi Ollila wrote: > devel/try-emacs-mua provides an easy way to try and experiment > with the notmuch emacs client distributed in emacs subdirectory of > the notmuch source tree. LGTM. I tested it with various use cases I have it my mind and it works as I expect. -Michal

Re: [PATCH 1/3] emacs: Fix mail composition under Emacs 23

2016-01-06 Thread Michal Sojka
On Tue, Jan 05 2016, David Bremner wrote: > Michal Sojka writes: > >> +(when return-action (nconc args '(return-action))) >> +(apply 'message-setup-1 >> + ;; The following sexp is copied from `message-mail' > >> + (nconc >> +`((To . ,(or to ""))