[prev in list] [next in list] [prev in thread] [next in thread] 

List:       aspell-user
Subject:    [Aspell-user] "Enabling Flyspell mode gave an error" and also "Error: The filter "nroff" does not ex
From:       Nicéphore <dicky () lirmm ! fr>
Date:       2009-08-16 0:11:44
Message-ID: 8FE6701C-F220-4654-9C35-9D84A929C784 () lirmm ! fr
[Download RAW message or body]

Hello

I want to use aspell on my emacs (to use it on flyspell mode) and I  
run into two errors :

1)
Starting new Ispell process [francais] ...
Enabling Flyspell mode gave an error

2)
Starting new Ispell process [francais] ...
ispell-init-process: Error: The filter "nroff" does not exist.

here is the bit of unix command to show I correctly installed aspell :
~ : aspell dicts
fr-40
fr
fr-60
fr-80
fr-lrg
fr-med
fr-sml
fr_CH-40
fr_CH
fr_CH-60
fr_CH-80
fr_CH-lrg
fr_CH-med
fr_CH-sml
fr_FR-40
fr_FR
fr_FR-60
fr_FR-80
fr_FR-lrg
fr_FR-med
fr_FR-sml

and here is the piece of my .emacs-d/init.el concerning aspell
(setq-default ispell-program-name "aspell")
(setq ispell-dictionary "francais"
ispell-dictionary-alist
(let ((default '("[A-Za-z]" "[^A-Za-z]" "[']" nil
("-B" "-d" "fr_FR" "--dict-dir"
"/Library/Application Support/cocoAspell/aspell-fr-0.50-3")
nil utf-8)))
`((nil ,@default)
("francais" ,@default))))
(setq ispell-tex-skip-alists
       (list
        (append (car ispell-tex-skip-alists)
                '(("\\\\cite"            ispell-tex-arg-end)
                  ("\\\\nocite"          ispell-tex-arg-end)
                  ("\\\\includegraphics" ispell-tex-arg-end)
                  ("\\\\figScale"         ispell-tex-arg-end)
                  ("\\\\author"          ispell-tex-arg-end)
                  ("\\\\ref"             ispell-tex-arg-end)
                  ("\\\\eqref"             ispell-tex-arg-end)
                  ("\\\\label"           ispell-tex-arg-end)
                  ))
        (cadr ispell-tex-skip-alists)))
  (eval-after-load "ispell"
   '(let ((list (car ispell-tex-skip-alists)))
      (add-to-list 'list '("\\\\cite[tp]" ispell-tex-arg-end))
      (setcar ispell-tex-skip-alists list)))

has anyone any idea about the source of my trouble ?

	thanks a lot

	H. Dicky

[Attachment #3 (text/html)]

<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; \
-webkit-line-break: after-white-space; "><div>Hello</div><div><br></div><div>I want \
to use aspell on my emacs (to use it on flyspell mode) and I run into two errors \
:</div><div><br></div><div>1)</div><div><font class="Apple-style-span" \
color="#FF474A">Starting new Ispell process [francais] ...</font></div><div><font \
class="Apple-style-span" color="#FF474A">Enabling Flyspell mode gave an \
error</font></div><div><br></div><div>2)</div><div><div><font \
class="Apple-style-span" color="#FF4046">Starting new Ispell process [francais] \
...</font></div><div><font class="Apple-style-span" \
color="#FF4046">ispell-init-process: Error: The filter "nroff" does not \
exist.</font></div><div><br></div><div>here is the bit of unix command to show I \
correctly installed aspell :</div><div><div><font class="Apple-style-span" \
color="#110D68">~ : aspell dicts</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr-40</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr-60</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr-80</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr-lrg</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr-med</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr-sml</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr_CH-40</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr_CH</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr_CH-60</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr_CH-80</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr_CH-lrg</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr_CH-med</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr_CH-sml</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr_FR-40</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr_FR</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr_FR-60</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr_FR-80</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr_FR-lrg</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr_FR-med</font></div><div><font class="Apple-style-span" \
color="#2923FF">fr_FR-sml</font></div><div><br></div></div><div>and here is the piece \
of my .emacs-d/init.el concerning&nbsp;aspell</div><div><div><font \
class="Apple-style-span" color="#2B1FFF">(setq-default ispell-program-name \
"aspell")</font></div><div><font class="Apple-style-span" color="#2B1FFF">(setq \
ispell-dictionary "francais"</font></div><div><font class="Apple-style-span" \
color="#2B1FFF">ispell-dictionary-alist</font></div><div><font \
class="Apple-style-span" color="#2B1FFF">(let ((default '("[A-Za-z]" "[^A-Za-z]" \
"[']" nil</font></div><div><font class="Apple-style-span" color="#2B1FFF">("-B" "-d" \
"fr_FR" "--dict-dir"</font></div><div><font class="Apple-style-span" \
color="#2B1FFF">"/Library/Application \
Support/cocoAspell/aspell-fr-0.50-3")</font></div><div><font class="Apple-style-span" \
color="#2B1FFF">nil utf-8)))</font></div><div><font class="Apple-style-span" \
color="#2B1FFF">`((nil ,@default)</font></div><div><font class="Apple-style-span" \
color="#2B1FFF">("francais" ,@default))))</font></div><div><div><font \
class="Apple-style-span" color="#2B1FFF">(setq \
ispell-tex-skip-alists</font></div><div><font class="Apple-style-span" \
color="#2B1FFF">&nbsp;&nbsp; &nbsp; &nbsp;(list</font></div><div><font \
class="Apple-style-span" color="#2B1FFF">&nbsp;&nbsp; &nbsp; &nbsp; (append (car \
ispell-tex-skip-alists)</font></div><div><font class="Apple-style-span" \
color="#2B1FFF">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '(("\\\\cite" \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ispell-tex-arg-end)</font></div><div><font \
class="Apple-style-span" color="#2B1FFF">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; ("\\\\nocite" &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;ispell-tex-arg-end)</font></div><div><font class="Apple-style-span" \
color="#2B1FFF">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
("\\\\includegraphics" ispell-tex-arg-end)</font></div><div><font \
class="Apple-style-span" color="#2B1FFF">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; ("\\\\figScale" &nbsp; &nbsp; &nbsp; &nbsp; \
ispell-tex-arg-end)</font></div><div><font class="Apple-style-span" \
color="#2B1FFF">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
("\\\\author" &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;ispell-tex-arg-end)</font></div><div><font class="Apple-style-span" \
color="#2B1FFF">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
("\\\\ref" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
ispell-tex-arg-end)</font></div><div><font class="Apple-style-span" \
color="#2B1FFF">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
("\\\\eqref" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
ispell-tex-arg-end)</font></div><div><font class="Apple-style-span" \
color="#2B1FFF">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
("\\\\label" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
ispell-tex-arg-end)</font></div><div><font class="Apple-style-span" \
color="#2B1FFF">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
))</font></div><div><font class="Apple-style-span" color="#2B1FFF">&nbsp;&nbsp; \
&nbsp; &nbsp; (cadr ispell-tex-skip-alists)))</font></div><div><font \
class="Apple-style-span" color="#2B1FFF">&nbsp;(eval-after-load \
"ispell"</font></div><div><font class="Apple-style-span" \
color="#2B1FFF">&nbsp;&nbsp;'(let ((list (car \
ispell-tex-skip-alists)))</font></div><div><font class="Apple-style-span" \
color="#2B1FFF">&nbsp;&nbsp; &nbsp; (add-to-list 'list '("\\\\cite[tp]" \
ispell-tex-arg-end))</font></div><div><font class="Apple-style-span" \
color="#2B1FFF">&nbsp;&nbsp; &nbsp; (setcar ispell-tex-skip-alists \
list)))</font></div><div><br></div><div>has anyone any idea about the source of my \
trouble ?</div><div><br></div><div><span class="Apple-tab-span" \
style="white-space:pre">	</span>thanks a lot<br></div><div><br></div><div><span \
class="Apple-tab-span" style="white-space:pre">	</span>H. \
Dicky<br></div></div></div></div></body></html>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic