From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Jones Subject: Using C-n/C-n in Column View Date: Wed, 24 Nov 2010 14:29:08 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=36800 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLMu9-0008F9-Ef for emacs-orgmode@gnu.org; Wed, 24 Nov 2010 16:29:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PLMu8-0007Nf-8l for emacs-orgmode@gnu.org; Wed, 24 Nov 2010 16:29:29 -0500 Received: from lo.gmane.org ([80.91.229.12]:50554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PLMu8-0007Nb-2s for emacs-orgmode@gnu.org; Wed, 24 Nov 2010 16:29:28 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PLMu1-000679-Qa for emacs-orgmode@gnu.org; Wed, 24 Nov 2010 22:29:21 +0100 Received: from c-67-172-151-101.hsd1.co.comcast.net ([67.172.151.101]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Nov 2010 22:29:21 +0100 Received: from mlists by c-67-172-151-101.hsd1.co.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Nov 2010 22:29:21 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I've noticed that using C-n or C-p in column view jumps me around between columns and sometimes outside of any column at all. When using the arrow keys point moves up and down rows, staying in the same column as I'd expect. I checked my bindings, and C-n is bound to: ,---- | C-n runs the command next-line, which is an interactive compiled Lisp | function in `simple.el'. `---- And the down arrow appears to be bound to some anonymous function: ,---- | runs the command #[nil "i^X\302\303!\210\304 | \203^V^@m\204^V^@\302\303!\210\202^F^@\305^H!\210 \306=\205\"^@\307 | )\207" [col major-mode beginning-of-line 2 org-invisible-p2 | move-to-column org-agenda-mode org-agenda-do-context-action] 2 nil | nil], which is an interactive compiled Lisp function. `---- I've grepped the source and I can't seem to find where this binding is set. I'd like to set it to C-n so it works as expected since I really *hate* using the arrow keys. Thanks. -- Peter Jones - pmade inc. 303-219-0226 http://pmade.com