From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Bretfeld Newsgroups: gmane.emacs.help Subject: Re: spell checking in latex files Date: Sat, 16 Jun 2007 11:41:42 +0200 Message-ID: <20070616094142.GG13263@relwi.unibe.ch> References: <20070616113332.07b7881b@nietzsche> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181986978 16900 80.91.229.12 (16 Jun 2007 09:42:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Jun 2007 09:42:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 16 11:42:57 2007 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 1HzUo5-0001iX-D5 for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Jun 2007 11:42:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzUo4-0007EK-S4 for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Jun 2007 05:42:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HzUn1-0007E6-5c for help-gnu-emacs@gnu.org; Sat, 16 Jun 2007 05:41:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HzUmx-0007DY-Ie for help-gnu-emacs@gnu.org; Sat, 16 Jun 2007 05:41:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzUmw-0007DQ-Ou for help-gnu-emacs@gnu.org; Sat, 16 Jun 2007 05:41:47 -0400 Original-Received: from viefep18-int.chello.at ([213.46.255.22] helo=viefep24-int.chello.at) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HzUmw-0002hN-7q for help-gnu-emacs@gnu.org; Sat, 16 Jun 2007 05:41:46 -0400 Original-Received: from kamaloka.dhatu ([80.219.144.82]) by viefep24-int.chello.at (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20070616094143.ZMM12976.viefep24-int.chello.at@kamaloka.dhatu> for ; Sat, 16 Jun 2007 11:41:43 +0200 Original-Received: from sven by kamaloka.dhatu with local (Exim 4.63) (envelope-from ) id 1HzUms-0007C0-Ty for help-gnu-emacs@gnu.org; Sat, 16 Jun 2007 11:41:42 +0200 Content-Disposition: inline In-Reply-To: <20070616113332.07b7881b@nietzsche> X-Operating-System: Debian GNU/Linux 4.0 Kernel 2.6.18-4-486 User-Agent: Mutt/1.5.13 (2006-08-11) X-detected-kernel: Solaris 10 (beta) 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:45104 Archived-At: Hi Martin On Sat, Jun 16, 2007 at 11:33:32AM +0200, Martin Barth wrote: > Since I am German I use "a, "o, "u or "s for Umlauts and sz, so the > spell checking isn't working for words with umlauts, etc. Is there a > solution for this problem? Have you considered switching to utf-8? You can use it very comfortably with the utf8 (or utf8x) option of LaTeX's inputenc package. Spell checking works without this problem then. Greetings, Sven