From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#6192: 24.0.50; eldoc-mode: unexpected recentering Date: Fri, 14 May 2010 20:49:44 +0300 Message-ID: <83wrv62x1j.fsf@gnu.org> References: <878w7mjtml.fsf@escher.home> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1273859810 4974 80.91.229.12 (14 May 2010 17:56:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 14 May 2010 17:56:50 +0000 (UTC) Cc: 6192@debbugs.gnu.org To: Stephen Berman Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri May 14 19:56:49 2010 connect(): No such file or directory Return-path: Envelope-to: geb-bug-gnu-emacs@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 1OCz7w-0002aA-RJ for geb-bug-gnu-emacs@m.gmane.org; Fri, 14 May 2010 19:56:49 +0200 Original-Received: from localhost ([127.0.0.1]:38289 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCz7w-0003LJ-52 for geb-bug-gnu-emacs@m.gmane.org; Fri, 14 May 2010 13:56:48 -0400 Original-Received: from [140.186.70.92] (port=35165 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCz7o-0003Iw-3l for bug-gnu-emacs@gnu.org; Fri, 14 May 2010 13:56:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCz7m-00081X-Sg for bug-gnu-emacs@gnu.org; Fri, 14 May 2010 13:56:39 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60786) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCz7m-00081R-R2 for bug-gnu-emacs@gnu.org; Fri, 14 May 2010 13:56:38 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OCz1O-0007OH-QO; Fri, 14 May 2010 13:50:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 14 May 2010 17:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6192 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6192-submit@debbugs.gnu.org id=B6192.127385939128398 (code B ref 6192); Fri, 14 May 2010 17:50:02 +0000 Original-Received: (at 6192) by debbugs.gnu.org; 14 May 2010 17:49:51 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCz1D-0007Nz-CI for submit@debbugs.gnu.org; Fri, 14 May 2010 13:49:51 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCz1B-0007Ns-9P for 6192@debbugs.gnu.org; Fri, 14 May 2010 13:49:50 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0L2F002007YFYN00@a-mtaout23.012.net.il> for 6192@debbugs.gnu.org; Fri, 14 May 2010 20:49:45 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.206.56]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L2F000EF86WRL90@a-mtaout23.012.net.il>; Fri, 14 May 2010 20:49:45 +0300 (IDT) In-reply-to: <878w7mjtml.fsf@escher.home> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Fri, 14 May 2010 13:50:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:36921 Archived-At: > From: Stephen Berman > Date: Fri, 14 May 2010 19:11:30 +0200 > Cc: > > 1. Let ~/.emacs consist of the following line: > (add-hook 'emacs-lisp-mode-hook 'turn-on-eldoc-mode) > > 2. Start Emacs with the above init-file. > > 3. Visit an Emacs lisp file that's long enough to scroll a number of > screens up and down, e.g. lisp/abbrev.el from the Emacs source > directory. > > 4. Type `M->' (end-of-buffer). > > 5. Type 'M-v' (scroll-down-command) > > => This puts point at line 902 (at least here, with window-height 33), > which is at the bottom of the window as it should be -- but only for a > fraction of a second, and then point is recentered so that line 902 is > now in the middle of the window. Could it be that the last line uses some characters or some faces that cause the line to be only partially visible, when it is the last line of the window?