From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marco De Vitis Newsgroups: gmane.emacs.help Subject: Re: 8-bit characters input Date: Mon, 09 Apr 2007 23:18:59 GMT Organization: [Infostrada] Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1176176459 10182 80.91.229.12 (10 Apr 2007 03:40:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Apr 2007 03:40:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 10 05:40:00 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 1Hb3PM-00077L-90 for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Apr 2007 01:36:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hb3TE-0006Ia-11 for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Apr 2007 19:40:24 -0400 Original-Path: shelby.stanford.edu!newshub.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!feeder.news.tin.it!nntp.infostrada.it!twister1.libero.it.POSTED!not-for-mail User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.2pre) Gecko/20070116 Thunderbird/2.0b2 Mnenhy/0.7.5.666 Original-Newsgroups: gnu.emacs.help In-Reply-To: Original-Lines: 22 Original-NNTP-Posting-Host: 151.32.170.248 Original-X-Complaints-To: abuse@iol.it Original-X-Trace: twister1.libero.it 1176160739 151.32.170.248 (Tue, 10 Apr 2007 01:18:59 MET DST) Original-NNTP-Posting-Date: Tue, 10 Apr 2007 01:18:59 MET DST Original-Xref: shelby.stanford.edu gnu.emacs.help:146940 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:42544 Archived-At: Il 09/04/2007 22:03, Stefan Monnier ha scritto: > Check C-h l after hitting à to see what char sequence was really sent It seems that a C-v is sent instead of à. > to Emacs. You'll need both the set Emacs's keyboard-coding-system correctly > (typically to utf-8 or latin-1) and to let your terminal application send I tried setting it to utf-8 or latin-1, using both "M-x customize" and "C-x RET k", but nothing changed. > the necessary info (among other things, you'll want it to use ESC to encode > the meta modifier (sometimes referred to as the alt modifier)). Meta is already "assigned" to ESC here. What options/variables/customization group would you suggest to look at? -- Ciao, Marco.