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: redisplay-dont-pause Date: Sun, 18 Sep 2011 13:07:48 +0200 Message-ID: References: <83ipovw2z2.fsf@gnu.org> <83obyluf08.fsf@gnu.org> <83aaa4v0t0.fsf@gnu.org> <834o0bvb5x.fsf@gnu.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 1316344122 25527 80.91.229.12 (18 Sep 2011 11:08:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 18 Sep 2011 11:08:42 +0000 (UTC) Cc: Eli Zaretskii , rms@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 18 13:08:38 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R5FEj-00086j-7m for ged-emacs-devel@m.gmane.org; Sun, 18 Sep 2011 13:08:37 +0200 Original-Received: from localhost ([::1]:58049 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5FEi-0002XF-I2 for ged-emacs-devel@m.gmane.org; Sun, 18 Sep 2011 07:08:36 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:41008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5FEf-0002X8-Os for emacs-devel@gnu.org; Sun, 18 Sep 2011 07:08:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R5FEf-0004ti-0o for emacs-devel@gnu.org; Sun, 18 Sep 2011 07:08:33 -0400 Original-Received: from mail-pz0-f44.google.com ([209.85.210.44]:49563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5FEb-0004t0-MD; Sun, 18 Sep 2011 07:08:29 -0400 Original-Received: by pzk36 with SMTP id 36so6584077pzk.3 for ; Sun, 18 Sep 2011 04:08:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=4WBpmvzQh+ivq4igH3RgyZfqo8V53uyS08r6PzBPFfQ=; b=OvdgaYUvrm/XVeiwnRw+nfC+94ZQieIvXayiAVYMozBeB+cATQL5aCwEvNhOxnPBrK 22qJ/XV6vM8lRiHYC8UdBfY1THXByrR1gX62+VrraZ/nfzmgyvU8pmVAaD/zauQPwj7p +TCjsaLktEbjITnZgT7OyLUG2L2yql0WuuEDg= Original-Received: by 10.68.25.10 with SMTP id y10mr2310653pbf.430.1316344108168; Sun, 18 Sep 2011 04:08:28 -0700 (PDT) Original-Received: by 10.142.128.1 with HTTP; Sun, 18 Sep 2011 04:07:48 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.44 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144090 Archived-At: On Sat, Sep 17, 2011 at 23:30, Stefan Monnier wr= ote: > Whenever I tried to play with it, it never seemed to > make much difference either way for me. With line-by-line scrolling the effect is quite noticeable, at least on Win= dows. =C2=A0 =C2=A0 Juanma