[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Reminder about feature freeze
From: |
martin rudalics |
Subject: |
Re: Reminder about feature freeze |
Date: |
Mon, 04 Jul 2011 16:13:34 +0200 |
User-agent: |
Thunderbird 2.0.0.21 (Windows/20090302) |
> ,----
> | 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?
I silenced these warnings a couple of days ago. Are you sure this is
with a recent version of trunk? Do they go away when you recompile
window.el before compiling org.el?
martin