blob: 456dcfff674a005a2462d957183c531796cd0909 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
<h2 class="chapter">Minibuffers</h2> <p>A <em>minibuffer</em> is a special buffer that Emacs commands use to read arguments more complicated than the single numeric prefix argument. These arguments include file names, buffer names, and command names (as in <kbd>M-x</kbd>). The minibuffer is displayed on the bottom line of the frame, in the same place as the echo area (see <a href="the-echo-area">The Echo Area</a>), but only while it is in use for reading an argument. </p> <table class="menu" border="0" cellspacing="0"> <tr>
<td align="left" valign="top">• <a href="intro-to-minibuffers" accesskey="1">Intro to Minibuffers</a>
</td>
<td> </td>
<td align="left" valign="top">Basic information about minibuffers. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="text-from-minibuffer" accesskey="2">Text from Minibuffer</a>
</td>
<td> </td>
<td align="left" valign="top">How to read a straight text string. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="object-from-minibuffer" accesskey="3">Object from Minibuffer</a>
</td>
<td> </td>
<td align="left" valign="top">How to read a Lisp object or expression. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="minibuffer-history" accesskey="4">Minibuffer History</a>
</td>
<td> </td>
<td align="left" valign="top">Recording previous minibuffer inputs so the user can reuse them. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="initial-input" accesskey="5">Initial Input</a>
</td>
<td> </td>
<td align="left" valign="top">Specifying initial contents for the minibuffer. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="completion" accesskey="6">Completion</a>
</td>
<td> </td>
<td align="left" valign="top">How to invoke and customize completion. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="yes_002dor_002dno-queries" accesskey="7">Yes-or-No Queries</a>
</td>
<td> </td>
<td align="left" valign="top">Asking a question with a simple answer. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="multiple-queries" accesskey="8">Multiple Queries</a>
</td>
<td> </td>
<td align="left" valign="top">Asking complex questions. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="reading-a-password" accesskey="9">Reading a Password</a>
</td>
<td> </td>
<td align="left" valign="top">Reading a password from the terminal. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="minibuffer-commands">Minibuffer Commands</a>
</td>
<td> </td>
<td align="left" valign="top">Commands used as key bindings in minibuffers. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="minibuffer-windows">Minibuffer Windows</a>
</td>
<td> </td>
<td align="left" valign="top">Operating on the special minibuffer windows. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="minibuffer-contents">Minibuffer Contents</a>
</td>
<td> </td>
<td align="left" valign="top">How such commands access the minibuffer text. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="recursive-mini">Recursive Mini</a>
</td>
<td> </td>
<td align="left" valign="top">Whether recursive entry to minibuffer is allowed. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="inhibiting-interaction">Inhibiting Interaction</a>
</td>
<td> </td>
<td align="left" valign="top">Running Emacs when no interaction is possible. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="minibuffer-misc">Minibuffer Misc</a>
</td>
<td> </td>
<td align="left" valign="top">Various customization hooks and variables. </td>
</tr> </table><div class="_attribution">
<p class="_attribution-p">
Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
<a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Minibuffers.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Minibuffers.html</a>
</p>
</div>
|