From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thomas Gehrlein Newsgroups: gmane.emacs.help Subject: Re: German umlaut problems after moving from Windows to Linux Date: Mon, 01 Mar 2004 15:27:57 +0100 Organization: T-Online Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1078168004 10199 80.91.224.253 (1 Mar 2004 19:06:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Mar 2004 19:06:44 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 01 20:06:20 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Axsk6-0005Jw-00 for ; Mon, 01 Mar 2004 20:06:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AxshK-0008Dd-E1 for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Mar 2004 14:03:26 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!npeer.de.kpn-eurorings.net!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-X-Trace: news.t-online.com 1078151454 01 15522 O3feGol1mt7md50 040301 14:30:54 Original-X-Complaints-To: usenet-abuse@t-online.de X-ID: XoWAdsZQ8eECf6qlbcWtVuC9mr-0avEjTKzFFSuQTWgPpqo5UbNz0c User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:bXG1cHqO3UJ1r9dw0CjFovXgF7E= Original-Xref: shelby.stanford.edu gnu.emacs.help:121397 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17353 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17353 LEE Sau Dan writes: >>>>>> "Thomas" == Thomas Gehrlein writes: > (defun iso-8859-15to1 (from to) ; for German only. Not French, Italian... [...] Thanks for that function. I fixed the problem by removing a few lines from my .emacs (see my other post), but I think I might find some use for it, sooner or later. > Thomas> 3) How can I tell Emacs: "Take all umlauts and other weird > Thomas> characters in my home directory and make with them > Thomas> whatever you want - but don't ever bother me with this > Thomas> kind of $&%$&$% again"? > > For me, the only problem is with searching (regexp matching). I find it confusing when C-s ä finds only some äs and not others. > Otherwise, I don't care. But I don't use German that often. I use it a lot ... You wouldn't believe how many umlauts I put in my files ;-). Thanks a lot Thomas