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
4a5717d1
Commit
4a5717d1
authored
Sep 13, 2003
by
Thien-Thi Nguyen
Browse files
(Electric-pop-up-window): For the `one-window' case,
no longer disconcertingly move point in the original buffer.
parent
e5f06fce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
lisp/ChangeLog
lisp/ChangeLog
+11
-6
lisp/electric.el
lisp/electric.el
+0
-1
No files found.
lisp/ChangeLog
View file @
4a5717d1
2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
* electric.el (Electric-pop-up-window): For the `one-window' case,
no longer disconcertingly move point in the original buffer.
2003-09-13 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
* hl-line.el: Documentation (comments-only) fix.
...
...
@@ -156,7 +161,7 @@
2003-08-29 Richard M. Stallman <rms@gnu.org>
* mail/sendmail.el (sendmail-sync-aliases, mail-setup):
* mail/sendmail.el (sendmail-sync-aliases, mail-setup):
Do nothing with mail-personal-alias-file if it is nil.
* mail/mailabbrev.el (mail-abbrevs-sync-aliases):
...
...
@@ -164,7 +169,7 @@
* term.el (term-exec-1): Bind coding-system-for-read.
* dired.el (dired-mouse-find-file-other-window):
* dired.el (dired-mouse-find-file-other-window):
Use dired-view-command-alist here, as in dired-view-file.
(dired-view-command-alist): Use %s to substitute file name.
Handle .ps_pages, .eps, .jpg, .gif, .png.
...
...
@@ -276,7 +281,7 @@
* calendar/diary-lib.el (simple-diary-display, make-diary-entry):
Allow the diary to pop up a new frame, if needed.
* mail/sendmail.el (mail-specify-envelope-from): Doc change.
* mail/sendmail.el (mail-specify-envelope-from): Doc change.
* mail/smtpmail.el (smtpmail-mail-address): Doc change.
(smtpmail-send-it): Make treatment of envelope-from consistent with
sendmail.el.
...
...
@@ -287,7 +292,7 @@
(sh-add-completer): Fix nil branch of case statement.
2003-08-24 Masatake YAMATO <jet@gyve.org>
* progmodes/ld-script.el: New file.
2003-08-23 Markus Rost <rost@math.ohio-state.edu>
...
...
@@ -296,7 +301,7 @@
2003-08-23 Andre Spiegel <spiegel@gnu.org>
* vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Better
* vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Better
explain obsolescence, and what to use instead.
2003-08-23 Masatake YAMATO <jet@gyve.org>
...
...
@@ -306,7 +311,7 @@
2003-08-20 Dave Love <fx@gnu.org>
* international/mule.el (make-coding-system)
* international/mule.el (make-coding-system)
(set-buffer-file-coding-system): Doc fix.
* emacs-lisp/lisp-mode.el (common-lisp-mode): New.
...
...
lisp/electric.el
View file @
4a5717d1
...
...
@@ -160,7 +160,6 @@
(
cond
((
and
(
eq
(
window-buffer
win
)
buf
))
(
select-window
win
))
(
one-window
(
goto-char
(
window-start
win
))
(
pop-to-buffer
buffer
)
(
setq
win
(
selected-window
))
(
enlarge-window
(
-
target-height
(
window-height
win
))))
...
...
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