Gnus development mailing list
 help / color / mirror / Atom feed
* Problem with CVS Gnus and XEmacs 21.4.6
@ 2003-09-04 20:33 Juha Autero
  2003-09-04 20:53 ` Norbert Koch
  0 siblings, 1 reply; 3+ messages in thread
From: Juha Autero @ 2003-09-04 20:33 UTC (permalink / raw)


I have a problem with Gnus in CVS and XEmacs 21.4.6. File gnus-art.el
uses function custom-set-default that is not defined in my version of
XEmacs. According to cvs annotate it was introduced in revision 6.361.
-- 
Juha Autero
http://www.iki.fi/jautero/
Eschew obscurity!




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

* Re: Problem with CVS Gnus and XEmacs 21.4.6
  2003-09-04 20:33 Problem with CVS Gnus and XEmacs 21.4.6 Juha Autero
@ 2003-09-04 20:53 ` Norbert Koch
  2003-09-05 12:49   ` XEmacs compatibility: custom-set-default (was: Problem with CVS Gnus and XEmacs 21.4.6) Reiner Steib
  0 siblings, 1 reply; 3+ messages in thread
From: Norbert Koch @ 2003-09-04 20:53 UTC (permalink / raw)


Juha Autero <Juha.Autero@iki.fi> writes:

> I have a problem with Gnus in CVS and XEmacs 21.4.6. File gnus-art.el
> uses function custom-set-default that is not defined in my version of
> XEmacs. According to cvs annotate it was introduced in revision 6.361.

Is it possible for you to upgrade your XEmacs installation?  The
current stable version 21.4 (patch 14) "Reasonable Discussion" XEmacs
Lucid has this function:

`custom-set-default' is a compiled Lisp function
  -- loaded from "/usr/local/users/nk/cvs/xemacs-21.4/lisp/custom.elc"
(custom-set-default VARIABLE VALUE)

norbert.



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

* XEmacs compatibility: custom-set-default (was: Problem with CVS Gnus and XEmacs 21.4.6)
  2003-09-04 20:53 ` Norbert Koch
@ 2003-09-05 12:49   ` Reiner Steib
  0 siblings, 0 replies; 3+ messages in thread
From: Reiner Steib @ 2003-09-05 12:49 UTC (permalink / raw)


On Thu, Sep 04 2003, Norbert Koch wrote:

> Juha Autero <Juha.Autero@iki.fi> writes:
>
>> I have a problem with Gnus in CVS and XEmacs 21.4.6. File gnus-art.el
>> uses function custom-set-default that is not defined in my version of
>> XEmacs. According to cvs annotate it was introduced in revision 6.361.
>
> Is it possible for you to upgrade your XEmacs installation?  The
> current stable version 21.4 (patch 14) "Reasonable Discussion" XEmacs
> Lucid has this function:
[...]

As Gnus 5.10 is supposed to work on "XEmacs 21.1 and up" (see (info
"(gnus)Emacsen")) this should be fixed in `gnus-art.el'

JFTR: The function is the same (and quite simple) in XEmacs 21.4.12
and Emacs 21.3:

(defun custom-set-default (variable value)
  "[ doc-string stripped ]"
  (if custom-local-buffer
      (with-current-buffer custom-local-buffer
	(set variable value))
    (set-default variable value)))

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/




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

end of thread, other threads:[~2003-09-05 12:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-04 20:33 Problem with CVS Gnus and XEmacs 21.4.6 Juha Autero
2003-09-04 20:53 ` Norbert Koch
2003-09-05 12:49   ` XEmacs compatibility: custom-set-default (was: Problem with CVS Gnus and XEmacs 21.4.6) Reiner Steib

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