Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de>
Subject: XEmacs compatibility: custom-set-default (was: Problem with CVS Gnus and XEmacs 21.4.6)
Date: Fri, 05 Sep 2003 14:49:50 +0200	[thread overview]
Message-ID: <v9oexzqu1d.fsf_-_@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <vzn0dktgve.fsf@redqueen.bytechase.cx>

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/




      reply	other threads:[~2003-09-05 12:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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   ` Reiner Steib [this message]

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=v9oexzqu1d.fsf_-_@marauder.physik.uni-ulm.de \
    --to=4.uce.03.r.s@nurfuerspam.de \
    --cc=reiner.steib@gmx.de \
    /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).