From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: The unwarranted scrolling assumption Date: Wed, 16 Jun 2010 01:00:48 +0200 Message-ID: References: <87ocfcj7r4.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 1276643216 19597 80.91.229.12 (15 Jun 2010 23:06:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Jun 2010 23:06:56 +0000 (UTC) Cc: Juri Linkov , Emacs-Devel devel To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 16 01:06:55 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 1OOfDO-0002PI-QZ for ged-emacs-devel@m.gmane.org; Wed, 16 Jun 2010 01:06:49 +0200 Original-Received: from localhost ([127.0.0.1]:46493 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOfDL-0000VS-9F for ged-emacs-devel@m.gmane.org; Tue, 15 Jun 2010 19:06:39 -0400 Original-Received: from [140.186.70.92] (port=49892 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOf82-00065I-M0 for emacs-devel@gnu.org; Tue, 15 Jun 2010 19:01:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOf81-0002rJ-4P for emacs-devel@gnu.org; Tue, 15 Jun 2010 19:01:10 -0400 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:53784) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOf81-0002rE-2B for emacs-devel@gnu.org; Tue, 15 Jun 2010 19:01:09 -0400 Original-Received: by gxk2 with SMTP id 2so1144987gxk.0 for ; Tue, 15 Jun 2010 16:01:08 -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=5JYsZXp8JOHhH/yLouyANU65jGxqeXKfZ1SdgCubZlo=; b=hfGzoD1hSv8uEaDCo6KDfMs/oHfKZa3/9+AS+ZZUix4F9PO7RhgnULRmaEG/fIYaBw k+y5wkv8JhO8/2oeDgrQhV43p/If1CuHoE6o7bRNqtksUwM1Cn4MnPsH2ngNkesrRDZI 4SpA2hxCpxvM/yHSMT2961aFedzcp05/V723s= 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=aUezJS6lHU5f77iStLbygsw4P8MFHY7xwxayH2Kd8uW2oT/iSUpGVCIbuEYiJ3V5KJ Yy/pDldGNxLeWg1ugW8tJx4N+dXOEH4WDBkb6qYXDYB7dvV2VOT0hh/wmDOKHulQyVCb V8uKOeaNPVeIm26oTeT+Md0FJ72mzNlhMcn9U= Original-Received: by 10.101.134.13 with SMTP id l13mr6390125ann.118.1276642868330; Tue, 15 Jun 2010 16:01:08 -0700 (PDT) Original-Received: by 10.100.154.15 with HTTP; Tue, 15 Jun 2010 16:00:48 -0700 (PDT) In-Reply-To: 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:125976 Archived-At: On Wed, Jun 16, 2010 at 12:41 AM, Juanma Barranquero wro= te: > On Tue, Jun 15, 2010 at 23:39, Juri Linkov wrote: > >> Perhaps you need to customize `scroll-preserve-screen-position'. Thanks. Perhaps. I just set it to 'always but Emacs still do the "jumping scrolling". However not always. And that makes it even more frustrating. I feel like a prey. Suddenly it jumps - and I do not know why and when. Is that jumping expected? > And set line-by-line scrolling to deactivate the automatic scroll > recentering. Both are needed to get sane scrolling behavior (for > values of "sane" that exactly match my preferences, of course... ;-) I am not sure which option you mean. Could you please tell me? > =C2=A0 =C2=A0Juanma >