From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6479 Path: main.gmane.org!not-for-mail From: Scott Blachowicz Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus v5.2.3 is released Date: Fri, 31 May 1996 08:12:15 -0700 Message-ID: References: Reply-To: scott@statsci.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035146927 3705 80.91.224.250 (20 Oct 2002 20:48:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:48:47 +0000 (UTC) Cc: Lars Magne Ingebrigtsen , ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id JAA24047 for ; Fri, 31 May 1996 09:00:26 -0700 Original-Received: from main.statsci.com (main.statsci.com [198.145.127.110]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id ; Fri, 31 May 1996 17:12:27 +0200 Original-Received: from statsci.com by main.statsci.com with smtp (Smail3.1.29.1 #3) id m0uPVs8-0005x4C; Fri, 31 May 96 08:12 PDT X-Mailer: exmh version 1.6.7 5/3/96 Original-To: Steven L Baur In-reply-to: Your message of "30 May 1996 19:35:06 -0700." Xref: main.gmane.org gmane.emacs.gnus.general:6479 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6479 Steven L Baur 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