From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: Incompatible change without "warning" Date: Tue, 3 May 2005 10:55:56 +1200 Message-ID: <17014.45052.964670.675332@farnswood.snap.net.nz> References: <16997.28602.876638.54728@farnswood.snap.net.nz> <16998.58339.710430.454702@farnswood.snap.net.nz> <17000.13278.865098.49756@farnswood.snap.net.nz> <17006.1736.406738.121947@farnswood.snap.net.nz> <20050430231856.CE9369F511@mirror.positive-internet.com> <17012.21023.433350.503716@farnswood.snap.net.nz> <17012.57973.677404.342871@farnswood.snap.net.nz> <17013.23443.440554.608805@farnswood.snap.net.nz> <858y2yulfp.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1115093261 5036 80.91.229.2 (3 May 2005 04:07:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 May 2005 04:07:41 +0000 (UTC) Cc: rms@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 03 06:07:38 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DSoh1-0003Pk-95 for ged-emacs-devel@m.gmane.org; Tue, 03 May 2005 06:07:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSoo2-0003uw-ST for ged-emacs-devel@m.gmane.org; Tue, 03 May 2005 00:14:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSjri-0001Vs-Le for emacs-devel@gnu.org; Mon, 02 May 2005 18:58:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSjrh-0001V4-Bh for emacs-devel@gnu.org; Mon, 02 May 2005 18:58:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSjrN-0001Md-5f for emacs-devel@gnu.org; Mon, 02 May 2005 18:57:53 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DSjti-0002WC-K6; Mon, 02 May 2005 19:00:18 -0400 Original-Received: from farnswood.snap.net.nz (p242-tnt2.snap.net.nz [202.124.108.242]) by viper.snap.net.nz (Postfix) with ESMTP id 79FBE4B0022; Tue, 3 May 2005 10:55:39 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id BBD6162A99; Mon, 2 May 2005 23:55:57 +0100 (BST) Original-To: David Kastrup In-Reply-To: <858y2yulfp.fsf@lola.goethe.zz> X-Mailer: VM 7.19 under Emacs 22.0.50.32 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:36613 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36613 > > > Quite a lot with no timestamp. > > > > > > They might be obsolete since long long ago. What are they? > > > > desktop.el: desktop-enable > > desktop-buffer-modes-to-save > > desktop-buffer-misc-functions > > desktop-buffer-handlers > > desktop-load-default > > They are still the standard and only interface in Emacs 21.4. Some of these don't seem to be obsoleted correctly, in any case e.g the only reference I can find to desktop-buffer-misc-functions is (make-obsolete-variable 'desktop-buffer-misc-functions 'desktop-save-buffer) i.e desktop-buffer-misc-functions is no longer a variable in Emacs 22.0.50 Shall I replace these with, e.g.: (define-obsolete-variable-alias 'desktop-buffer-misc-functions 'desktop-save-buffer "22.0") Nick