From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Compilation warnings and a test failure Date: Thu, 20 Dec 2012 01:33:23 +0100 Message-ID: <878v8th8a4.fsf@bzg.ath.cx> References: <5589.1355935596@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TlU4m-0000fv-RN for emacs-orgmode@gnu.org; Wed, 19 Dec 2012 19:33:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TlU4l-00086Q-Of for emacs-orgmode@gnu.org; Wed, 19 Dec 2012 19:33:28 -0500 Received: from mail-we0-f179.google.com ([74.125.82.179]:37040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TlU4l-00086L-J5 for emacs-orgmode@gnu.org; Wed, 19 Dec 2012 19:33:27 -0500 Received: by mail-we0-f179.google.com with SMTP id r6so1286576wey.24 for ; Wed, 19 Dec 2012 16:33:26 -0800 (PST) In-Reply-To: <5589.1355935596@alphaville> (Nick Dokos's message of "Wed, 19 Dec 2012 11:46:36 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org Hi Nick, Nick Dokos writes: > | In org-get-location: > | org.el:6989:10:Warning: `special-display-function' is an obsolete variable (as > | of 24.3); use `display-buffer-alist' instead. > | org.el:6988:10:Warning: `special-display-regexps' is an obsolete variable (as > | of 24.3); use `display-buffer-alist' instead. > | org.el:6987:10:Warning: `special-display-buffer-names' is an obsolete variable > | (as of 24.3); use `display-buffer-alist' instead. These are not trivial to fix. If someone wants to have a look, please go ahead. > | In org-shiftcontrolup: > | org.el:19234:11:Warning: org-clock-timestamps-up called with 1 argument, but > | accepts only 0 > | > | In org-shiftcontroldown: > | org.el:19244:11:Warning: org-clock-timestamps-down called with 1 argument, but > | accepts only 0 Fixed, thanks. > | In org-switch-to-buffer-other-window: > | org.el:20957:23:Warning: `special-display-function' is an obsolete variable > | (as of 24.3); use `display-buffer-alist' instead. > | org.el:20956:52:Warning: `special-display-regexps' is an obsolete variable (as > | of 24.3); use `display-buffer-alist' instead. > | org.el:20956:23:Warning: `special-display-buffer-names' is an obsolete > | variable (as of 24.3); use `display-buffer-alist' instead. > | Wrote /home/nick/src/emacs/org/org-mode/lisp/org.elc Same as above. > and a test failure: Fixed too, thanks! -- Bastien