From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#13695: 24.2; kp-multiply in isearch is not recorded by kbd macro Date: Wed, 13 Feb 2013 19:54:16 +0200 Organization: JURTA Message-ID: <87fw10y02f.fsf@mail.jurta.org> References: <511A6D74.3020605@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1360778206 24606 80.91.229.3 (13 Feb 2013 17:56:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Feb 2013 17:56:46 +0000 (UTC) Cc: 13695@debbugs.gnu.org To: Vandrus =?UTF-8?Q?Zolt=C3=A1n?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 13 18:57:07 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U5gZp-00051Z-1g for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 Feb 2013 18:57:01 +0100 Original-Received: from localhost ([::1]:56010 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5gZV-00041R-NV for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 Feb 2013 12:56:41 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:43168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5gZR-00041D-Fp for bug-gnu-emacs@gnu.org; Wed, 13 Feb 2013 12:56:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5gZK-0006YP-EG for bug-gnu-emacs@gnu.org; Wed, 13 Feb 2013 12:56:37 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49035) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5gZK-0006YD-BH for bug-gnu-emacs@gnu.org; Wed, 13 Feb 2013 12:56:30 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1U5gZq-0005tz-7X for bug-gnu-emacs@gnu.org; Wed, 13 Feb 2013 12:57:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 13 Feb 2013 17:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13695 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 13695-submit@debbugs.gnu.org id=B13695.136077816522619 (code B ref 13695); Wed, 13 Feb 2013 17:57:02 +0000 Original-Received: (at 13695) by debbugs.gnu.org; 13 Feb 2013 17:56:05 +0000 Original-Received: from localhost ([127.0.0.1]:54499 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U5gYv-0005sm-0G for submit@debbugs.gnu.org; Wed, 13 Feb 2013 12:56:05 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:42485 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U5gYn-0005s3-GJ for 13695@debbugs.gnu.org; Wed, 13 Feb 2013 12:55:59 -0500 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 15B61201D27A2C; Wed, 13 Feb 2013 09:55:23 -0800 (PST) In-Reply-To: <511A6D74.3020605@gmail.com> ("Vandrus \=\?iso-8859-1\?Q\?Zolt\=E1\?\= \=\?iso-8859-1\?Q\?n\=22's\?\= message of "Tue, 12 Feb 2013 17:27:32 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:71195 Archived-At: > If I try to define a keyboard macro where I search for *, and I use the > then the * is not present in the macro as a > self-inserting command. > > Recording in normal text (not in isearch mode) works, > and using the not-numpad * also works even in isearch mode. > Just the + isearch combination has this problem. > > Recipe after emacs -Q: > > C-s > > The relevant output of C-x C-k C-e: > (Note the missing * after C-s.) > > Macro: > > * ;; self-insert-command > C-s ;; isearch-forward > RET ;; help-follow > > The value of last-kbd-macro: > [kp-multiply 19 13] When I tried your recipe, I see: In 24.2.1 `last-kbd-macro' is [kp-multiply 19 13] In 24.2.92 `last-kbd-macro' is [kp-multiply 19 42 13] So something has changed between these versions and now is better than before. The question remains does `42' instead of `kp-multiply' present a problem?