Gnus development mailing list
 help / color / mirror / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: ding@gnus.org
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	[thread overview]
Message-ID: <87vcaufusi.fsf@gilgamesch.quim.ucm.es> (raw)





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 




             reply	other threads:[~2013-01-18 14:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-18 14:08 Uwe Brauer [this message]
2013-08-01 21:49 ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87vcaufusi.fsf@gilgamesch.quim.ucm.es \
    --to=oub@mat.ucm.es \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).