From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Box attribute in mode-line and scrolling Date: Sun, 27 Mar 2011 09:24:25 -0400 Message-ID: References: <87zkogu6u4.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1301232276 30601 80.91.229.12 (27 Mar 2011 13:24:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 27 Mar 2011 13:24:36 +0000 (UTC) Cc: emacs-devel@gnu.org To: Antoine Levitt Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 27 15:24:32 2011 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 1Q3pxH-0004PT-H7 for ged-emacs-devel@m.gmane.org; Sun, 27 Mar 2011 15:24:31 +0200 Original-Received: from localhost ([127.0.0.1]:36570 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3pxG-0002uv-Qz for ged-emacs-devel@m.gmane.org; Sun, 27 Mar 2011 09:24:30 -0400 Original-Received: from [140.186.70.92] (port=43386 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3pxC-0002up-Bx for emacs-devel@gnu.org; Sun, 27 Mar 2011 09:24:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3pxB-0004BH-9k for emacs-devel@gnu.org; Sun, 27 Mar 2011 09:24:26 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:47612) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3pxB-0004BD-8M for emacs-devel@gnu.org; Sun, 27 Mar 2011 09:24:25 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Q3pxB-0007W9-4V; Sun, 27 Mar 2011 09:24:25 -0400 In-reply-to: <87zkogu6u4.fsf@gmail.com> (message from Antoine Levitt on Sun, 27 Mar 2011 13:43:31 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:137753 Archived-At: > From: Antoine Levitt > Date: Sun, 27 Mar 2011 13:43:31 +0200 > > There seems to be a conflict between scrolling and the box attribute in > mode-line. I have in my config a ":box t" attribute in mode-line (from > the theme I use, zenburn.el). With this setting on, C-v M-v produces a > net displacement of one line up, which is annoying. This seems to be > irrespective of settings such as scroll-conservatively or > scroll-preserve-screen-position. Please report this as a bug (with "M-x reporte-emacs-bug RET") to the bug tracker, including a full recipe needed to reproduce this starting with "emacs -Q". Then someone else could try to reproduce and debug this.