From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82846 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: define-obsolete-variable-aliasSubject: Xemacs 21.5.32 and lastest git: define-obsolete-variable-alias Date: Fri, 18 Jan 2013 15:08:29 +0100 Message-ID: <87vcaufusi.fsf@gilgamesch.quim.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1358518197 14055 80.91.229.3 (18 Jan 2013 14:09:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jan 2013 14:09:57 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31112@lists.math.uh.edu Fri Jan 18 15:10:12 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TwCe3-0002f3-7H for ding-account@gmane.org; Fri, 18 Jan 2013 15:10:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1TwCdl-0007IG-19; Fri, 18 Jan 2013 08:09:53 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1TwCdj-0007I0-NZ for ding@lists.math.uh.edu; Fri, 18 Jan 2013 08:09:51 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TwCdi-0005eL-JA for ding@lists.math.uh.edu; Fri, 18 Jan 2013 08:09:51 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1TwCdh-0006Kn-5N for ding@gnus.org; Fri, 18 Jan 2013 15:09:49 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TwCdw-0002dd-N4 for ding@gnus.org; Fri, 18 Jan 2013 15:10:04 +0100 Original-Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Jan 2013 15:10:04 +0100 Original-Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Jan 2013 15:10:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 36 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gilgamesch.quim.ucm.es X-Hashcash: 1:20:130118:gmane.emacs.gnus.general::1H6x9Lt2EJtKxutI:0000000000000000000000000000000000000ASbc User-Agent: Gnus/5.130006 (Ma Gnus v0.6) XEmacs/21.5-b32 (linux) Cancel-Lock: sha1:Mx8ClKEILZRkmYddFBlPbwQUz+c= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82846 Archived-At: Hello I just compiled the lastest git version. Although in dgnushack there is a comment ;; XEmacs's `define-obsolete-variable-alias' takes only two arguments: the latest nndiary contains (define-obsolete-variable-alias 'nndiary-request-create-group-functions "24.3") Which does not work in Xemacs If I understand the code of dnugshack correctly it tries to simulate the GNU emacs behaviour for Xemacs and therefore I should load this file? Or Shall one add: (if (featurep 'xemacs) (define-obsolete-variable-alias 'nndiary-request-create-group-functions) (define-obsolete-variable-alias 'nndiary-request-create-group-functions "24.3")) Thanks Uwe Brauer