[PATCH] emacs: initialize ido mode in notmuch-mua.el

2014-01-26 Thread Tomi Ollila
On Sun, Jan 26 2014, Mark Walters wrote: > I don't have anything older than 23.4 anymore so I am afraid I can't > test. My recollection is that I upgraded to 23.4 the problem went away > so I forgot about it. Fine, I prepare and test the patch then ;/ Tomi > (I couldn't see easily what

[PATCH] emacs: initialize ido mode in notmuch-mua.el

2014-01-26 Thread Mark Walters
I don't have anything older than 23.4 anymore so I am afraid I can't test. My recollection is that I upgraded to 23.4 the problem went away so I forgot about it. (I couldn't see easily what version of emacs debian stable has now as seemed to be called 45.) Best wishes Mark On Sat, 25 Jan

[PATCH] emacs: initialize ido mode in notmuch-mua.el

2014-01-26 Thread Tomi Ollila
On Sun, Jan 26 2014, David Bremner wrote: > Tomi Ollila writes: > >> >> How about doing it with defadvice with something like: >> >> (from http://comments.gmane.org/gmane.emacs.bugs/27856 one can notice >> this happening with emacs 23.3 -- David can check whether 23.4 if >> affected) > > It's

[PATCH] emacs: initialize ido mode in notmuch-mua.el

2014-01-26 Thread David Bremner
Tomi Ollila writes: > > (describe-variable 'minibuffer-setup-hook) > > -> (ido-minibuffer-setup rfn-eshadow-setup-minibuffer > minibuffer-history-isearch-setup minibuffer-history-initialize) > > SO, although permanent, consistent w/ newer emacs versions... > Yeah, the other hook is set

Re: [PATCH] emacs: initialize ido mode in notmuch-mua.el

2014-01-26 Thread Tomi Ollila
On Sun, Jan 26 2014, David Bremner da...@tethera.net wrote: Tomi Ollila tomi.oll...@iki.fi writes: How about doing it with defadvice with something like: (from http://comments.gmane.org/gmane.emacs.bugs/27856 one can notice this happening with emacs 23.3 -- David can check whether 23.4 if

Re: [PATCH] emacs: initialize ido mode in notmuch-mua.el

2014-01-26 Thread David Bremner
Tomi Ollila tomi.oll...@iki.fi writes: (describe-variable 'minibuffer-setup-hook) - (ido-minibuffer-setup rfn-eshadow-setup-minibuffer minibuffer-history-isearch-setup minibuffer-history-initialize) SO, although permanent, consistent w/ newer emacs versions... Yeah, the other hook is set

Re: [PATCH] emacs: initialize ido mode in notmuch-mua.el

2014-01-26 Thread Mark Walters
I don't have anything older than 23.4 anymore so I am afraid I can't test. My recollection is that I upgraded to 23.4 the problem went away so I forgot about it. (I couldn't see easily what version of emacs debian stable has now as seemed to be called 45.) Best wishes Mark On Sat, 25 Jan

Re: [PATCH] emacs: initialize ido mode in notmuch-mua.el

2014-01-26 Thread Tomi Ollila
On Sun, Jan 26 2014, Mark Walters markwalters1...@gmail.com wrote: I don't have anything older than 23.4 anymore so I am afraid I can't test. My recollection is that I upgraded to 23.4 the problem went away so I forgot about it. Fine, I prepare and test the patch then ;/ Tomi (I couldn't

[PATCH] emacs: initialize ido mode in notmuch-mua.el

2014-01-25 Thread Tomi Ollila
On Sat, Jan 25 2014, David Bremner wrote: > Mark Walters writes: > >> ido-completing-read is used in notmuch-mua.el without any >> initialization. This should work but a bug (emacs bug #3247) in some >> emacs 23 versions (including 23.2.1 from Debian stable) causes emacs >> to get stuck in the

[PATCH] emacs: initialize ido mode in notmuch-mua.el

2014-01-25 Thread David Bremner
Tomi Ollila writes: > > How about doing it with defadvice with something like: > > (from http://comments.gmane.org/gmane.emacs.bugs/27856 one can notice > this happening with emacs 23.3 -- David can check whether 23.4 if > affected) It's fixed in 23.4 > > (if (and (= emacs-major-version 23) (<

[PATCH] emacs: initialize ido mode in notmuch-mua.el

2014-01-25 Thread David Bremner
Mark Walters writes: > ido-completing-read is used in notmuch-mua.el without any > initialization. This should work but a bug (emacs bug #3247) in some > emacs 23 versions (including 23.2.1 from Debian stable) causes emacs > to get stuck in the mini-buffer. This tests to see if ido-mode has >

Re: [PATCH] emacs: initialize ido mode in notmuch-mua.el

2014-01-25 Thread David Bremner
Mark Walters markwalters1...@gmail.com writes: ido-completing-read is used in notmuch-mua.el without any initialization. This should work but a bug (emacs bug #3247) in some emacs 23 versions (including 23.2.1 from Debian stable) causes emacs to get stuck in the mini-buffer. This tests to

Re: [PATCH] emacs: initialize ido mode in notmuch-mua.el

2014-01-25 Thread Tomi Ollila
On Sat, Jan 25 2014, David Bremner da...@tethera.net wrote: Mark Walters markwalters1...@gmail.com writes: ido-completing-read is used in notmuch-mua.el without any initialization. This should work but a bug (emacs bug #3247) in some emacs 23 versions (including 23.2.1 from Debian stable)

[PATCH] emacs: initialize ido mode in notmuch-mua.el

2012-02-22 Thread Mark Walters
ido-completing-read is used in notmuch-mua.el without any initialization. This should work but a bug (emacs bug #3247) in some emacs 23 versions (including 23.2.1 from Debian stable) causes emacs to get stuck in the mini-buffer. This tests to see if ido-mode has been initialized and if not calls