From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#7234: 24.0.50; strange message after text-scale-adjust Date: Mon, 18 Oct 2010 03:16:00 -0400 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1287387763 14802 80.91.229.12 (18 Oct 2010 07:42:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Oct 2010 07:42:43 +0000 (UTC) Cc: 7234@debbugs.gnu.org To: Kenichi Handa Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 18 09:42:42 2010 Return-path: Envelope-to: geb-bug-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 1P7kMj-0001eS-Cw for geb-bug-gnu-emacs@m.gmane.org; Mon, 18 Oct 2010 09:42:41 +0200 Original-Received: from localhost ([127.0.0.1]:56872 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7kMi-00061L-Ik for geb-bug-gnu-emacs@m.gmane.org; Mon, 18 Oct 2010 03:42:40 -0400 Original-Received: from [140.186.70.92] (port=35320 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7kMY-0005yx-6G for bug-gnu-emacs@gnu.org; Mon, 18 Oct 2010 03:42:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7kMX-0002mH-2G for bug-gnu-emacs@gnu.org; Mon, 18 Oct 2010 03:42:30 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:51753) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7kMW-0002mD-Vv for bug-gnu-emacs@gnu.org; Mon, 18 Oct 2010 03:42:29 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1P7ju1-00032q-Tt; Mon, 18 Oct 2010 03:13:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Oct 2010 07:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7234 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7234-submit@debbugs.gnu.org id=B7234.128738594011695 (code B ref 7234); Mon, 18 Oct 2010 07:13:01 +0000 Original-Received: (at 7234) by debbugs.gnu.org; 18 Oct 2010 07:12:20 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P7jtM-00032a-HX for submit@debbugs.gnu.org; Mon, 18 Oct 2010 03:12:20 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P7jtK-00032V-AQ for 7234@debbugs.gnu.org; Mon, 18 Oct 2010 03:12:18 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P7jwu-0005UJ-KX; Mon, 18 Oct 2010 03:16:00 -0400 In-reply-to: (message from Kenichi Handa on Mon, 18 Oct 2010 13:09:29 +0900) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 18 Oct 2010 03:13:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org 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:40947 Archived-At: > From: Kenichi Handa > Date: Mon, 18 Oct 2010 13:09:29 +0900 > Cc: > > ESC : (text-scale-adjust 1) RET C-b > > "(2)" is shown in the echo area. > > ESC : (text-scale-adjust 1) RET C-f > > "(6)" is shown. When I type C-e instead of C-f above, "(5)" > is shown. It seems that the number shown corresponds to the > character code of the last command. That's because text-scale-adjust does at its end (push ev unread-command-events))) and `push' returns its first argument.