From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: what-cursor-position doesn't show the char's QP Date: Wed, 10 Dec 2003 06:27:45 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87k755wrry.fsf@jidanni.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1071014734 2150 80.91.224.253 (10 Dec 2003 00:05:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Dec 2003 00:05:34 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Dec 10 01:05:29 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ATrr6-0002nG-00 for ; Wed, 10 Dec 2003 01:05:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ATsli-0000wm-QM for geb-bug-gnu-emacs@m.gmane.org; Tue, 09 Dec 2003 20:03:58 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ATsjw-0007qQ-75 for bug-gnu-emacs@gnu.org; Tue, 09 Dec 2003 20:02:08 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ATsjp-0007nu-Gb for bug-gnu-emacs@gnu.org; Tue, 09 Dec 2003 20:02:05 -0500 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1ATsiN-0007HC-Dv for bug-gnu-emacs@gnu.org; Tue, 09 Dec 2003 20:00:31 -0500 Original-Received: from tc218-187-82-157.2-7.pl.apol.com.tw ([218.187.82.157]:34722 helo=jidanni.org) by frodo.hserus.net with asmtp (Cipher TLSv1:RC4-SHA:128) (Exim 4.30 #2) id 1ATrkj-0001FP-V5 by authid with plain for ; Wed, 10 Dec 2003 05:28:56 +0530 Original-Received: from jidanni by jidanni.org with local (Exim 4.24) id 1ATqKX-0004Fb-7W for bug-gnu-emacs@gnu.org; Wed, 10 Dec 2003 06:27:45 +0800 Original-To: bug-gnu-emacs@gnu.org User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:6256 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:6256 C-x =3D runs the command what-cursor-position. I used ^u C-x =3D to get even more info: character: =A5L (0451755, 152557, 0x253ed) charset: chinese-big5-1 (Frequently used part (A141-C67F) of Big5 (Chin= ese traditional)) code point: 39 109 syntax: word category: C:Chinese (Han) characters of 2-byte character sets c:Chines= e=20=20 |:While filling, we can break a line at this character.=20=20 buffer code: 0x98 0xA7 0xED file code: 0xA5 0x4C (encoded by coding system chinese-big5-unix) font: -ETen-Fixed-Medium-R-Normal--16-150-75-75-C-160-Big5.ETen-0 But I was surprised that nowhere do I find listed the simple A5 L that I can get here: $ echo =A5L|qp-encode =3DA5L Let's try a different char: $ echo =A7=DA|qp-encode =3DA7=3DDA again, none of what-cursor-position shows this. Since it is one of the most common formats, what-cursor-position should show it.