Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7a912f63
Commit
7a912f63
authored
Aug 21, 2000
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
c6a117f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
etc/NEWS
etc/NEWS
+12
-0
lisp/ChangeLog
lisp/ChangeLog
+10
-0
No files found.
etc/NEWS
View file @
7a912f63
...
...
@@ -261,6 +261,18 @@ There is now support for Imenu to index headings. A new command
`outline-headers-as-kill'
copies the visible headings in the region to
the kill ring, e.g. to produce a table of contents.
** Changes to Emacs Server
*** There new option `server-kill-new-buffers' specifies what to do
with buffers when done with them. If non-nil, the default, buffers
are killed, unless they were already present before visiting them with
Emacs Server. If nil, `server-temp-file-regexp' specifies which
buffers to kill, as before.
Please note that only buffers are killed that still have a client,
i.e. buffers visited which `emacsclient --no-wait' are never killed in
this way.
** Changes to Show Paren mode.
*** Overlays used by Show Paren mode now use a priority property.
...
...
lisp/ChangeLog
View file @
7a912f63
2000-08-21 Gerd Moellmann <gerd@gnu.org>
* server.el (server-kill-new-buffers): New user option.
(server-existing-buffer): New buffer-local variable.
(server-visit-files): When using an existing buffer, set
server-existing-buffer to t.
(server-buffer-done): If server-kill-new-buffers is t, kill the
buffer, unless it was already present before visiting it with
Emacs server.
2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
* man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
...
...
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