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
Open sidebar
emacs
emacs
Commits
b3b98592
Commit
b3b98592
authored
Nov 26, 1999
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
0087ade6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
etc/NEWS
etc/NEWS
+13
-0
src/ChangeLog
src/ChangeLog
+11
-0
No files found.
etc/NEWS
View file @
b3b98592
...
...
@@ -305,6 +305,19 @@ specifies a number of lines. If nil, don't resize.
Default is 0.25.
** Comint (subshell) changes
Comint now includes new features to send commands to running processes
and redirect the output to a designated buffer or buffers.
The command M-x comint-redirect-send-command reads a command and
buffer name from the mini-buffer. The command is sent to the current
buffer's process, and its output is inserted into the specified buffer.
The command M-x comint-redirect-send-command-to-process acts like
M-x comint-redirect-send-command but additionally reads the name of
the buffer whose process should be used from the mini-buffer.
** Changes to TeX mode
The default mode has been changed from `plain-tex-mode' to
...
...
src/ChangeLog
View file @
b3b98592
No preview for this file type
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