From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: Two bugs Date: Wed, 30 May 2007 15:45:17 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HtPRw-0004gx-FZ for emacs-orgmode@gnu.org; Wed, 30 May 2007 10:46:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HtPRu-0004gl-Rx for emacs-orgmode@gnu.org; Wed, 30 May 2007 10:46:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HtPRu-0004gi-Jh for emacs-orgmode@gnu.org; Wed, 30 May 2007 10:46:54 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HtPRu-0005Zu-26 for emacs-orgmode@gnu.org; Wed, 30 May 2007 10:46:54 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HtPRZ-0008SV-Mq for emacs-orgmode@gnu.org; Wed, 30 May 2007 16:46:33 +0200 Received: from sl392.st-edmunds.cam.ac.uk ([131.111.223.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 May 2007 16:46:33 +0200 Received: from sdl.web by sl392.st-edmunds.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 May 2007 16:46:33 +0200 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 Dear Carsen, 1. unnecessary point movement When 'S-tab' (visibility cycling), the `point' (cursor) will be moved to the first headline, which will be a surprise to users. I think the movement should be kept as minimal as possible i.e. it should be kept within the tree the `point' is originally in. This annoyance becomes noticeable when the file is big such as when using a single .org file for GTD. 2. inconsistent key binding definitions There are only a few places where the key bindings are defined by `define-key' and the rest are done by `org-defkey'. Can those define-key be replaced by org-defkey? -- Leo (GPG Key: 9283AA3F)