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
61042632
Commit
61042632
authored
Mar 11, 2004
by
Stefan Monnier
Browse files
*** empty log message ***
parent
03ae35cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
etc/NEWS
etc/NEWS
+7
-0
lisp/ChangeLog
lisp/ChangeLog
+14
-1
No files found.
etc/NEWS
View file @
61042632
...
...
@@ -97,6 +97,13 @@ to get the old behavior. The new options `save-place-save-skipped'
and `save-place-skip-check-regexp' allow further fine-tuning of this
feature.
** You can have several Emacs servers on the same machine.
% emacs --eval '(setq server-name "foo")' -f server-start &
% emacs --eval '(setq server-name "bar")' -f server-start &
% emacsclient -s foo file1
% emacsclient -s bar file2
** On window systems, lines which are exactly as wide as the window
(not counting the final newline character) are no longer broken into
two lines on the display (with just the newline on the second line).
...
...
lisp/ChangeLog
View file @
61042632
2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
* server.el (server-name): New var.
(server-socket-dir): New var to replace server-socket-name.
(server-start): Use them.
2004-03-11 Simon Josefsson <jas@extundo.com>
* mail/smtpmail.el (smtpmail-read-response): Abort if process has
died to avoid infloop. Reported by Jonathan Glauner
<jglauner@sbum.org>.
2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
* smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
(smerge-mode-menu): Use it to deactivate menu entries.
(smerge-keep-current): New fun.
(smerge-keep-current): Use it.
2004-03-10 John Paul Wallington <jpw@gnu.org>
* foldout.el (foldout-fold-list, foldout-modeline-string):
* foldout.el (foldout-fold-list, foldout-modeline-string):
Declare them as variables, not constants.
2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
...
...
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