[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs-devel Digest, Vol 30, Issue 146
From: |
djh |
Subject: |
Re: Emacs-devel Digest, Vol 30, Issue 146 |
Date: |
Thu, 31 Aug 2006 11:02:12 +0900 |
Results to M-: are at the bottom.
> From: Chong Yidong <address@hidden>
> Subject: Re: Incompatibility in emacs & aspell-0.60.4
> "djh" <address@hidden> writes:
>
> > GNU Emacs 22.0.50.1 (i686-pc-cygwin, X toolkit) of 2006-08-29
> > CYGWIN_NT-5.1 1.5.21(0.156/4/2) 2006-07-30
> >
> > Here is the self contained input to cause the error, iwthout fail, each
> > time.
> >
> > M-X ispell <CR>
> >
> > --------
> > RESULT displays:
> > "Starting new Ispell process [default] ..."
> > ispell-init-process: Error: nroff: dlopen returned "No such file or
> > directory".
> >
> > --------
> > nroff does exist. So why does yours work and mine doesn't?
>
> This is probably some cygwin problem, since it doesn't show up on
> GNU/Linux. Try doing `M-: (setq debug-on-error) RET' and showing the
> backtrace.
Result:
--------
Debugger entered--Lisp error: (error "Error: nroff: dlopen returned \"No such
file or directory\".")
signal(error ("Error: nroff: dlopen returned \"No such file or directory\"."))
error("%s" "Error: nroff: dlopen returned \"No such file or directory\".")
ispell-init-process()
ispell-buffer-local-words()
ispell-accept-buffer-local-defs()
ispell-region(1 59061)
ispell-buffer()
ispell()
call-interactively(ispell)
execute-extended-command(nil)
call-interactively(execute-extended-command)
-------- End of Backtrace --------
Hope this helps. Any ideas?
Regards,
Darel Henman
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Emacs-devel Digest, Vol 30, Issue 146,
djh <=