From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Isearch setting of inhibit-point-motion-hooks too inflexible Date: Wed, 30 Oct 2002 12:16:52 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <15803.53742.404653.98167@gs.qfs.de> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1036002386 5466 80.91.224.249 (30 Oct 2002 18:26:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2002 18:26:26 +0000 (UTC) Cc: Gregor.Schmid@qfs.de, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186xXs-0001Q0-00 for ; Wed, 30 Oct 2002 19:26:24 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 186xd5-0001ap-00 for ; Wed, 30 Oct 2002 19:31:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 186xRk-0005Zh-00; Wed, 30 Oct 2002 13:20:04 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186wSg-0006Y7-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 12:16:58 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186wSd-0006Us-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 12:16:57 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186wSd-0006UP-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 12:16:55 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 186wSa-0002pk-00; Wed, 30 Oct 2002 12:16:52 -0500 Original-To: Gregor.Schmid@qfs.de In-reply-to: (message from Gregor Schmid on 29 Oct 2002 08:46:17 +0100) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8964 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8964 Correct me if I'm wrong, but wouldn't (make-local-variable 'isearch-inhibit-point-motion-hooks) solve this if some mode needs a non-default behavior? If a particular major mode wants a non-default behavior, this would do it. But these features are not always major modes. Can we use an overlay property to make the decision?