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: The unwarranted scrolling assumption Date: Fri, 18 Jun 2010 00:30:33 +0200 Message-ID: References: <87ocfcj7r4.fsf@mail.jurta.org> <87631jvpzg.fsf@gmail.com> <4C18211C.3070106@harpegolden.net> <83typ2isns.fsf@gnu.org> <83mxuuicjc.fsf@gnu.org> <83ljadikj1.fsf@gnu.org> <83k4pxijpb.fsf@gnu.org> <83hbl1ihux.fsf@gnu.org> <87k4pxpg6q.fsf@engster.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1276813865 5204 80.91.229.12 (17 Jun 2010 22:31:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Jun 2010 22:31:05 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 18 00:31:02 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 1OPNbx-0003RK-Dj for ged-emacs-devel@m.gmane.org; Fri, 18 Jun 2010 00:31:01 +0200 Original-Received: from localhost ([127.0.0.1]:42858 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPNbw-0008OI-PW for ged-emacs-devel@m.gmane.org; Thu, 17 Jun 2010 18:31:00 -0400 Original-Received: from [140.186.70.92] (port=34118 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPNbr-0008N4-Kp for emacs-devel@gnu.org; Thu, 17 Jun 2010 18:30:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPNbq-0001e8-JA for emacs-devel@gnu.org; Thu, 17 Jun 2010 18:30:55 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:50917) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPNbq-0001e1-BI for emacs-devel@gnu.org; Thu, 17 Jun 2010 18:30:54 -0400 Original-Received: by bwz4 with SMTP id 4so120031bwz.0 for ; Thu, 17 Jun 2010 15:30:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=QlMXfQ45l9hpIjZiQThABZ6ldwLYhTmWQM40ClFwhac=; b=oMfYkCgSZSXoeBeAYjMGs15QAsMaAlGPYHEg0LiPH8XwYAFBceinDp2d+L9eoNXWFv JF4hUdT/KhAP1IVHUakyWcxUTOxqcdLl0h7DJWKNndPHHd/EYRGZqIgXwb5NnO4wA01p BkqJKLsnPa0PWrkDDHcN5tlZVnAiNdDndAzG8= 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 :content-type; b=YJi7ODOcA/3BesnG8R7KDnZInVtX+FS9JthALmHm6WX2CEpmBvLJ1tRXFR7q2POwec PydvXZSAw73UEVzwmgB0GAPN/tGirYmZwxYsWGb5VwmABRRNFqc+NKeDpmP45AS3KNA+ PIbp8EEuMaJEJZgy3Q2aXavAnkW8cjcsVje/4= Original-Received: by 10.204.81.84 with SMTP id w20mr138794bkk.81.1276813853233; Thu, 17 Jun 2010 15:30:53 -0700 (PDT) Original-Received: by 10.204.32.5 with HTTP; Thu, 17 Jun 2010 15:30:33 -0700 (PDT) In-Reply-To: <87k4pxpg6q.fsf@engster.org> 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:126109 Archived-At: On Thu, Jun 17, 2010 at 22:17, David Engster wrote: > But obviously, if you do that, Emacs > will start to lag behind the input, so that it continues scrolling even > when you're no longer pressing the key, which is worse than jumping. No, not to me. YMMV. Juanma