From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: meta commands and Info manual Date: Tue, 21 Jul 2015 22:26:15 -0400 Message-ID: <87r3o1lygo.fsf@pierrot.dokosmarshall.org> References: <0177EA08-AD8C-4E75-AFA3-453919E805D4@gmail.com> <87egk21qhn.fsf@nicolasgoaziou.fr> <87y4iav5vr.fsf@alphaville.usersys.redhat.com> <87a8up18y6.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHjjp-00063P-27 for emacs-orgmode@gnu.org; Tue, 21 Jul 2015 22:26:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHjjl-0004BI-RJ for emacs-orgmode@gnu.org; Tue, 21 Jul 2015 22:26:29 -0400 Received: from plane.gmane.org ([80.91.229.3]:44713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHjjl-0004BC-L1 for emacs-orgmode@gnu.org; Tue, 21 Jul 2015 22:26:25 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZHjjj-0007Y9-Gj for emacs-orgmode@gnu.org; Wed, 22 Jul 2015 04:26:23 +0200 Received: from pool-108-20-41-47.bstnma.fios.verizon.net ([108.20.41.47]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Jul 2015 04:26:23 +0200 Received: from ndokos by pool-108-20-41-47.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Jul 2015 04:26:23 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Nick Dokos writes: > >> I think what's puzzling is that these are not "normal" emacs keybindings >> (and therefore not discoverable using the "normal" emacs mechanisms): >> there is an extra level of indirection that org mode imposes which you >> just have to know about. But I'm not sure what the best way to document >> them would be: maybe a section explaining the mechanism plus links (or >> footnotes) to go from e.g. the description of M-S- in the table >> section to the mechanism section. Or maybe showing the indirection >> explicitly: >> >> ‘M-S- (org-shiftmetaright) --> (org-table-insert-column)’ > > C-h k M-S- should already show you the indirections. > Yes, it does - I should have tried it out before spouting off: you very thoughtfully added the indirections to the doc string of org-shiftmetaright. Thanks for doing that and for pointing it out. If I ever knew about it in the past, I certainly had forgotten it. For my part I'm happy (and I suspect Suvayu is as well), so I guess it's back to the OP: what, if anything, should be changed? -- Nick