Questions tagged [apropos]

7 questions
8
votes
1 answer

How to discover (standard) function names?

When programing emacs (or common) lisp, how to discover (standard) function names (using emacs and working offline)? Example: Let's say you want to shift bits of an integer, but you don't now the name of the function, which can do this…
jue
  • 4,476
  • 8
  • 20
2
votes
1 answer

How to automatically select apropos buffer when it is displayed

It is possible to automatically select *Help* buffers when they are displayed by doing (setq help-window-select t) (relevant question: How to close help buffer without moving to it?). Is there a similar setting for *Apropos* buffers? When I use…
Flux
  • 583
  • 2
  • 16
2
votes
1 answer

Why is appropos (C-h a) not finding all terms, e.g. backup doesnt find make-backup-file-name-function

When running C-h a then entering backup, it lists the following matches, but not all of them (e.g. does not find the make-backup-file-name-function)? Buffer-menu-backup-unmark M-x ... RET Move up and cancel all requested operations on buffer…
user27072
1
vote
2 answers

How can I discover new commands using M-x (or similar command) semantically?

Currently, I'm in Doom and I'm pressing M-x which does a nice fuzzy search for commands. The problem with this is it has no synonym detection. So if I'm trying to collapse something and type M-x collapse, fold does not come up. Then I have to…
Zaz
  • 123
  • 6
1
vote
2 answers

How to find Emacs Lisp Org Mode functions

How can I find Org Mode emacs lisp functions like org-current-level which is used in the answer for Org subtree from yasnippet? I looked for the command in the Org Mode Manual but didn't find it there.
Ben Bkhdt
  • 13
  • 3
0
votes
0 answers

emacs multiple regex apropos

If I use apropos-command or apropos-documentation it prompts me for a word list or a regex. In the command line, apropos allows for multiple regexes where it only shows matches that match all the regexes,not just all the words. Is there any way to…
Progamer
  • 47
  • 4
0
votes
0 answers

Info-apropos within current manual

Info-apropos "grovels indices of all known Info files on your system for STRING" and builds a menu of the possible matches. However, with numerous manuals on my system, the process takes a while. Is there a way to search within the current Info…
Lorem Ipsum
  • 4,327
  • 2
  • 14
  • 35