From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.bugs Subject: Re: Isearch halts in commands and macros Date: Sat, 29 Oct 2005 16:34:04 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1130618238 553 80.91.229.2 (29 Oct 2005 20:37:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 Oct 2005 20:37:18 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 29 22:37:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EVxRP-0000Lq-0c for geb-bug-gnu-emacs@m.gmane.org; Sat, 29 Oct 2005 22:36:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVxRO-0001mc-Eu for geb-bug-gnu-emacs@m.gmane.org; Sat, 29 Oct 2005 16:36:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EVxOv-0000Fq-Vn for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2005 16:34:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EVxOv-0000FT-CA for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2005 16:34:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVxOu-0000FO-SD for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2005 16:34:05 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EVxOu-0008KV-UE for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2005 16:34:05 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EVxOu-0003cx-5Z; Sat, 29 Oct 2005 16:34:04 -0400 Original-To: "Aaron S. Hawley" In-reply-to: (ashawley@uvm.edu) 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:13774 Archived-At: To reproduce, evaluate the following key binding: (global-set-key [?\C-.] "\C-s\C-w") Don't you mean C-s C-m C-w? The reason this can't work is that ending the macro forces exit of the minibuffer that C-s C-m enters. That is a flaw, but not an easy one to fix.