From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero 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, 8 Apr 2010 01:35:38 +0200 Message-ID: References: <87ljd0wcw3.fsf@mail.jurta.org> <876344wamo.fsf@mail.jurta.org> <874ojn8eqf.fsf@mail.jurta.org> <87tyrmetgw.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1270683446 17991 80.91.229.12 (7 Apr 2010 23:37:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Apr 2010 23:37:26 +0000 (UTC) Cc: Emacs developers To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 08 01:37:23 2010 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 1NzeoD-0000yV-P5 for ged-emacs-devel@m.gmane.org; Thu, 08 Apr 2010 01:37:22 +0200 Original-Received: from localhost ([127.0.0.1]:51870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzeoD-0007l3-9l for ged-emacs-devel@m.gmane.org; Wed, 07 Apr 2010 19:37:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nzemw-0007Hp-69 for emacs-devel@gnu.org; Wed, 07 Apr 2010 19:36:02 -0400 Original-Received: from [140.186.70.92] (port=48337 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nzemu-0007H9-VB for emacs-devel@gnu.org; Wed, 07 Apr 2010 19:36:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nzemt-00070U-Iq for emacs-devel@gnu.org; Wed, 07 Apr 2010 19:36:00 -0400 Original-Received: from mail-bw0-f223.google.com ([209.85.218.223]:41871) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nzemt-00070K-E1 for emacs-devel@gnu.org; Wed, 07 Apr 2010 19:35:59 -0400 Original-Received: by bwz23 with SMTP id 23so1400315bwz.26 for ; Wed, 07 Apr 2010 16:35:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=RK5iLZsCHvb1JZU4xZ7YCmW85ts8O+L3FHaV/sEyHs4=; b=gONi36IrDoynoPpGTjkAMI5HeuqslhcxxCOD6JwDwYnDgYwFxoy/BV+FGtedp3xtf2 /mibgIn+QdShcm0Q7aVmYm6XsoNBQd1Ty8JA7OaHZ6P2dZwPsfW3/sQagVJGT6PuTMcL mhJH+++kGKtQvgAOfNdLaAmZuhf9GcEALAwDw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=seK26vkseRewxh4AyIf66xyRe8x/nedCJkx5/L4iFn/buB+pDX1aWS88MHts3ng+IO QUIDIvdJlizdSgnFgtLM4mY0v3c5Fux26UbWizZUH9HgbTI9MRkXT8dBxMPY2rlxRbd8 gM6SjRQhXqxYILefPxEVZCf58vBBY+lWlQWl4= Original-Received: by 10.204.136.15 with HTTP; Wed, 7 Apr 2010 16:35:38 -0700 (PDT) In-Reply-To: <87tyrmetgw.fsf@mail.jurta.org> Original-Received: by 10.204.129.66 with SMTP id n2mr93800bks.101.1270683358219; Wed, 07 Apr 2010 16:35:58 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:123341 Archived-At: On Thu, Apr 8, 2010 at 01:19, Juri Linkov wrote: > I have a 1997-year copy of pager.el (not sure if later versions exist). I think that release (2.0, 97-10-06) is the last. > Maybe `scroll-up-command' and `scroll-down-command' should use a similar > list. =C2=A0And then `mwheel-scroll' and scroll-(up|down)-line should cal= l > `scroll-(up|down)-command' instead of `scroll-(up|down)'. Seems like a good idea. And cua-scroll-(up|down) obeying s-p-s-p too would be the icing on the cake. > By "wrong" I meant that window.c is the wrong place to implement this. Ah, OK. Agreed. Juanma