From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (Johan =?iso-8859-1?Q?Bockg=E5rd?=) Newsgroups: gmane.emacs.devel Subject: Re: [comp.emacs] Re: Search highlighted region Date: Tue, 18 Jan 2005 11:40:37 +0100 Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1106046897 24964 80.91.229.6 (18 Jan 2005 11:14:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Jan 2005 11:14:57 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 18 12:14:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CqrJz-0002bj-00 for ; Tue, 18 Jan 2005 12:14:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqrVs-0005jV-Hd for ged-emacs-devel@m.gmane.org; Tue, 18 Jan 2005 06:27:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cqr8B-0005Gd-CS for emacs-devel@gnu.org; Tue, 18 Jan 2005 06:02:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cqr6i-00051T-Mn for emacs-devel@gnu.org; Tue, 18 Jan 2005 06:01:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cqr6e-00051C-2h for emacs-devel@gnu.org; Tue, 18 Jan 2005 06:01:04 -0500 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cqqn9-0002RD-4p for emacs-devel@gnu.org; Tue, 18 Jan 2005 05:40:55 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Cqqn6-0001Yp-00 for ; Tue, 18 Jan 2005 11:40:52 +0100 Original-Received: from frealaf.dd.chalmers.se ([129.16.116.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Jan 2005 11:40:52 +0100 Original-Received: from bojohan+news by frealaf.dd.chalmers.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Jan 2005 11:40:52 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 14 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: frealaf.dd.chalmers.se Mail-Copies-To: never User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (usg-unix-v) Cancel-Lock: sha1:lnBc/rxxeUIsz1jWIbhrurleTQg= 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: main.gmane.org gmane.emacs.devel:32323 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32323 David Kastrup writes: > I found this in comp.emacs. This addition seems sensible to me, and > since there is really no other way to do this sanely, I'd not think > it is copyrightable. isearch.el contains this comment though: ;; Turned off because I find I expect to get the global definition--rms. ;; ;; Instead bind C-h to special help command for isearch-mode. ;; (define-key map "\C-h" 'isearch-mode-help) -- Johan Bockgård