Bug 505684
| Summary: | flyspell-mode fails with mail-mode with message-signature-separator not defined | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Phil Smith <pjs1> |
| Component: | emacs | Assignee: | Daniel Novotny <dnovotny> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 11 | CC: | debarshir, dnovotny, jonathan.underwood, martin |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-09-16 09:07:05 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Opened emacs bug: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3837 Response: "This was fixed last year (will be in 23.1)." Yum update updated emacs to 23.1 and problem fixed. Can close. OK, closing |
Description of problem: flyspell-mode fails to work in mail-mode and the error "Error in post-command-hook: (void-variable message-signature-separator)" Version-Release number of selected component (if applicable): 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.