From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: How to get a list of all commands with given prefix? Date: Wed, 19 Mar 2014 13:58:01 +0530 Message-ID: <87vbvad23y.fsf@gmail.com> References: <87lhw7mlrg.fsf@gmail.com> <87r45z1j1l.fsf@gmail.com> <87zjkngici.fsf@gmail.com> <87bnx2p5t2.fsf@gmail.com> <87ppli61vy.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1395217590 23051 80.91.229.3 (19 Mar 2014 08:26:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Mar 2014 08:26:30 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Thorsten Jolitz Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 19 09:26:39 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WQBpe-0003Ja-CI for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Mar 2014 09:26:38 +0100 Original-Received: from localhost ([::1]:39260 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQBpd-0005qz-Ts for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Mar 2014 04:26:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQBpJ-0005fB-Rq for help-gnu-emacs@gnu.org; Wed, 19 Mar 2014 04:26:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQBpB-0000n8-8e for help-gnu-emacs@gnu.org; Wed, 19 Mar 2014 04:26:17 -0400 Original-Received: from mail-pa0-x232.google.com ([2607:f8b0:400e:c03::232]:35593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQBpA-0000mq-Pj for help-gnu-emacs@gnu.org; Wed, 19 Mar 2014 04:26:09 -0400 Original-Received: by mail-pa0-f50.google.com with SMTP id kq14so8587457pab.23 for ; Wed, 19 Mar 2014 01:26:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=3mcbP8r+8Wo0KmYP9xkIddxwEKjCAJL32Pp2+CcqWpI=; b=yPgNSyG1GQKwHNhZ+34zM1Yif5NlAdpmTPyYav8ijYVKJuPEdmVTLXKQW3KgWp2IH/ zODLEx/0u+ZaLO2d2y0Gf0q5UFJb1s2fb9bqstK+83pzEGc11zoN4vVULntCAocKrow+ 9TEDK+7/8POE130EQDRzRP/JEPEYXfyCu+Hg3CAWWiipuNmUIpO1K8InhipnFDDWmaXi DiAfT61VwF3EljhOU0HJXSdPyqDHzuj6uvbaUOWv+9ECcF/5BbyhNsu6o0Tw4PZHRvup bH3gdm8+tLXAbExU3Req3Llgf7xLPecx6yBPwtmp2MRuU0IhWm8GjHkEekPVNbFEyNJk RvHg== X-Received: by 10.68.190.163 with SMTP id gr3mr38829128pbc.103.1395217567837; Wed, 19 Mar 2014 01:26:07 -0700 (PDT) Original-Received: from debian-6.05 ([115.242.163.252]) by mx.google.com with ESMTPSA id n6sm59873965pbj.22.2014.03.19.01.26.05 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Wed, 19 Mar 2014 01:26:07 -0700 (PDT) In-Reply-To: <87ppli61vy.fsf@gmail.com> (Thorsten Jolitz's message of "Wed, 19 Mar 2014 09:14:41 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::232 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96619 Archived-At: Thorsten Jolitz writes: > I probably don't want the symbols from all that ob-xyz.el files, what > I get is 183 commands with keybindings - might that be a complete list > of the Org core commands? I have no personal use for all the list of commands. But a good way to verify the comprehensiveness of your list, is to run a rgrep for the search string `interactive' on "some subset of files" that is of interest to you. (One of the ways this can be done, is to you mark some selected files in a dired buffer and run a grep on those shortlisted files. This is a good task to discover some of the useful but less used Emacs features.)