From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rinefez Newsgroups: gmane.emacs.help Subject: encoding Date: Sat, 12 Mar 2011 17:01:40 -0800 (PST) Organization: http://groups.google.com Message-ID: <5b0fc503-500f-4f85-b623-58ea3867774f@q12g2000prb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299990353 26088 80.91.229.12 (13 Mar 2011 04:25:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 13 Mar 2011 04:25:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 13 05:25:49 2011 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.69) (envelope-from ) id 1PycsG-0005hQ-Eq for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Mar 2011 05:25:48 +0100 Original-Received: from localhost ([127.0.0.1]:56840 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PycsF-0007Ba-Qv for geh-help-gnu-emacs@m.gmane.org; Sat, 12 Mar 2011 23:25:47 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!q12g2000prb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: 151.41.20.231 Original-X-Trace: posting.google.com 1299978101 5211 127.0.0.1 (13 Mar 2011 01:01:41 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 13 Mar 2011 01:01:41 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q12g2000prb.googlegroups.com; posting-host=151.41.20.231; posting-account=zC440woAAACuOsBCmK6z_hLq9kkYo1rY User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:185901 X-Mailman-Approved-At: Sat, 12 Mar 2011 23:24:30 -0500 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:80053 Archived-At: My Emacs 23.2.1 in inferior-lisp entering (from italian keyboard) #\=E0 returns #\LATIN_CAPITAL_LETTER_A_WITH_TILDE which is wrong cause i entered latin small a with grave accent. In fact entering (char-code #\=E0) returns 195 (the code point of =C3) instead of 224 (the code point of =E0). Anybody has a clue to how to solve this?