Re: flyspell and abbrev

2007-04-22 Thread Richard Stallman
Beyond that, given the way expand-abbrev treats case, does it make any sense for define-abbrev to allow you to define an abbrev without downcasing it? They don't seem to work at all, eg: Let's document this. Could someone please do so?

Re: flyspell and abbrev

2007-04-22 Thread emacs user
From: Richard Stallman [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Glenn Morris [EMAIL PROTECTED] CC: [EMAIL PROTECTED], emacs-pretest-bug@gnu.org Subject: Re: flyspell and abbrev Date: Sun, 22 Apr 2007 12:35:57 -0400 Beyond that, given the way expand-abbrev treats case, does

flyspell and abbrev

2007-04-21 Thread emacs user
hello, I don't know if this is a bug or some option that I need to set, but it's been there for a while: emacs-22.0.98 on gnu-linux redhat emacs -Q open a new file t.txt turn flyspell on set flyspell-abbrev-p to t type Cho the word is highlighted as a spelling mistake. use middle mouse

Re: flyspell and abbrev

2007-04-21 Thread Richard Stallman
I think this is an issue for aspell or ispell (whichever one you are using). Not for Emacs. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: flyspell and abbrev

2007-04-21 Thread emacs user
I think this is an issue for aspell or ispell (whichever one you are using). Not for Emacs. thanks for the prompt response. actually I thought this might be an issue of dabbrev and emacs. flyspell is only the way in which the abbrev is defined in my bug report. So if I create an abbrev

Re: flyspell and abbrev

2007-04-21 Thread Glenn Morris
Bar - Foobar BAr - Foobar BAR - FOOBAR *** flyspell.el 06 Apr 2007 19:55:53 -0700 1.117 --- flyspell.el 21 Apr 2007 16:30:23 -0700 *** *** 1827,1833 (defun flyspell-define-abbrev (name expansion) (let ((table (flyspell-abbrev-table))) (when table

Re: flyspell and abbrev

2007-04-21 Thread Glenn Morris
For now, I installed the flyspell change. I suggest we think about the wider issue after the release. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug