all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ispell in Debian lenny problem
@ 2009-09-12 11:24 Christian Herenz
  2009-09-12 14:57 ` Peter Dyballa
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Christian Herenz @ 2009-09-12 11:24 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I am using in SUSE Linux the following in my .emacs, and it works:

      (setq ispell-dictionary "german")
      (setq ispell-local-dictionary "german")
      (setq flyspell-default-dictionary "german")

In Debian Lenny the dictionary is called ngerman and I use the same as above, 
only with "ngerman" instead of german. The problem now is, that spell checking 
wont work on emacs in lenny. When doing "ispell-buffer" I get the error (in 
*Messages*):

Starting new Ispell process [ngerman] ...
Spell-checking test using ispell with ngerman dictionary...
Spell-checking test using ispell with ngerman dictionary done
ispell-get-line: Wrong type argument: stringp, nil

No spell chacking takes place :-(
What is wrong?

Greetings,
Christian


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

* Re: ispell in Debian lenny problem
  2009-09-12 11:24 ispell in Debian lenny problem Christian Herenz
@ 2009-09-12 14:57 ` Peter Dyballa
       [not found] ` <mailman.6524.1252767464.2239.help-gnu-emacs@gnu.org>
  2009-09-12 18:00 ` Joost Kremers
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Dyballa @ 2009-09-12 14:57 UTC (permalink / raw)
  To: Christian Herenz; +Cc: help-gnu-emacs


Am 12.09.2009 um 13:24 schrieb Christian Herenz:

> Starting new Ispell process [ngerman] ...
> Spell-checking test using ispell with ngerman dictionary...
> Spell-checking test using ispell with ngerman dictionary done
> ispell-get-line: Wrong type argument: stringp, nil

This looks more like ispell is trying to read the file (or buffer) to  
spell-check and fails. So it should not be related to the new  
dictionary.

>
> No spell chacking takes place :-(
> What is wrong?


I don't know. You may try the same with some English dialect. What is  
your ispell-personal-dictionary?

--
Mit friedvollen Grüßen

   Pete

Almost anything is easier to get into than out of.
				– Allen's Law





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

* Re: ispell in Debian lenny problem
       [not found] ` <mailman.6524.1252767464.2239.help-gnu-emacs@gnu.org>
@ 2009-09-12 17:34   ` Christian Herenz
  2009-09-13 14:06     ` TonyMc
  0 siblings, 1 reply; 6+ messages in thread
From: Christian Herenz @ 2009-09-12 17:34 UTC (permalink / raw)
  To: help-gnu-emacs

Peter Dyballa schrieb:

>> No spell chacking takes place :-(
>> What is wrong?
> 
> 
> I don't know. You may try the same with some English dialect. What is 
> your ispell-personal-dictionary?
> 
Strangly American works:
      (setq ispell-dictionary "american")
      (setq ispell-local-dictionary "american")
      (setq flyspell-default-dictionary "american")

I have not set a ispell-personal-dictionary (Its value is nil).

I am really lost :-( I am not so good at typing, and I make a lot of mistakes, 
so without ispell (flyspell) I cannot really work :-(

I hope you can help.

Greetings,
Christian


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

* Re: ispell in Debian lenny problem
  2009-09-12 11:24 ispell in Debian lenny problem Christian Herenz
  2009-09-12 14:57 ` Peter Dyballa
       [not found] ` <mailman.6524.1252767464.2239.help-gnu-emacs@gnu.org>
@ 2009-09-12 18:00 ` Joost Kremers
  2009-09-12 19:06   ` Christian Herenz
  2 siblings, 1 reply; 6+ messages in thread
From: Joost Kremers @ 2009-09-12 18:00 UTC (permalink / raw)
  To: help-gnu-emacs

Christian Herenz wrote:
> I am using in SUSE Linux the following in my .emacs, and it works:
>
>       (setq ispell-dictionary "german")
>       (setq ispell-local-dictionary "german")
>       (setq flyspell-default-dictionary "german")
>
> In Debian Lenny the dictionary is called ngerman and I use the same as above, 
> only with "ngerman" instead of german. The problem now is, that spell checking 
> wont work on emacs in lenny. When doing "ispell-buffer" I get the error (in 
> *Messages*):
>
> Starting new Ispell process [ngerman] ...
> Spell-checking test using ispell with ngerman dictionary...
> Spell-checking test using ispell with ngerman dictionary done
> ispell-get-line: Wrong type argument: stringp, nil

are you sure the dictionary is called "ngerman"? why do you think it is? have
you tried using "german"? type M-x ispell-change-dictionary and then hit TAB to
see what dictionaries Emacs actually knows about.


-- 
Joost Kremers                                      joostkremers@yahoo.com
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)


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

* Re: ispell in Debian lenny problem
  2009-09-12 18:00 ` Joost Kremers
@ 2009-09-12 19:06   ` Christian Herenz
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Herenz @ 2009-09-12 19:06 UTC (permalink / raw)
  To: help-gnu-emacs

Joost Kremers schrieb:

> are you sure the dictionary is called "ngerman"? why do you think it is? have
> you tried using "german"? type M-x ispell-change-dictionary and then hit TAB to
> see what dictionaries Emacs actually knows about.
> 
> 

Thats it! The name of the dictionary is german-new. However the file is called 
ngerman, thats why I made the wrong decission.

Thanks very much!

Greetings,
Christian


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

* Re: ispell in Debian lenny problem
  2009-09-12 17:34   ` Christian Herenz
@ 2009-09-13 14:06     ` TonyMc
  0 siblings, 0 replies; 6+ messages in thread
From: TonyMc @ 2009-09-13 14:06 UTC (permalink / raw)
  To: help-gnu-emacs

Christian Herenz <herenz@physik.hu-berlin.de> writes:

> Strangly American works:
>      (setq ispell-dictionary "american")
>      (setq ispell-local-dictionary "american")
>      (setq flyspell-default-dictionary "american")
>
> I have not set a ispell-personal-dictionary (Its value is nil).

Does American ispell accept "strangly"?  

Tony


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

end of thread, other threads:[~2009-09-13 14:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-12 11:24 ispell in Debian lenny problem Christian Herenz
2009-09-12 14:57 ` Peter Dyballa
     [not found] ` <mailman.6524.1252767464.2239.help-gnu-emacs@gnu.org>
2009-09-12 17:34   ` Christian Herenz
2009-09-13 14:06     ` TonyMc
2009-09-12 18:00 ` Joost Kremers
2009-09-12 19:06   ` Christian Herenz

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.