On Thu, Aug 06 2015, David Bremner <david at tethera.net> wrote: > Tomi Ollila <tomi.ollila at iki.fi> writes: > >> >> One thing come to my mind: would it be possible to use buffer-local >> variable message-fcc-handler-function in notmuch-message-mode buffers so >> that such wrapper functions defined below would not be needed. i.e. >> >> (make-local-variable 'message-fcc-handler-function) >> (setq message-fcc-handler-function #'notmuch-fcc-handler) >> > > This was my first approach, and I actually filed > > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21174 > > about why it doesn't work. > > Great minds think alike / Fools seldom differ, as they say ;)
Uh ;/ You could add some note about buffer-local variables not applicable in this context for future archeologists to understand ;) -- either in commit message or in comment.. > > d Tomi