From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: what-cursor-position vs. Unicode Date: Sat, 03 Jun 2006 10:34:59 +0800 Message-ID: <87irnjklv0.fsf@jidanni.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1149308134 26143 80.91.229.2 (3 Jun 2006 04:15:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 3 Jun 2006 04:15:34 +0000 (UTC) Cc: handa@etl.go.jp Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jun 03 06:15:32 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FmNXu-0002i6-JW for geb-bug-gnu-emacs@m.gmane.org; Sat, 03 Jun 2006 06:15:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FmNXt-00038q-TZ for geb-bug-gnu-emacs@m.gmane.org; Sat, 03 Jun 2006 00:15:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FmNXp-000356-UA for bug-gnu-emacs@gnu.org; Sat, 03 Jun 2006 00:15:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FmNXn-00034u-IL for bug-gnu-emacs@gnu.org; Sat, 03 Jun 2006 00:15:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FmNXn-00034r-CG for bug-gnu-emacs@gnu.org; Sat, 03 Jun 2006 00:15:23 -0400 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FmNeP-0001Ji-It for bug-gnu-emacs@gnu.org; Sat, 03 Jun 2006 00:22:13 -0400 Original-Received: from tc218-187-20-127.dialup.dynamic.apol.com.tw ([218.187.20.127]:2090 helo=jidanni1) by frodo.hserus.net with esmtpsa (Cipher TLSv1:AES256-SHA:256) (Exim 4.62 #0) id 1FmNXh-0001HN-TR by authid with plain; Sat, 03 Jun 2006 09:45:19 +0530 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15121 Archived-At: Today we shall discuss what-cursor-position when given an argument of ^U. We see that it gives Unicode information: character: Z (90, #o132, #x5a, U+005A) Except when you really need it: character: =E4=B8=B9 (107109, #o321145, #x1a265) It should mention U+4E39. emacs-version "22.0.50.1"