From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josiah Schwab Subject: Re: function for inserting a block Date: Sun, 03 Sep 2017 11:31:16 -0700 Message-ID: <87ziabd47f.fsf@gmail.com> References: <877exghblx.fsf@ericabrahamsen.net> <87efromccg.fsf@nicolasgoaziou.fr> <87ziabepxt.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1doZg9-00075X-Td for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 14:31:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1doZg5-0007c1-9O for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 14:31:29 -0400 Received: from mail-pf0-x229.google.com ([2607:f8b0:400e:c00::229]:32824) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1doZg5-0007aI-2g for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 14:31:25 -0400 Received: by mail-pf0-x229.google.com with SMTP id n73so12508353pfj.0 for ; Sun, 03 Sep 2017 11:31:23 -0700 (PDT) In-reply-to: <87ziabepxt.fsf@ericabrahamsen.net> 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: Eric Abrahamsen Cc: emacs-orgmode@gnu.org 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 Josiah