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: Thu, 06 Dec 2012 19:42:46 +0200 Message-ID: <83mwxroz55.fsf@gnu.org> References: <834nk0qxp5.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1354815780 15497 80.91.229.3 (6 Dec 2012 17:43:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Dec 2012 17:43:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 06 18:43:13 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 1TgfTc-0007G9-N2 for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Dec 2012 18:43:12 +0100 Original-Received: from localhost ([::1]:58388 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgfTQ-0005JV-Lk for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Dec 2012 12:43:00 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:34342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgfTK-0005JC-Sa for help-gnu-emacs@gnu.org; Thu, 06 Dec 2012 12:42:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgfTJ-0006ZV-MG for help-gnu-emacs@gnu.org; Thu, 06 Dec 2012 12:42:54 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:37599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgfTJ-0006Wn-EZ for help-gnu-emacs@gnu.org; Thu, 06 Dec 2012 12:42:53 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MEM00J00E9TKB00@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Thu, 06 Dec 2012 19:42:42 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MEM00JAAEJ5AK60@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Thu, 06 Dec 2012 19:42:41 +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.166 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:88062 Archived-At: > Date: Thu, 6 Dec 2012 10:44:27 +0530 > From: Vineet Naik > Cc: help-gnu-emacs@gnu.org > > 1. start emacs with "emacs -Q" as you mentioned, > 2. Open any file having multiple lines of text/code and try > using C-p to move up a line. This works as expected. > 3. enable global-linum-mode > 4. Try it again. C-p moves two lines up It's a bug. Please report it with "M-x report-emacs-bug RET". Thanks.