unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#3837: flyspell-mode in mail-mode doesn't work: message-signature-separator not defined
@ 2009-07-13 14:58 ` Phil Smith
  2009-07-14  7:20   ` bug#3837: marked as done (flyspell-mode in mail-mode doesn't work: message-signature-separator not defined) Emacs bug Tracking System
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Smith @ 2009-07-13 14:58 UTC (permalink / raw)
  To: bug-gnu-emacs

flyspell-mode fails to work in mail-mode
See https://bugzilla.redhat.com/show_bug.cgi?id=505684
In Fedora 11, I get the error "Error in
post-command-hook: (void-variable message-signature-separator)"
This is with emacs-22.3-11.fc11.x86_64

How reproducible:
Every time

Steps to Reproduce:
1. emacs junk.txt
2. M-x mail-mode
3. M-x flyspell-mode
4. type junk words
5. flyspell doesn't work

Actual results:
flyspell doesn't work

Expected results:
flyspell should work

Additional info:
flyspell works when not in mail-mode

If I put
    (defvar message-signature-separator "^-- *$" "\
    Regexp matching the signature separator.")
in .emacs, it works.
So it looks like message-signature-separator is not defined anywhere.
And a grep of the *.el supports this.


In GNU Emacs 22.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.14.7)
 of 2009-02-09 on x86-1.fedora.phx.redhat.com
configured using `configure  '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-x-toolkit=gtk' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'target_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_GB.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Mail

Minor modes in effect:
  flyspell-mode: t
  encoded-kbd-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
ESC x m a i l - m o d e RET ESC x f l y s p e l l - 
m o d e RET s d s a d f SPC s a d f a s d f a s d f 
a s d f SPC a s d f a s d f a s d f SPC a s d f SPC 
C-u DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL 
DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL 
DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL 
DEL ESC x r e p p DEL o r t - e m a c s - b u g RE
T

Recent messages:
("emacs" "-Q" "-rv")
Loading encoded-kb...done
For information about GNU Emacs and the GNU system, type C-h C-a.
Loading sendmail...
Loading regexp-opt...done
Loading sendmail...done
Loading flyspell...done
Starting new Ispell process [default] ...
Error in post-command-hook: (void-variable message-signature-separator)
Loading emacsbug...done






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#3837: marked as done (flyspell-mode in mail-mode doesn't work: message-signature-separator not defined)
  2009-07-13 14:58 ` bug#3837: flyspell-mode in mail-mode doesn't work: message-signature-separator not defined Phil Smith
@ 2009-07-14  7:20   ` Emacs bug Tracking System
  0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2009-07-14  7:20 UTC (permalink / raw)
  To: Glenn Morris

[-- Attachment #1: Type: text/plain, Size: 962 bytes --]


Your message dated Tue, 14 Jul 2009 03:14:40 -0400
with message-id <qur5wjenxb.fsf@fencepost.gnu.org>
and subject line Re: bug#3837: flyspell-mode in mail-mode doesn't work: message-signature-separator not defined
has caused the Emacs bug report #3837,
regarding flyspell-mode in mail-mode doesn't work: message-signature-separator not defined
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3837: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3837
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 5237 bytes --]

From: Phil Smith <pjs1@mssl.ucl.ac.uk>
To: bug-gnu-emacs@gnu.org
Subject: flyspell-mode in mail-mode doesn't work: message-signature-separator not defined
Date: Mon, 13 Jul 2009 15:58:55 +0100
Message-ID: <200907131458.n6DEwtrd005370@localhost.localdomain>

flyspell-mode fails to work in mail-mode
See https://bugzilla.redhat.com/show_bug.cgi?id=505684
In Fedora 11, I get the error "Error in
post-command-hook: (void-variable message-signature-separator)"
This is with emacs-22.3-11.fc11.x86_64

How reproducible:
Every time

Steps to Reproduce:
1. emacs junk.txt
2. M-x mail-mode
3. M-x flyspell-mode
4. type junk words
5. flyspell doesn't work

Actual results:
flyspell doesn't work

Expected results:
flyspell should work

Additional info:
flyspell works when not in mail-mode

If I put
    (defvar message-signature-separator "^-- *$" "\
    Regexp matching the signature separator.")
in .emacs, it works.
So it looks like message-signature-separator is not defined anywhere.
And a grep of the *.el supports this.


In GNU Emacs 22.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.14.7)
 of 2009-02-09 on x86-1.fedora.phx.redhat.com
configured using `configure  '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-x-toolkit=gtk' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'target_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_GB.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Mail

Minor modes in effect:
  flyspell-mode: t
  encoded-kbd-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
ESC x m a i l - m o d e RET ESC x f l y s p e l l - 
m o d e RET s d s a d f SPC s a d f a s d f a s d f 
a s d f SPC a s d f a s d f a s d f SPC a s d f SPC 
C-u DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL 
DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL 
DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL 
DEL ESC x r e p p DEL o r t - e m a c s - b u g RE
T

Recent messages:
("emacs" "-Q" "-rv")
Loading encoded-kb...done
For information about GNU Emacs and the GNU system, type C-h C-a.
Loading sendmail...
Loading regexp-opt...done
Loading sendmail...done
Loading flyspell...done
Starting new Ispell process [default] ...
Error in post-command-hook: (void-variable message-signature-separator)
Loading emacsbug...done



[-- Attachment #3: Type: message/rfc822, Size: 1708 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: 3837-done@emacsbugs.donarmstrong.com
Subject: Re: bug#3837: flyspell-mode in mail-mode doesn't work: message-signature-separator not defined
Date: Tue, 14 Jul 2009 03:14:40 -0400
Message-ID: <qur5wjenxb.fsf@fencepost.gnu.org>


This was fixed last year (will be in 23.1).

http://lists.gnu.org/archive/html/emacs-devel/2008-06/msg00945.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-14  7:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <qur5wjenxb.fsf@fencepost.gnu.org>
2009-07-13 14:58 ` bug#3837: flyspell-mode in mail-mode doesn't work: message-signature-separator not defined Phil Smith
2009-07-14  7:20   ` bug#3837: marked as done (flyspell-mode in mail-mode doesn't work: message-signature-separator not defined) Emacs bug Tracking System

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).