From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Antoine Levitt Newsgroups: gmane.emacs.devel Subject: Re: Box attribute in mode-line and scrolling Date: Sun, 27 Mar 2011 15:43:34 +0200 Message-ID: <877hbkr855.fsf@gmail.com> References: <87zkogu6u4.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301233441 3760 80.91.229.12 (27 Mar 2011 13:44:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 27 Mar 2011 13:44:01 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 27 15:43:57 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 1Q3qG5-0003PR-B4 for ged-emacs-devel@m.gmane.org; Sun, 27 Mar 2011 15:43:57 +0200 Original-Received: from localhost ([127.0.0.1]:52302 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3qG4-000309-QL for ged-emacs-devel@m.gmane.org; Sun, 27 Mar 2011 09:43:56 -0400 Original-Received: from [140.186.70.92] (port=35179 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3qFz-0002zl-8u for emacs-devel@gnu.org; Sun, 27 Mar 2011 09:43:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3qFx-00071X-PZ for emacs-devel@gnu.org; Sun, 27 Mar 2011 09:43:50 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:60076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3qFx-00071N-K8 for emacs-devel@gnu.org; Sun, 27 Mar 2011 09:43:49 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q3qFv-0003NY-NQ for emacs-devel@gnu.org; Sun, 27 Mar 2011 15:43:47 +0200 Original-Received: from ney92-7-78-233-218-202.fbx.proxad.net ([78.233.218.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Mar 2011 15:43:47 +0200 Original-Received: from antoine.levitt by ney92-7-78-233-218-202.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Mar 2011 15:43:47 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ney92-7-78-233-218-202.fbx.proxad.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:137755 Archived-At: 27/03/11 15:24, Eli Zaretskii >> 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. Done (and sorry for the double post in this thread, gnus froze and I didn't know whether the mail was sent or not)