all messages for Emacs-related lists mirrored at yhetil.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

* Re: ispell/aspell problem
  2005-09-01 14:29 ispell/aspell problem Stefan Monnier
@ 2005-09-02 11:43 ` Magnus Henoch
  2005-09-02 14:38   ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Magnus Henoch @ 2005-09-02 11:43 UTC (permalink / raw)


Stefan Monnier <monnier@iro.umontreal.ca> writes:

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

So the "ispell" command being run is actually aspell?  Which version?

The default value for ispell-program-name should find the real
aspell...

Magnus

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

* Re: ispell/aspell problem
  2005-09-02 11:43 ` Magnus Henoch
@ 2005-09-02 14:38   ` Stefan Monnier
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2005-09-02 14:38 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".

> So the "ispell" command being run is actually aspell?  Which version?

   % ispell -v
   @(#) International Ispell Version 3.1.20 (but really Aspell 0.50.3)
   %


-- Stefan

PS: and BTW, I can't just upgrade it to 0.60, I'll have to wait until the
syadmins upgrade the system to Fedora Core 4 in some nebulous future
(they upgraded it to Fedora Core 2 last summer).

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