From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Input of ISO-8859-1 chars Was: No x-faces with emacs 22.0 on XPpro Date: Fri, 15 Dec 2006 16:09:42 +0200 Message-ID: References: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1166191801 849 80.91.229.10 (15 Dec 2006 14:10:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Dec 2006 14:10:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 15 15:10:00 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GvDl8-0006xf-Cd for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Dec 2006 15:09:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GvDl7-0002HR-U4 for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Dec 2006 09:09:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GvDkr-0002Ew-Qg for help-gnu-emacs@gnu.org; Fri, 15 Dec 2006 09:09:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GvDkq-0002Bi-7p for help-gnu-emacs@gnu.org; Fri, 15 Dec 2006 09:09:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GvDkq-0002BZ-4V for help-gnu-emacs@gnu.org; Fri, 15 Dec 2006 09:09:40 -0500 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GvDkp-0005eh-R2 for help-gnu-emacs@gnu.org; Fri, 15 Dec 2006 09:09:40 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-12-98.inter.net.il [80.230.12.98]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id FLX84270 (AUTH halo1); Fri, 15 Dec 2006 16:09:37 +0200 (IST) Original-To: help-gnu-emacs@gnu.org In-reply-to: (lekktu@gmail.com) 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:39561 Archived-At: > Date: Fri, 15 Dec 2006 14:02:49 +0100 > From: "Juanma Barranquero" > > > > With iso-accents-mode enabled, I could just type `"a' and it was > > substituted with `รค' on the fly. That was very convenient, using a > > keyboard with English layout to input German characters. > > Try adding > > (set-input-method 'latin-postfix) > > to you .emacs. You can try also with 'german-alt-postfix, > 'german-postfix, etc. Either that, or use "C-u C-\" to set any input method you want. That command supports completion, so `?' will pop up a list of available input methods which you can browse and pick the one you want.