From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27797 Path: main.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.gnus.general Subject: Re: CVS: Symbol's function definition is void: ignore-errors Date: 06 Dec 1999 15:03:19 +0100 Organization: Gnus Information Center Sender: owner-ding@hpc.uh.edu Message-ID: References: <3153296531820047@birk150.studby.uio.no> <82bkll$j5d$1@quimby.gnus.org> <9t9g0xi4lf6.fsf@mraz.iskon.hr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035164757 26366 80.91.224.250 (21 Oct 2002 01:45:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:45:57 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA28564 for ; Mon, 6 Dec 1999 09:03:58 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB15704; Mon, 6 Dec 1999 08:03:49 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 06 Dec 1999 08:04:01 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA05655 for ; Mon, 6 Dec 1999 08:03:50 -0600 (CST) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA28556 for ; Mon, 6 Dec 1999 09:03:23 -0500 (EST) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id PAA20110 for ding@gnus.org; Mon, 6 Dec 1999 15:05:29 +0100 (CET) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 27 Original-NNTP-Posting-Host: charybdis.suse.de Original-X-Trace: quimby.gnus.org 944489128 23842 194.112.123.201 (6 Dec 1999 14:05:28 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 6 Dec 1999 14:05:28 GMT X-Yow: ..Are we having FUN yet...? User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4.93 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27797 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27797 Lars Magne Ingebrigtsen writes: |> Lars Magne Ingebrigtsen writes: |> |> > How about importing all the functions from cl into Gnus, but renaming |> > them `gnus-*'? :-) |> |> Er; that was a joke, but now I'm serious. I could just get a list of |> all the defuns in cl-*, map over them and do |> |> (fset 'gnus-* (symbol-function *)) |> |> Hm. But how to write out the result during byte-compilation? We want |> a gnus-cl.elc file that contains the |> |> (fset 'gnus-* #) |> |> Can that be done? Hm. (Well, not the "# but the same thing.) (fset 'gnus-* (eval-when-compile (symbol-function '*))) -- Andreas Schwab "And now for something SuSE Labs completely different." schwab@suse.de SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg