From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] (Or "question"...) isearch-kill-found Date: Tue, 01 Jun 2010 17:03:35 -0400 Message-ID: References: <87vda59rby.fsf@mail.jurta.org> <87vda45euq.fsf@stupidchicken.com> <7F4A9988213544AEA1478E941C7E2109@us.oracle.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: dough.gmane.org 1275426230 25337 80.91.229.12 (1 Jun 2010 21:03:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Jun 2010 21:03:50 +0000 (UTC) Cc: juri@jurta.org, cyd@stupidchicken.com, emacs-devel@gnu.org, monnier@iro.umontreal.ca, deniz.a.m.dogan@gmail.com To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 01 23:03:46 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@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 1OJYck-0000QD-Ct for ged-emacs-devel@m.gmane.org; Tue, 01 Jun 2010 23:03:46 +0200 Original-Received: from localhost ([127.0.0.1]:60211 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJYcj-0007FN-TQ for ged-emacs-devel@m.gmane.org; Tue, 01 Jun 2010 17:03:45 -0400 Original-Received: from [199.232.76.173] (port=54515 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJYcc-0007Dc-JC for emacs-devel@gnu.org; Tue, 01 Jun 2010 17:03:38 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OJYcb-00006U-Ho for emacs-devel@gnu.org; Tue, 01 Jun 2010 17:03:38 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:38702) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OJYcb-00006Q-Bl for emacs-devel@gnu.org; Tue, 01 Jun 2010 17:03:37 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OJYcZ-0003Jh-Kk; Tue, 01 Jun 2010 17:03:35 -0400 In-reply-to: <7F4A9988213544AEA1478E941C7E2109@us.oracle.com> (drew.adams@oracle.com) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:125437 Archived-At: > Because keys are in very short supply. Not really, for a keymap such as isearch. The characters that have a special meaning in isearch are started to interfere with the default meaning that they exit the search and then do their normal job.