From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Cursor movement issue when global-linum-mode is enabled Date: Wed, 05 Dec 2012 18:18:46 +0200 Message-ID: <834nk0qxp5.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1354724388 14222 80.91.229.3 (5 Dec 2012 16:19:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Dec 2012 16:19:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 05 17:20:00 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TgHhY-0004yz-Kt for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Dec 2012 17:20:00 +0100 Original-Received: from localhost ([::1]:44460 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgHhK-0005tX-LS for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Dec 2012 11:19:46 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:45895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgHh8-0005ov-6Y for help-gnu-emacs@gnu.org; Wed, 05 Dec 2012 11:19:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgHh6-0006dZ-RE for help-gnu-emacs@gnu.org; Wed, 05 Dec 2012 11:19:34 -0500 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:34589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgHh6-0006dO-J0 for help-gnu-emacs@gnu.org; Wed, 05 Dec 2012 11:19:32 -0500 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MEK00C00FPN5D00@a-mtaout21.012.net.il> for help-gnu-emacs@gnu.org; Wed, 05 Dec 2012 18:18:46 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MEK00CRSFZ84L20@a-mtaout21.012.net.il> for help-gnu-emacs@gnu.org; Wed, 05 Dec 2012 18:18:45 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88053 Archived-At: > Date: Wed, 5 Dec 2012 11:39:23 +0530 > From: Vineet Naik > > I am using the latest version of Damien Cassou's emacs-snapshot[1] on > Ubuntu 12.04 > After it was updated yesterday, I noticed a weird behaviour of C-p skipping > a line when > moving up, ie C-p moves the cursor 2 lines up instead of 1 > > After disabling some of my initializations, I figured out that this happens > only if > global-linum-mode is enabled. > > Has anyone else faced this issue? I don't see this in the latest development sources. Can you show a precise recipe, starting with "emacs -Q"?