help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to get a list of all commands with given prefix?


From: Thorsten Jolitz
Subject: Re: How to get a list of all commands with given prefix?
Date: Wed, 19 Mar 2014 09:03:12 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Jambunathan K <kjambunathan@gmail.com> writes:

> Thorsten Jolitz <tjolitz@gmail.com> writes:
>
>> thanks, that brought me on the right track. So its really easy to get
>> a list of the impressive number of org-mode commands:
>
> I believe, for a complete list, you may have to explicitly "load" all
> the files that are part of Org.  Otherwise, you are likely to miss out
> on commands that are part of an un-loaded file.

I think I do that anyway in my init file:

,--------------------------------------------
| ;; load elisp libraries while Emacs is idle
| (if (try-require 'idle-require)
|     (progn
|       (setq idle-require-symbols
|             '(w3m org)) ...))
`--------------------------------------------

but I have to check if my settings really load all files of the Org
package.

-- 
cheers,
Thorsten




reply via email to

[Prev in Thread] Current Thread [Next in Thread]