Gnus development mailing list
 help / color / mirror / Atom feed
From: Scott Blachowicz <scott@statsci.com>
Cc: Lars Magne Ingebrigtsen <larsi@ifi.uio.no>, ding@ifi.uio.no
Subject: Re: Gnus v5.2.3 is released
Date: Fri, 31 May 1996 08:12:15 -0700	[thread overview]
Message-ID: <m0uPVs8-0005x4C@main.statsci.com> (raw)
In-Reply-To: Your message of "30 May 1996 19:35:06 -0700." <m2ras136zp.fsf@deanna.miranova.com>

Steven L Baur <steve@miranova.com> wrote:

> There exists eval-when-compile to only eval something when in the
> bytecompiler.  Can't you do something similar with eval-when for when
> *not* bytecompiling?

How about something like this...
[not knowing the details, I'll invent some :-)]

	(eval-when-compile (setq no-dot-custom t))
	(defvar no-dot-custom nil)
	(or no-dot-custom (load-dot-custom))

Scott Blachowicz  Ph: 206/283-8802x240   Mathsoft (Data Analysis Products Div)
                                         1700 Westlake Ave N #500
scott@statsci.com                        Seattle, WA USA   98109
Scott.Blachowicz@seaslug.org



  parent reply	other threads:[~1996-05-31 15:12 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-05-30  3:51 Lars Magne Ingebrigtsen
1996-05-30  7:29 ` Steven L Baur
1996-05-30 10:14   ` Per Abrahamsen
1996-05-30 16:43     ` Steven L Baur
1996-05-30 20:17 ` Steven L Baur
1996-05-30 21:15   ` Per Abrahamsen
1996-05-31  1:09     ` Lars Magne Ingebrigtsen
1996-05-31  1:14   ` Lars Magne Ingebrigtsen
1996-05-31  2:35     ` Steven L Baur
1996-05-31  3:03       ` Lars Magne Ingebrigtsen
1996-05-31 15:12       ` Scott Blachowicz [this message]
1996-05-31 16:19         ` Per Abrahamsen
1996-05-31 23:30         ` 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=m0uPVs8-0005x4C@main.statsci.com \
    --to=scott@statsci.com \
    --cc=ding@ifi.uio.no \
    --cc=larsi@ifi.uio.no \
    /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).