From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Raimund Kohl-Fuechsle Newsgroups: gmane.emacs.help Subject: Re: language settings - solved Date: Sun, 18 Jul 2004 12:40:59 +0200 Organization: RKF-Consulting Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20040718124059.690d3469@atmalok> References: <20040716232631.1aaf189f@atmalok> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1090147604 17011 80.91.224.253 (18 Jul 2004 10:46:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Jul 2004 10:46:44 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 18 12:46:35 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bm9Bi-0000tE-00 for ; Sun, 18 Jul 2004 12:46:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bm9EL-0005qG-Ra for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Jul 2004 06:49:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bm9ED-0005qB-Di for help-gnu-emacs@gnu.org; Sun, 18 Jul 2004 06:49:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bm9EA-0005px-M5 for help-gnu-emacs@gnu.org; Sun, 18 Jul 2004 06:49:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bm9EA-0005pu-Gn for help-gnu-emacs@gnu.org; Sun, 18 Jul 2004 06:49:06 -0400 Original-Received: from [212.227.126.186] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bm9BI-00083T-Qp for help-gnu-emacs@gnu.org; Sun, 18 Jul 2004 06:46:09 -0400 Original-Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1Bm9BH-0004ac-00 for help-gnu-emacs@gnu.org; Sun, 18 Jul 2004 12:46:07 +0200 Original-Received: from [80.140.17.116] (helo=atmalok) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1Bm9BH-0002lD-00 for help-gnu-emacs@gnu.org; Sun, 18 Jul 2004 12:46:07 +0200 Original-To: help-gnu-emacs@gnu.org In-Reply-To: <20040716232631.1aaf189f@atmalok> X-Mailer: Sylpheed version 0.9.11claws (GTK+ 1.2.10; i386-pc-linux-gnu) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:1f319457b87b086c07c81ac42a02b276 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:19698 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19698 On Fri, 16 Jul 2004 23:26:31 +0200 Raimund Kohl-Fuechsle wrote: > I am running Debian Sarge on my Notebook (an old one, btw). I > reinstalled Sarge a couple of days ago and since that I seem no longer > to be able to let emacs come up with the german Umlaute (I am using a > US keyboard). Up to that reinstallation I just used Ctrl \ and mule > behaved the (I think usual) way to show an "a" with two dots above > after pressing "a > > Nowadays this aint gonna work no more ... and I don't know why. I > suppose I made a stupid mistake but obviously I am too blind to see > it. Can anybody help? I skipped my .emacs and started customization all over again, this time step by step to find out, what gets in the way ... and finaly found it. It's: '(highlight-completion-mode t nil (highlight-completion)) If this set, the language switch (Ctrl \) doesn't work no more. With this feature turned off, everything runs fine. 's this a bug? Whatever: thank you again for your help ray