all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* changing ispell-dict: what's wrong?
@ 2003-05-19  8:49 Karl Voit
  2003-05-19 11:54 ` Piet van Oostrum
  0 siblings, 1 reply; 3+ messages in thread
From: Karl Voit @ 2003-05-19  8:49 UTC (permalink / raw)


>From my .emacs:
(defun ispell-set-deutsch
 "switch ispell language to deutsch"
  (interactive)
  (ispell-change-dictionary "german-new8"))

But when I M-x the "ispell-set-deutsch", I get 

  Invalid function: (lambda "switch ispell language to deutsch"
       (interactive) (ispell-change-dictionary "german-new8"))

Please give me a clue, I just copy&pasted the code though I do not
know elisp yet *g*

-- 
Karl VOIT, Graz University of Technology (Austria/Europe)

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

* Re: changing ispell-dict: what's wrong?
  2003-05-19  8:49 changing ispell-dict: what's wrong? Karl Voit
@ 2003-05-19 11:54 ` Piet van Oostrum
  2003-05-19 13:58   ` Karl Voit
  0 siblings, 1 reply; 3+ messages in thread
From: Piet van Oostrum @ 2003-05-19 11:54 UTC (permalink / raw)


>>>>> Karl Voit <devnull@Karl-Voit.at> (KV) wrote:

KV> From my .emacs:
KV> (defun ispell-set-deutsch
KV>  "switch ispell language to deutsch"
KV>   (interactive)
KV>   (ispell-change-dictionary "german-new8"))

(defun ispell-set-deutsch ()
-- 
Piet van Oostrum <piet@cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: P.van.Oostrum@hccnet.nl

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

* Re: changing ispell-dict: what's wrong?
  2003-05-19 11:54 ` Piet van Oostrum
@ 2003-05-19 13:58   ` Karl Voit
  0 siblings, 0 replies; 3+ messages in thread
From: Karl Voit @ 2003-05-19 13:58 UTC (permalink / raw)


* Piet van Oostrum <piet@cs.uu.nl> wrote:
>>>>>> Karl Voit <devnull@Karl-Voit.at> (KV) wrote:
> 
>KV> (defun ispell-set-deutsch
> 
> (defun ispell-set-deutsch ()

Hehe. That's it.

Thank you!

-- 
Karl VOIT, Graz University of Technology (Austria/Europe)

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

end of thread, other threads:[~2003-05-19 13:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-19  8:49 changing ispell-dict: what's wrong? Karl Voit
2003-05-19 11:54 ` Piet van Oostrum
2003-05-19 13:58   ` Karl Voit

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.