From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21909 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: :prescript Date: 14 Mar 1999 17:12:51 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <001201be6bd8$2f452080$0a0aa8c0@office.saylor.bogus> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159927 25388 80.91.224.250 (21 Oct 2002 00:25:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:25:27 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA04571 for ; Sun, 14 Mar 1999 11:50:12 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB12545; Sun, 14 Mar 1999 10:49:28 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 14 Mar 1999 10:49:47 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id KAA06528 for ; Sun, 14 Mar 1999 10:49:36 -0600 (CST) Original-Received: from quimbies.gnus.org (larsi@ppp039.uio.no [129.240.240.40]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA04526 for ; Sun, 14 Mar 1999 11:49:23 -0500 (EST) Original-Received: (from larsi@localhost) by quimbies.gnus.org (8.8.7/8.8.7) id RAA04764; Sun, 14 Mar 1999 17:48:51 +0100 Mail-Copies-To: never X-Now-Reading: John Brunner's _Stand on Zanzibar_ X-Now-Playing: Deutsch Amerikanische Freundschaft's _Gold und Liebe_ Original-To: ding@gnus.org In-Reply-To: Stainless Steel Rat's message of "12 Mar 1999 22:53:13 -0500" User-Agent: Gnus/5.070081 (Pterodactyl Gnus v0.81) XEmacs/21.2(beta3) (Aglaia) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > They need to be quoted: > > (if (fboundp 'prescript) > and > (if (fboundp 'postscript) > > otherwise the interpreter tests the fboundness of the string instead of the > variable. No -- what we want to check is whether the contents of the variable is a function or not. But we should first check whether it's a symbol, since fboundp is kinda fragile. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen