Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
4c7d938d
Commit
4c7d938d
authored
Jun 02, 2006
by
Luc Teirlinck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(inferior-lisp-mode): Doc fixes.
parent
5d72601f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
12 deletions
+19
-12
lisp/progmodes/inf-lisp.el
lisp/progmodes/inf-lisp.el
+19
-12
No files found.
lisp/progmodes/inf-lisp.el
View file @
4c7d938d
...
...
@@ -233,30 +233,37 @@ documentation for variable `inferior-lisp-buffer'.
\\{inferior-lisp-mode-map}
Customi
s
ation: Entry to this mode runs the hooks on `comint-mode-hook' and
Customi
z
ation: Entry to this mode runs the hooks on `comint-mode-hook' and
`inferior-lisp-mode-hook' (in that order).
You can send text to the inferior Lisp process from other buffers containing
Lisp source.
switch-to-lisp
switches the current buffer to the Lisp process buffer.
lisp-eval-defun
sends the current defun to the Lisp process.
lisp-compile-defun
compiles the current defun.
lisp-eval-region
sends the current region to the Lisp process.
lisp-compile-region
compiles the current region.
`switch-to-lisp'
switches the current buffer to the Lisp process buffer.
`lisp-eval-defun'
sends the current defun to the Lisp process.
`lisp-compile-defun'
compiles the current defun.
`lisp-eval-region'
sends the current region to the Lisp process.
`lisp-compile-region'
compiles the current region.
Prefixing the lisp-eval/compile-defun/region commands with
a \\[universal-argument] causes a switch to the Lisp process buffer after sending
the text.
Commands:
Return
after the end of the process' output sends the text from the
Commands:
\\<inferior-lisp-mode-map>
\\[comint-send-input]
after the end of the process' output sends the text from the
end of process to point.
Return
before the end of the process' output copies the sexp ending at point
\\[comint-send-input]
before the end of the process' output copies the sexp ending at point
to the end of the process' output, and sends it.
Delete converts tabs to spaces as it moves back.
Tab indents for Lisp; with argument, shifts rest
\\[comint-copy-old-input] copies the sexp ending at point to the end of the process' output,
allowing you to edit it before sending it.
If `comint-use-prompt-regexp' is nil (the default), \\[comint-insert-input] on old input
copies the entire old input to the end of the process' output, allowing
you to edit it before sending it. When not used on old input, or if
`comint-use-prompt-regexp' is non-nil, \\[comint-insert-input] behaves according to
its global binding.
\\[backward-delete-char-untabify] converts tabs to spaces as it moves back.
\\[lisp-indent-line] indents for Lisp; with argument, shifts rest
of expression rigidly with the current line.
C-M-q does Tab
on each line starting within following expression.
\\[indent-sexp] does \\[lisp-indent-line]
on each line starting within following expression.
Paragraphs are separated only by blank lines. Semicolons start comments.
If you accidentally suspend your process, use \\[comint-continue-subjob]
to continue it."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment