From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-mode + icicles, avoid key binding redefinitions? Date: Tue, 28 Jan 2014 10:08:07 +0100 Message-ID: <87bnywtqx4.fsf@bzg.ath.cx> References: <87ob33nnwi.fsf@bzg.ath.cx> <87eh3yvgyg.fsf@bzg.ath.cx> <3bc3c5a1-1c3f-4975-9dd6-3428aabb69be@default> <87ppniu06o.fsf@bzg.ath.cx> <1c11f795-ca4a-45bf-9701-7645a0609ed1@default> <87lhy6l4k4.fsf@bzg.ath.cx> <87d2jh93jb.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W84eY-0003xn-EX for emacs-orgmode@gnu.org; Tue, 28 Jan 2014 04:08:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W84eS-0000LX-Iv for emacs-orgmode@gnu.org; Tue, 28 Jan 2014 04:08:18 -0500 Received: from mail-wg0-x232.google.com ([2a00:1450:400c:c00::232]:37719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W84eS-0000LP-AI for emacs-orgmode@gnu.org; Tue, 28 Jan 2014 04:08:12 -0500 Received: by mail-wg0-f50.google.com with SMTP id l18so230062wgh.5 for ; Tue, 28 Jan 2014 01:08:11 -0800 (PST) In-Reply-To: (Thomas S. Dye's message of "Fri, 24 Jan 2014 21:34:36 -1000") 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: "Thomas S. Dye" Cc: emacs-orgmode@gnu.org, Drew Adams Hi Thomas, thanks for starting this list. tsd@tsdye.com (Thomas S. Dye) writes: > C-c ! Creating timestamps > C-c . Creating timestamps > C-c # Checkboxes > C-c ' Editing and debugging formulas, literal examples, include files, > editing source code, cooperation > C-c , Priorities > C-c ; Comment lines > C-c ? Editing and debugging formulas > C-c @ Structure editing > C-c ^ Structure editing, plain lists, built-in table editor > C-c ` Built-in table editor > C-c ~ Cooperation (There is also C-c : (to add QUOTE) but doomed to disappear anyway.) I think most of these keybindings could migrate to a C-c C- version. For example: C-c # Checkboxes would be C-c C-# Checkboxes this would work for all of them except C-c ^ beause C-c C-^ is already bound to org-up-element. Maybe it can move to C-c M-^ instead (but that's one of the keybindings that is deeply into my memory.) How would everyone feel about moving those keybindings to comply more closely with Emacs coding recommendations? PS: This is a big change so let's move slowly here, with as much feedback as possible. -- Bastien