unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* A primer on how to fix up `display-buffer' warnings?
@ 2011-06-29 22:22 Lars Magne Ingebrigtsen
  2011-06-30  6:38 ` martin rudalics
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-06-29 22:22 UTC (permalink / raw)
  To: emacs-devel

It's sometimes difficult to find compilation errors (in sendmail.el this
time) because of reams of new warnings like this:

In mail-other-frame:
sendmail.el:1976:10:Warning: `same-window-regexps' is an obsolete variable (as
    of Emacs 24.1); use 2nd arg of `display-buffer' instead.
sendmail.el:1975:10:Warning: `same-window-buffer-names' is an obsolete
    variable (as of Emacs 24.1); use 2nd arg of `display-buffer' instead.
sendmail.el:1974:10:Warning: `special-display-regexps' is an obsolete variable
    (as of Emacs 24.1); use 2nd arg of `display-buffer' instead.
sendmail.el:1973:10:Warning: `special-display-buffer-names' is an obsolete
    variable (as of Emacs 24.1); use 2nd arg of `display-buffer' instead.
sendmail.el:1972:10:Warning: `pop-up-frames' is an obsolete variable (as of
    Emacs 24.1); use 2nd arg of `display-buffer' instead.

Does anybody have a quick primer on how one is supposed to transform all
these let bindings into the parameter(s) that `display-buffer' expects
now?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-07-01  7:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-29 22:22 A primer on how to fix up `display-buffer' warnings? Lars Magne Ingebrigtsen
2011-06-30  6:38 ` martin rudalics
2011-06-30  8:57   ` Lars Magne Ingebrigtsen
2011-06-30 17:38   ` Stefan Monnier
2011-06-30 17:52     ` martin rudalics
2011-07-01  7:12     ` martin rudalics

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).