From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r99831: Scrolling commands which does not signal errors at top/bottom. Date: Thu, 15 Apr 2010 20:41:10 -0400 Message-ID: References: <877hol5qso.fsf@mail.jurta.org> <874ojozp27.fsf@mail.jurta.org> <87ljd0wcw3.fsf@mail.jurta.org> <876344wamo.fsf@mail.jurta.org> <874ojn8eqf.fsf@mail.jurta.org> <87aatcnufw.fsf@mail.jurta.org> <87y6gq6la3.fsf@mail.jurta.org> <87ljcoe0cu.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271378483 15267 80.91.229.12 (16 Apr 2010 00:41:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Apr 2010 00:41:23 +0000 (UTC) Cc: Juanma Barranquero , Emacs developers To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 16 02:41:21 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 1O2ZcX-0004N4-C8 for ged-emacs-devel@m.gmane.org; Fri, 16 Apr 2010 02:41:21 +0200 Original-Received: from localhost ([127.0.0.1]:47675 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2ZcW-00080N-Pa for ged-emacs-devel@m.gmane.org; Thu, 15 Apr 2010 20:41:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2ZcR-000807-DS for emacs-devel@gnu.org; Thu, 15 Apr 2010 20:41:15 -0400 Original-Received: from [140.186.70.92] (port=59436 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2ZcP-0007zy-EV for emacs-devel@gnu.org; Thu, 15 Apr 2010 20:41:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2ZcN-0005Ck-L7 for emacs-devel@gnu.org; Thu, 15 Apr 2010 20:41:13 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:37313 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2ZcN-0005Cg-H0 for emacs-devel@gnu.org; Thu, 15 Apr 2010 20:41:11 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAHNPx0tMCpxH/2dsb2JhbACbanK+SYUOBItd X-IronPort-AV: E=Sophos;i="4.52,215,1270440000"; d="scan'208";a="60981494" Original-Received: from 76-10-156-71.dsl.teksavvy.com (HELO ceviche.home) ([76.10.156.71]) by ironport2-out.pppoe.ca with ESMTP; 15 Apr 2010 20:41:11 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id CDBA4660BF; Thu, 15 Apr 2010 20:41:10 -0400 (EDT) In-Reply-To: <87ljcoe0cu.fsf@mail.jurta.org> (Juri Linkov's message of "Fri, 16 Apr 2010 02:56:33 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:123735 Archived-At: > Unfortunately, the definition of a scroll command used > by `isearch-allow-scroll' is too broad: it can be a command > that scrolls the window, acts on the other window or changes > the window layout. I'm not sure if it would be good for > `scroll-preserve-screen-position' to put the `scroll-command' property > on all these commands that currently have the `isearch-scroll' property, > or whether some users might want to remove the `isearch-scroll' property > from some real scroll commands. How 'bout having isearch check both isearch-scroll and scroll-command, then? At least this way, we don't have to label all the scroll-commands as being also isearch-scroll. Stefan