From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Subject: Re: C-c / r key-setting bug (?) Date: Thu, 21 Oct 2010 13:44:45 +0200 Message-ID: <4CC027AD.5010902@easy-emacs.de> References: <4CC017E4.8040005@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=60794 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8tac-00056c-20 for emacs-orgmode@gnu.org; Thu, 21 Oct 2010 07:45:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8taa-0005Sh-US for emacs-orgmode@gnu.org; Thu, 21 Oct 2010 07:45:45 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:55096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8taa-0005SN-Gy for emacs-orgmode@gnu.org; Thu, 21 Oct 2010 07:45:44 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode Am 21.10.2010 12:51, schrieb Carsten Dominik: > Hi Andreas, > > On Oct 21, 2010, at 12:37 PM, Andreas Röhler wrote: > >> >> Hi Carsten, >> >> key-setting below looks like a bug >> >> if >> >> C-c /, org-sparse-tree >> >> is set, there is no chance calling >> >> C-c / r >> >> as the first already matches (?) > > C-c / will prompt for another key and then dispatch depending on that key. > Many do. Hmm, that would fit into the already mentioned coding-style category. Is it wise to do it that way? For example M-x describe-mode fails telling about these keys. Are reasons for this? Sincerely undecided here, just a question. > > To simplify you work, you can just leave these keys unchanged in the > manual,and I will take a look at those later. Remains something to do anyway IMHO. First a creating command is mentioned, after it says "showing". @orgcmd{C-c /,org-sparse-tree} This prompts for an extra key to select a sparse-tree creating command. ;;;;;;; @kindex C-c / r @item C-c / r @vindex org-remove-highlights-with-change Occur. Prompts for a regexp and shows a sparse tree with all matches. If ;;;;; Seeing a contradiction in so far, when the second command is on the top of the first, whose key has been hitten... Understand: first I must create, to get a show. But can't I have "show" on base of a before created? I'll proceed anyway... Thanks being patient :-) Andreas So when there is an entry > for `C-c /', describe it as org-sparse-tree. When it is `C-c / r' you > can leave it as it was, and I will fix it. > > - Carsten > >