From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Hendrik Sattler Newsgroups: gmane.emacs.help Subject: umlauts (8bit characters) input Date: Mon, 31 Jan 2005 17:44:32 +0100 Organization: T-Online Message-ID: 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 1107190371 4000 80.91.229.6 (31 Jan 2005 16:52:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 Jan 2005 16:52:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 31 17:52:45 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cven7-0003AD-00 for ; Mon, 31 Jan 2005 17:52:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cvevs-0007WV-Lp for geh-help-gnu-emacs@m.gmane.org; Mon, 31 Jan 2005 12:01:48 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!tiscali!newsfeed1.ip.tiscali.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: 47 Original-X-Trace: news.t-online.com 1107189872 00 32209 gUp1ravJozSSSEPz 050131 16:44:32 Original-X-Complaints-To: usenet-abuse@t-online.de X-ID: TzQs+vZSgeEIxGdcfV9muMDCTGl+Sie-S+ukqqn6hegvNXZRUgD10d User-Agent: KNode/0.8.1 Original-Xref: shelby.stanford.edu gnu.emacs.help:128274 Original-To: help-gnu-emacs@gnu.org 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: main.gmane.org gmane.emacs.help:23781 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23781 Hi, 8bit characters work fine everywhere(bash, mcedit, etc) except with emacs. When I press 'ü', it asks me for "Shell command on region:", 'ö' goes to "beginning of buffer" and 'ä' does nothing. The editing is done in KDE's konsole, locale is set to LANG=de_DE@euro LC_CTYPE="de_DE@euro" LC_NUMERIC="de_DE@euro" LC_TIME="de_DE@euro" LC_COLLATE=C LC_MONETARY="de_DE@euro" LC_MESSAGES="de_DE@euro" LC_PAPER="de_DE@euro" LC_NAME="de_DE@euro" LC_ADDRESS="de_DE@euro" LC_TELEPHONE="de_DE@euro" LC_MEASUREMENT="de_DE@euro" LC_IDENTIFICATION="de_DE@euro" LC_ALL= I had to reinstall my system and took my configuration files with me. I worked before, why not now? Here's my ~/,emacs: (custom-set-variables ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. '(bar-cursor 2) '(case-fold-search t) '(current-language-environment "German") '(default-input-method "german-postfix") '(global-font-lock-mode t nil (font-lock)) '(gnuserv-program (concat exec-directory "/gnuserv")) '(show-paren-mode t nil (paren)) '(transient-mark-mode t)) (custom-set-faces ;; custom-set-faces was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. ) Any suggestions? Thanks HS