From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabian Braennstroem Newsgroups: gmane.emacs.help Subject: Re: extract flyspell errors to abbrev list Date: Mon, 19 May 2008 20:42:54 +0200 Organization: www.braennstroem.de Message-ID: References: Reply-To: f.braennstroem@gmx.de NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1211226088 23102 80.91.229.12 (19 May 2008 19:41:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 May 2008 19:41:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 19 21:42:05 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JyBFB-0007G3-I7 for geh-help-gnu-emacs@m.gmane.org; Mon, 19 May 2008 21:42:01 +0200 Original-Received: from localhost ([127.0.0.1]:48638 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyBER-00050P-K5 for geh-help-gnu-emacs@m.gmane.org; Mon, 19 May 2008 15:41:15 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!feeder.news-service.com!newsfeed.freenet.de!npeer.de.kpn-eurorings.net!npeer-ng2.kpn.DE!usenet-feed.fhg.de!news-koe1.dfn.de!tamarack.fernuni-hagen.de!news.fernuni-hagen.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 44 Original-NNTP-Posting-Host: g228001104.adsl.alicedsl.de Original-X-Trace: tamarack.fernuni-hagen.de 1211222569 25939 92.228.1.104 (19 May 2008 18:42:49 GMT) Original-X-Complaints-To: newsadmin@fernuni-hagen.de Original-NNTP-Posting-Date: Mon, 19 May 2008 18:42:49 +0000 (UTC) User-Agent: slrn/0.9.8.1pl1 (Debian) Original-Xref: news.stanford.edu gnu.emacs.help:158771 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:54135 Archived-At: Hi Reiner (and to the others of this thread), * Reiner Steib wrote: > 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 > .) > > ,----[ (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. Thanks a lot! The local variable way works for me fine; now I have to get used to it ;-) Greetings! Fabian