all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* flyspell needs to be more careful with running aspell
@ 2007-08-23 21:26 Dan Nicolaescu
  0 siblings, 0 replies; only message in thread
From: Dan Nicolaescu @ 2007-08-23 21:26 UTC (permalink / raw)
  To: emacs-devel


Call this script "aspell"
#!/bin/sh
exit 1
an put it in a directory at the beginning of your PATH. 

Then do:
M-: (add-hook 'text-mode-hook 'flyspell-mode) RET

now try to use gnus to reply to a message. The cited original message
won't be inserted in the buffer because flyspell-mode will throw an
error. It would be better if it would just print a warning and
continue without error.

Can somebody please take a look at this? 

I encountered this problem when using a system that had a broken
installation of aspell.

Thanks

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-08-23 21:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-23 21:26 flyspell needs to be more careful with running aspell Dan Nicolaescu

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.