From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Reminder about feature freeze Date: Mon, 04 Jul 2011 16:13:34 +0200 Message-ID: <4E11CA8E.2080001@gmx.at> References: <8762nqf0s8.fsf@stupidchicken.com> <87iprmxrt9.fsf@gnu.org> <87k4by2v9t.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1309789527 10615 80.91.229.12 (4 Jul 2011 14:25:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Jul 2011 14:25:27 +0000 (UTC) Cc: Chong Yidong , Stefan Monnier , emacs-devel@gnu.org To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 04 16:25:22 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qdk5R-00010v-Rg for ged-emacs-devel@m.gmane.org; Mon, 04 Jul 2011 16:25:21 +0200 Original-Received: from localhost ([::1]:60421 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qdk5Q-0006dI-Dl for ged-emacs-devel@m.gmane.org; Mon, 04 Jul 2011 10:25:20 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdjuB-0004fK-Se for emacs-devel@gnu.org; Mon, 04 Jul 2011 10:13:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QdjuA-0004ef-5j for emacs-devel@gnu.org; Mon, 04 Jul 2011 10:13:43 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:48976) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Qdju9-0004eP-ID for emacs-devel@gnu.org; Mon, 04 Jul 2011 10:13:41 -0400 Original-Received: (qmail invoked by alias); 04 Jul 2011 14:13:37 -0000 Original-Received: from 62-47-35-51.adsl.highway.telekom.at (EHLO [62.47.35.51]) [62.47.35.51] by mail.gmx.net (mp032) with SMTP; 04 Jul 2011 16:13:37 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18nFxtnZNwnU3GTA0IKMHYatWj8t/ZMdbGvPCmMqN d0+IAirhJTn3eZ User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <87k4by2v9t.fsf@gnu.org> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 213.165.64.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141524 Archived-At: > ,---- > | 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