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: Re: what-cursor-position doesn't show the char's QP Date: Mon, 22 Dec 2003 00:53:26 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87brq2glix.fsf@jidanni.org> References: <87k755wrry.fsf@jidanni.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1072031679 3295 80.91.224.253 (21 Dec 2003 18:34:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Dec 2003 18:34:39 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Dec 21 19:34:35 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 1AY8PT-00085S-00 for ; Sun, 21 Dec 2003 19:34:35 +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 1AY9MR-0006Gt-RO for geb-bug-gnu-emacs@m.gmane.org; Sun, 21 Dec 2003 14:35:31 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AY9MP-0006GW-7M for bug-gnu-emacs@gnu.org; Sun, 21 Dec 2003 14:35:29 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AY9Lt-00064g-LA for bug-gnu-emacs@gnu.org; Sun, 21 Dec 2003 14:35:28 -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 1AY9Lt-00064a-5r for bug-gnu-emacs@gnu.org; Sun, 21 Dec 2003 14:34:57 -0500 Original-Received: from tc218-187-73-156.2-3.pl.apol.com.tw ([218.187.73.156]:33401 helo=jidanni.org) by frodo.hserus.net with asmtp (Cipher TLSv1:RC4-SHA:128) (Exim 4.30 #2) id 1AY8OF-000CfY-Pz by authid with plain for ; Mon, 22 Dec 2003 00:03:29 +0530 Original-Received: from jidanni by jidanni.org with local (Exim 4.24) id 1AY6pa-0000J7-5O for bug-gnu-emacs@gnu.org; Mon, 22 Dec 2003 00:53:26 +0800 Original-To: bug-gnu-emacs@gnu.org In-Reply-To: (Richard Stallman's message of "Wed, 10 Dec 2003 10:47:46 -0500") 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:6342 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:6342 RMS> What is a QP? $ apropos qp qp-decode (1) - Fast Quoted Printable decoder... $ apropos quoted MIME::QuotedPrint (3perl) - Encoding and decoding of quoted-printable strings... Anyway, for me QP is the daily way of describing non-ascii and wide chars. Much more common than say octal for me these days. However, too modern apparently to be thrown in as a bonus upon C-u what-cursor-position .