help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: extract flyspell errors to abbrev list


From: Reiner Steib
Subject: Re: extract flyspell errors to abbrev list
Date: Sun, 18 May 2008 13:48:46 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2.50 (gnu/linux)

On Sun, May 18 2008, Fabian Braennstroem wrote:

> Thanks, that looks great. There is probably a chance to set
> the 'german-postfix' as local variable in a tex buffer? I
> tried something like
>
> % german-postfix: t
> % set-input-method: german-postfix
> % input-method: german-postfix

% default-input-method: "german-postfix"

... could work, but requires confirmation that `default-input-method'
is safe [1].  But you still need to activate the method using `C-\'.

Alternatively, do it in a suitable hook (`LaTeX-mode-hook'?).  (See
the discussion in
<http://thread.gmane.org/v9d4urtab2.fsf@marauder.physik.uni-ulm.de>.)

,----[ (info "(emacs)Select Input Method") ]
|    You can instruct Emacs to activate a certain input method
| automatically.  For example:
| 
|      (add-hook 'text-mode-hook
|        (lambda () (set-input-method "german-prefix")))
| 
| This activates the input emthod "german-prefix" automatically in the
| Text mode.
`----

> I would be even better, if is connected to the 'german8'
> dictionary :-)

An input method is not directly related to a dictionary, so this
doesn't seem useful to me.

Bye, Reiner.

[1] Maybe it should be marked a safe by default?
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]