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: moving point and scroll-conservatively Date: Mon, 19 Jul 2010 14:48:37 +0200 Message-ID: References: <83pqzec9i8.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 1279544044 2733 80.91.229.12 (19 Jul 2010 12:54:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Jul 2010 12:54:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 19 14:54:01 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 1Oapr6-0003Sx-Jm for ged-emacs-devel@m.gmane.org; Mon, 19 Jul 2010 14:54:01 +0200 Original-Received: from localhost ([127.0.0.1]:38454 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oapr5-00033Z-4P for ged-emacs-devel@m.gmane.org; Mon, 19 Jul 2010 08:53:59 -0400 Original-Received: from [140.186.70.92] (port=53687 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oapmy-00013x-LE for emacs-devel@gnu.org; Mon, 19 Jul 2010 08:49:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OapmG-0005dw-95 for emacs-devel@gnu.org; Mon, 19 Jul 2010 08:49:01 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:64467) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OapmG-0005dc-41; Mon, 19 Jul 2010 08:49:00 -0400 Original-Received: by bwz9 with SMTP id 9so2905829bwz.0 for ; Mon, 19 Jul 2010 05:48:58 -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=JcgtyYNatYnmtUeqQ6zTeOV7FwLYYy4WgGyErTJ20yk=; b=XLtoCYWbgATRYLpxSs78vzLIkpLvQL0JrVq75NHw3jkjyS9/VjZoyVvHmz0wWZyzSa sviT0sNJmCCh5nrnAMAvb1hMD+DMHC5G4Y+4jeaTkY9D1qSCTdFsie53fSiuLLXpLp2A 95xdAn7HfcHVsXOuNUyTn90M19sEmGTBp0MRs= 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=s3XeYXnTBxc22I2jaO3UNJ1xAihwVyfNQ4SEh94cqB86ogPDwac1JpKqElhJ4ejUo/ 4rqYfCA/1VPhdcg0PefFpiMb366rwLczp6ATgZ5ry7eDU7jmzbip0s74vNhKqspfN20M 8U2Ac/J6YMX8ibiS9NoQWNzPHK19K8wAnDIB8= Original-Received: by 10.204.53.211 with SMTP id n19mr3888339bkg.66.1279543737170; Mon, 19 Jul 2010 05:48:57 -0700 (PDT) Original-Received: by 10.204.180.136 with HTTP; Mon, 19 Jul 2010 05:48:37 -0700 (PDT) In-Reply-To: <83pqzec9i8.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:127573 Archived-At: On Sat, Jun 26, 2010 at 13:34, Eli Zaretskii wrote: > Did any of you who set scroll-conservatively to most-positive-fixnum > notice that moving around an unmodified buffer became much slower, > since revno 100620, when point moves far away? Should we file a bug report for this so it is not forgotten*? =C2=A0 =C2=A0 Juanma * Hardly, as it is quite noticeable, but still...