From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: function for inserting a block Date: Sun, 03 Sep 2017 12:28:47 -0700 Message-ID: <87pob7eg40.fsf@ericabrahamsen.net> References: <877exghblx.fsf@ericabrahamsen.net> <87efromccg.fsf@nicolasgoaziou.fr> <87ziabepxt.fsf@ericabrahamsen.net> <87ziabd47f.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1doaaD-00031a-Cb for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 15:29:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1doaa8-0001X5-Qf for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 15:29:25 -0400 Received: from [195.159.176.226] (port=48029 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1doaa8-0001Vw-K5 for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 15:29:20 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1doaZg-0001RC-KN for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 21:28:52 +0200 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" To: emacs-orgmode@gnu.org Josiah Schwab writes: > Hi Eric, > >>> We cannot bind it to "C-c i", this is a reserved key-binding. But we can >>> suggest users to do so in the manual. Or find another binding. >> >> That's fine. Incidentally, why is "C-c i" reserved? It's not bound to >> anything here. Does it look like in terminal Emacs? > > The keybinding convention docs say: > > 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. > > See https://www.gnu.org/software/emacs/manual/html_node/elisp/Key-Binding-Conventions.html Erm, I'd be surprised if there's a single Org mode binding that *doesn't* start with C-c. That convention is right out the window with Org...