unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* ispell/aspell problem
@ 2005-09-01 14:29 Stefan Monnier
  2005-09-02 11:43 ` Magnus Henoch
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2005-09-01 14:29 UTC (permalink / raw)



I have the following backtrace when I try to change the dictionary.
The error comes from the fact that Emacs runs "ispell dicts" rather than
"aspell dicts".

The same kind of problem appears in ispell-get-aspell-config-value where we
also run ispell-program-name which may be "ispell" rather than "aspell".


        Stefan


Debugger entered--Lisp error: (file-error "Opening input file" "aucun fichier ou répertoire de ce type" "/u/monnier/src/emacs/trunk/lisp/Error:/Error.dat")
  insert-file-contents("Error:/Error.dat")
  ispell-aspell-find-dictionary("Error:")
  mapcar(ispell-aspell-find-dictionary ("Error:" "Could" "not" "open" "the" "file" "\"dicts\"" "for" "reading."))
  ispell-find-aspell-dictionaries()
  ispell-valid-dictionary-list()
  (mapcar (function list) (ispell-valid-dictionary-list))
  (and (fboundp (quote ispell-valid-dictionary-list)) (mapcar (function list) (ispell-valid-dictionary-list)))
  (completing-read "Use new dictionary (RET for current, SPC to complete): " (and (fboundp ...) (mapcar ... ...)) nil t)
  (list (completing-read "Use new dictionary (RET for current, SPC to complete): " (and ... ...) nil t) current-prefix-arg)
  call-interactively(ispell-change-dictionary t nil)
  execute-extended-command(nil)
  call-interactively(execute-extended-command nil nil)

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

end of thread, other threads:[~2005-09-02 14:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-01 14:29 ispell/aspell problem Stefan Monnier
2005-09-02 11:43 ` Magnus Henoch
2005-09-02 14:38   ` Stefan Monnier

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).