emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reminder about feature freeze


From: Bastien
Subject: Re: Reminder about feature freeze
Date: Mon, 04 Jul 2011 12:30:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Stefan,

Stefan Monnier <address@hidden> writes:

> Yes, that's fine.  Subsequent revisions will need to wait, tho.

Okay -- I've some compiler warning I'm not sure how to silent:

,----
| In org-switch-to-buffer-other-window:
| org.el:19041:23:Warning: `special-display-function' is an obsolete variable
|     (as of Emacs 24.1); use 2nd arg of `display-buffer' instead.
| org.el:19040:52:Warning: `special-display-regexps' is an obsolete variable (as
|     of Emacs 24.1); use 2nd arg of `display-buffer' instead.
| org.el:19040:23:Warning: `special-display-buffer-names' is an obsolete
|     variable (as of Emacs 24.1); use 2nd arg of `display-buffer' instead.
| org.el:19040:9:Warning: `pop-up-frames' is an obsolete variable (as of Emacs
|     24.1); use 2nd arg of `display-buffer' instead.
| Wrote /home/guerry/install/git/org-mode/lisp/org.elc
| emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name 
\"./lisp/\") (cons \"/usr/local/share/emacs/site-lisp\" load-path)))" -f 
batch-byte-compile lisp/org-agenda.el
`----

I don't know how to replace the variables by "the 2nd arg of
display-buffer".  Any hint?

Or maybe I can just ignore those warning for the time being 
and fix them between the pretest and the release?

Thanks,

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]