[Bug 483563] New: Emacs flyspell-mode does not work in mail-mode
https://bugzilla.novell.com/show_bug.cgi?id=483563 Summary: Emacs flyspell-mode does not work in mail-mode Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: i686 OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: mjambor@novell.com QAContact: qa@suse.de Found By: Other When I turn flyspell-mode on in mail-mode major mode, it does not work. When I choose some other major mode such as text-mode in the same buffer, it starts to work as expected. The version of emacs is: user@host:~$ emacs --version GNU Emacs 22.3.1 Copyright (C) 2008 Free Software Foundation, Inc. GNU Emacs comes with ABSOLUTELY NO WARRANTY. You may redistribute copies of Emacs under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. I reproduced this error even when emacs was invoked with -q (i.e. bypassing all configuration files). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=483563 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |werner@novell.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=483563 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=483563#c1 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |mjambor@novell.com --- Comment #1 from Dr. Werner Fink <werner@novell.com> 2009-03-31 08:43:00 MDT --- Add the line (setq message-signature-separator "^-- $") to your personal ~/.gnu-emacs or ~/.emacs and try again. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=483563 User mjambor@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=483563#c2 Martin Jambor <mjambor@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|mjambor@novell.com | --- Comment #2 from Martin Jambor <mjambor@novell.com> 2009-03-31 08:58:49 MDT --- (In reply to comment #1)
Add the line
(setq message-signature-separator "^-- $")
to your personal ~/.gnu-emacs or ~/.emacs and try again.
Yep, that did the trick. Thanks! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=483563 User werner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=483563#c3 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Dr. Werner Fink <werner@novell.com> 2009-03-31 09:13:57 MDT --- OK ... I 've submitted a fixed version with (defvar flyspell-signature-separator (if (boundp 'message-signature-separator) message-signature-separator "^-- $") "*String used to recognize .signatures.") added to flyspell.el and changed the occurence of message-signature-separator to flyspell-signature-separator in flyspell.el. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com