The site's key table, after the keymap moved under it
The prose lane branched before the CIDER buffers landed, so the page still described C-c C-b as the minibuffer prompt. It is the conditions buffer now, the prompt moved to C-c C-M-b, and C-c C-i, C-c C-a and C-c C-g are missing entirely. Checked against the real keymap rather than against the source: loading flan-mode in a batch Emacs and asking key-binding what each one resolves to. That is what caught C-c C-g being unbound - flan-dape.el registers it from its own file so that flan-mode still works without dape installed - so the row says so rather than claiming a binding that is not there.
This commit is contained in:
parent
692403998b
commit
e416f28567
@ -1206,7 +1206,11 @@ there is no parser in it.</p>
|
||||
<tr><td><kbd>C-c C-z</kbd> / <kbd>C-c C-q</kbd></td><td>connect (finds <code>.flan-dev.sock</code> upward) / disconnect</td></tr>
|
||||
<tr><td><kbd>C-c C-o</kbd></td><td>the running program's own output, in <code>*flan-output*</code></td></tr>
|
||||
<tr><td><kbd>C-c C-r</kbd></td><td>a prompt on the running program (<code>*flan-repl*</code>)</td></tr>
|
||||
<tr><td><kbd>C-c C-b</kbd></td><td>what a <em>stopped</em> program is offering, and which to take</td></tr>
|
||||
<tr><td><kbd>C-c C-b</kbd></td><td>a stopped program: the condition, the restarts, the stack</td></tr>
|
||||
<tr><td><kbd>C-c C-M-b</kbd></td><td>the same restarts, as a one-key prompt</td></tr>
|
||||
<tr><td><kbd>C-c C-i</kbd></td><td>inspect a value, navigating into its fields</td></tr>
|
||||
<tr><td><kbd>C-c C-a</kbd></td><td>disassemble a function; <kbd>C-u</kbd> first for its LLVM IR</td></tr>
|
||||
<tr><td><kbd>C-c C-g</kbd></td><td>debug under lldb, through dape — bound only once <code>flan-dape.el</code> is loaded, so <code>flan-mode</code> works without dape installed</td></tr>
|
||||
<tr><td><kbd>C-c C-d</kbd></td><td>what the running program currently defines</td></tr>
|
||||
<tr><td><kbd>C-c C-v</kbd></td><td>help on the name at point</td></tr>
|
||||
<tr><td><kbd>C-c C-x</kbd></td><td>rebuild, relaunch and reconnect — the way out when a reload is refused</td></tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user