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:27:00 +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> 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 1276813656 4455 80.91.229.12 (17 Jun 2010 22:27:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Jun 2010 22:27:36 +0000 (UTC) Cc: emacs-devel@gnu.org, Lennart Borgman , storm@cua.dk, david@harpegolden.net To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 18 00:27:34 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 1OPNYc-0001vn-6N for ged-emacs-devel@m.gmane.org; Fri, 18 Jun 2010 00:27:34 +0200 Original-Received: from localhost ([127.0.0.1]:41793 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPNYb-0003Ru-ER for ged-emacs-devel@m.gmane.org; Thu, 17 Jun 2010 18:27:33 -0400 Original-Received: from [140.186.70.92] (port=56461 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPNYR-0003Oj-Dy for emacs-devel@gnu.org; Thu, 17 Jun 2010 18:27:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPNYQ-0001GN-8q for emacs-devel@gnu.org; Thu, 17 Jun 2010 18:27:23 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:52558) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPNYQ-0001GD-1O; Thu, 17 Jun 2010 18:27:22 -0400 Original-Received: by bwz4 with SMTP id 4so119160bwz.0 for ; Thu, 17 Jun 2010 15:27:20 -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:cc:content-type :content-transfer-encoding; bh=D9jW03p97ePNtFKDmEDksiGNmp1qcVuI3g+mOMJas2s=; b=K9AmYxGWtbYU2PVrmcHfdviUQa3w67HdQSy9TWc8akV+u5A0tIjEWehwYr5ElvgSur xExXlKOoe9s7e/m1TN8EVUezAEH/um+A14+FJ7KpQftK+0N8kBSTh742H+b+86CN2XRa 9MCUBAxL19/6dOK/JOjh9k0/eT+cnnd3kt0mQ= 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=al9XTkGdnJv0EDCNz6Vny34Nz2Arcprrg3nlyObHHGE2OvK/FNet6SNuZvWIUAKNdd YFyeBr3oRX6h9Mo5xZndwjmI6sG4L9h6C2tNMktUpWkElU8zdtQCVczFmqpqEXO7Jdzi YGIkLrYlSxW064s0jhTQmH15Doai37SdxVXLQ= Original-Received: by 10.204.162.136 with SMTP id v8mr157898bkx.7.1276813640134; Thu, 17 Jun 2010 15:27:20 -0700 (PDT) Original-Received: by 10.204.32.5 with HTTP; Thu, 17 Jun 2010 15:27:00 -0700 (PDT) In-Reply-To: <83hbl1ihux.fsf@gnu.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:126108 Archived-At: On Thu, Jun 17, 2010 at 21:23, Eli Zaretskii wrote: > It doesn't jump for me. =C2=A0And, if the machine is too slow and cannot > keep up with the keyboard's autorepeat rate, then what's wrong with > the "jumps"? For some people (me included), the jumps are the worst answer posible. I don't want my Emacs to automatically recenter on scroll. Ever. Fortunately, I have a reasonably fast PC. > What would you want Emacs to do instead, if it cannot > keep up with the input? Stop reading input until it catches its breath. Juanma