Gnus development mailing list
 help / color / mirror / Atom feed
From: Jan Vroonhof <vroonhof@math.ethz.ch>
Subject: Re: cl
Date: 14 Dec 1999 19:55:27 +0100	[thread overview]
Message-ID: <byd7s9uzc0.fsf@bolzano.math.ethz.ch> (raw)
In-Reply-To: Katsumi Yamaoka's message of "Tue, 14 Dec 1999 11:38:52 GMT"

Katsumi Yamaoka <yamaoka@jpl.org> writes:

> Hrvoje> Could you please code these things so that they are not called
> Hrvoje> under XEmacs, where cl.el is "official"?
> 
> Okay, thanks for the advice.  This is a replacement of the patch.
> 
> 
> --- dgnushack.el~	Mon Dec  6 02:04:45 1999
> +++ dgnushack.el	Tue Dec 14 11:34:55 1999
> @@ -30,6 +30,83 @@
>  
>  (require 'cl)
>  
> +(define-compiler-macro last (&whole form x &optional n)
> +  (if (or (featurep 'xemacs)
> +	  (and (fboundp 'last)

Why not wrap the whole thing an
(unless (featurep 'xemacs) ..)

Jan


  reply	other threads:[~1999-12-14 18:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-14  4:21 cl Katsumi Yamaoka
1999-12-14 11:01 ` cl Hrvoje Niksic
1999-12-14 11:37   ` cl Katsumi Yamaoka
1999-12-14 18:55     ` Jan Vroonhof [this message]
1999-12-14 22:43       ` cl Katsumi Yamaoka
  -- strict thread matches above, loose matches on Subject: below --
1999-01-27 17:03 cl Lars Magne Ingebrigtsen
1999-01-27 19:10 ` cl Jan Vroonhof
1999-01-27 21:01   ` cl Justin Sheehy
1999-01-28  7:37     ` cl Lars Magne Ingebrigtsen
1999-01-28 18:16       ` cl Hrvoje Niksic

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=byd7s9uzc0.fsf@bolzano.math.ethz.ch \
    --to=vroonhof@math.ethz.ch \
    /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).