From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: [RFC] Proposal for rebindings in Org 8.3 Date: Fri, 7 Feb 2014 15:55:27 +0100 Message-ID: References: <87eh3f9pss.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBmq3-0002zZ-Ao for emacs-orgmode@gnu.org; Fri, 07 Feb 2014 09:55:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBmq2-0005jA-8n for emacs-orgmode@gnu.org; Fri, 07 Feb 2014 09:55:31 -0500 In-Reply-To: <87eh3f9pss.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Org Mode Hi Bastien On Fri, Feb 7, 2014 at 11:32 AM, Bastien wrote: > | C-c # | Checkboxes | C-c x | Free | I did not know "C-c #" (org-update-statistics-cookies) because for me it is easier to remember and therefore I always used this: Go to cookie and do "C-c C-c". And "C-c x" does not comply with the Elisp manual: Don't define C-c letter as a key in Lisp programs. Sequences consisting of C-c and a letter (either upper or lower case) are reserved for users; they are the only sequences reserved for users, so do not block them. Changing all the Emacs major modes to respect this convention was a lot of work; abandoning this convention would make that work go to waste, and inconvenience users. Please comply with it. With these two reasons my suggestion is to just drop the binding for (org-update-statistics-cookies). Michael