1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00
emacs/lisp/mail
Chong Yidong 3199b96fc5 Fix various uses of display-buffer and pop-to-buffer
to avoid using special-display-* and same-window-* variables.

* lisp/buff-menu.el (Buffer-menu-switch-other-window): Use second arg
of display-buffer.
(Buffer-menu-2-window): Use switch-to-buffer-other-window.

* lisp/replace.el (occur-mode-goto-occurrence)
(occur-mode-display-occurrence) Use second arg of pop-to-buffer
and display-buffer.

* lisp/window.el (display-buffer-alist): Add *Python*.

* lisp/mail/reporter.el (reporter-submit-bug-report): Use second arg of
display-buffer.

* lisp/mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
special-display and same-window variables.
(mail-other-window): Use switch-to-buffer-other-window.
(mail-other-frame): USe switch-to-buffer-other-frame.

* lisp/progmodes/gdb-mi.el (gdb-frame-gdb-buffer): Use
display-buffer-other-frame.
(gdb-display-gdb-buffer): Use pop-to-buffer.

* lisp/progmodes/gud.el (gud-goto-info): Use info-other-window.

* lisp/progmodes/python.el: Don't set same-window-buffer-names.

* lisp/textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
2011-09-10 17:15:28 -04:00
..
.gitignore
binhex.el
blessmail.el
emacsbug.el
feedmail.el
footnote.el
hashcash.el
mail-extr.el
mail-hist.el
mail-utils.el
mailabbrev.el
mailalias.el
mailclient.el
mailheader.el
mailpost.el
metamail.el
mspools.el
reporter.el Fix various uses of display-buffer and pop-to-buffer 2011-09-10 17:15:28 -04:00
rfc822.el
rfc2368.el
rmail-spam-filter.el
rmail.el Fix bug #9392 with rmail-forward. 2011-09-09 11:59:51 +03:00
rmailedit.el
rmailkwd.el
rmailmm.el Fix rmail-forward. 2011-09-03 13:00:13 +03:00
rmailmsc.el
rmailout.el
rmailsort.el
rmailsum.el
sendmail.el Fix various uses of display-buffer and pop-to-buffer 2011-09-10 17:15:28 -04:00
smtpmail.el Make sendmail-query-once update send-mail-function directly. 2011-09-03 16:24:12 -04:00
supercite.el
uce.el
undigest.el
unrmail.el
uudecode.el