From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Martin Barth Newsgroups: gmane.emacs.help Subject: spell checking in latex files Date: Sat, 16 Jun 2007 11:33:32 +0200 Message-ID: <20070616113332.07b7881b@nietzsche> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181986541 15791 80.91.229.12 (16 Jun 2007 09:35:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Jun 2007 09:35:41 +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:35:39 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 1HzUh1-0000V6-O4 for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Jun 2007 11:35:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzUh0-0005FZ-S5 for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Jun 2007 05:35:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HzUg6-0005Ef-OD for help-gnu-emacs@gnu.org; Sat, 16 Jun 2007 05:34:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HzUg4-0005DH-PW for help-gnu-emacs@gnu.org; Sat, 16 Jun 2007 05:34:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzUg4-0005D0-7R for help-gnu-emacs@gnu.org; Sat, 16 Jun 2007 05:34:40 -0400 Original-Received: from lexx.senfdax.de ([85.10.209.43]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HzUg3-0001xu-Si for help-gnu-emacs@gnu.org; Sat, 16 Jun 2007 05:34:40 -0400 Original-Received: from e179061065.adsl.alicedsl.de ([85.179.61.65] helo=nietzsche) by lexx.senfdax.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1HzUZr-0003ui-SB for help-gnu-emacs@gnu.org; Sat, 16 Jun 2007 11:28:48 +0200 X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.10.11; i486-pc-linux-gnu) X-Spam-Score: -3.7 (---) X-detected-kernel: Linux 2.6 (newer, 3) 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:45103 Archived-At: hi there, i am writing a large text in latex with my emacs. and I want to use ispell to check the text. 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? Regards Martin