1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-14 03:37:38 -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 Tweaks to the report-emacs-bug preamble. 2011-06-28 14:10:11 -04:00
feedmail.el Fix typos. 2011-07-05 11:51:56 +02:00
footnote.el Add a new footnote style unicode 2011-05-10 16:20:21 +08:00
hashcash.el
mail-extr.el
mail-hist.el
mail-utils.el * lisp/mail/mail-utils.el (mail-dont-reply-to): Silence compiler. 2011-05-16 19:40:34 -07:00
mailabbrev.el Use completion-at-point rather than completion-in-region. 2011-06-20 12:02:31 -04:00
mailalias.el
mailclient.el
mailheader.el
mailpost.el
metamail.el
mspools.el Don't quote lambda expressions with `quote'. 2011-05-23 14:57:17 -03:00
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 Merge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu@gmail.com. 2011-05-23 20:54:18 -07:00
uce.el
undigest.el
unrmail.el
uudecode.el