Gnus development mailing list
 help / color / mirror / Atom feed
* define-obsolete-variable-aliasSubject: Xemacs 21.5.32 and lastest git: define-obsolete-variable-alias
@ 2013-01-18 14:08 Uwe Brauer
  2013-08-01 21:49 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Brauer @ 2013-01-18 14:08 UTC (permalink / raw)
  To: ding





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 




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: define-obsolete-variable-aliasSubject: Xemacs 21.5.32 and lastest git: define-obsolete-variable-alias
  2013-01-18 14:08 define-obsolete-variable-aliasSubject: Xemacs 21.5.32 and lastest git: define-obsolete-variable-alias Uwe Brauer
@ 2013-08-01 21:49 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2013-08-01 21:49 UTC (permalink / raw)
  To: Uwe Brauer; +Cc: ding

Uwe Brauer <oub@mat.ucm.es> writes:

> 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?

You should just say "make", and things should happen automatically.

-- 
(domestic pets only, the antidote for overdose, milk.)
  No Gnus T-Shirt for sale: http://ingebrigtsen.no/no.php



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-01 21:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-18 14:08 define-obsolete-variable-aliasSubject: Xemacs 21.5.32 and lastest git: define-obsolete-variable-alias Uwe Brauer
2013-08-01 21:49 ` Lars Magne Ingebrigtsen

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).