Symptoms: The function lookup-words fails if ispell-grep-options is an empty string (i.e., no options are specified for grep). In this case, the empty options string is interpreted as the pattern grep is searching. And the argument WORD of lookup-words is interpreted as one of the files grep is supposed to search. (On GNU Linux systems, one can also replace the empty string by "-e". I don't know about grep on other systems.)
In GNU Emacs 22.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2005-06-04 on tfkp07 configured using `configure '--prefix=/nfs/tfkp07/winkler/emacs/NEW' '--with-gcc' '--with-pop' '--with-x' '--with-x-toolkit=athena' '--x-libraries=/usr/X11R6/lib' '--x-includes=/usr/X11R6/include'' 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_US locale-coding-system: iso-latin-1 default-enable-multibyte-characters: nil Major mode: Text Minor modes in effect: auto-compression-mode: t display-time-mode: t encoded-kbd-mode: t menu-bar-mode: t global-font-lock-mode: t font-lock-mode: t unify-8859-on-encoding-mode: t line-number-mode: 1 transient-mark-mode: t next-error-follow-minor-mode: Fol abbrev-mode: t _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
