Bug#591925: flyspell: patch suggestion

2010-08-15 Thread Berto
On Thu, Aug 12, 2010 at 02:37:53PM +0200, Luk Bettale wrote: I am not an elisp expert but I think this is due to an update of the called-interactively-p function which does not take optional argument anymore. I confirm that this fix works for me as well. Thanks for finding the problem. This

Bug#591925: flyspell: patch suggestion

2010-08-12 Thread Luk Bettale
Package: emacs23 Version: 23.1+1-5 Severity: normal Same bug experimented. This comes from the 'called-interactively-p' function line 644 of the file /usr/share/emacs/site-lisp/dictionaries-common/flyspell.el (provided by the package dictionaries-common). I am not an elisp expert but I think this

Bug#591925: flyspell: patch suggestion

2010-08-12 Thread Ryo Furue
Thank you, Luk. | This can be fixed by replacing in line 644 : | (called-interactively-p 'interactive)) | by | (called-interactively-p)) | It works for me. For me, too. I edited /usr/share/emacs/site-lisp/dictionaries-common/flyspell.el as suggested and then did # /usr/bin/emacs23