From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14709 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: hand Compiling gnus-user-format-function-% functions Date: 20 Mar 1998 18:47:22 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: 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 1035153858 17799 80.91.224.250 (20 Oct 2002 22:44:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:44:18 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id JAA11868 for ; Fri, 20 Mar 1998 09:40:44 -0800 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA14111 for ; Fri, 20 Mar 1998 12:00:32 -0600 (CST) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id MAN03103; Fri, 20 Mar 1998 12:35:47 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 20 Mar 1998 11:56:49 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id LAA18291 for ; Fri, 20 Mar 1998 11:56:36 -0600 (CST) Original-Received: (qmail 30259 invoked by uid 504); 20 Mar 1998 17:56:21 -0000 Original-Received: (qmail 30256 invoked from network); 20 Mar 1998 17:56:19 -0000 Original-Received: from ppp056.uio.no (HELO sparky.gnus.org) (129.240.240.57) by claymore.vcinet.com with SMTP; 20 Mar 1998 17:56:18 -0000 Original-Received: (from larsi@localhost) by sparky.gnus.org (8.8.5/8.8.5) id SAA04767; Fri, 20 Mar 1998 18:56:48 +0100 Mail-Copies-To: never Original-To: ding@gnus.org In-Reply-To: 's message of "19 Mar 1998 16:07:01 +0200" X-Mailer: Gnus v5.6.4/Emacs 19.34 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > In the manual it says that the user function (%u) are not compiled, > so I have to hand compile them. I attach the functions to Gnus like > this (so that the [gnus..]-d can be aliased again if needed.) > > (defalias 'gnus-user-format-function-d > 'my-gnus-summary-line-date) > > Now, I assume that doing this won't do what I expect: > > (byte-compile 'gnus-user-format-function-d) > > but this will: > > (byte-compile 'my-gnus-summary-line-date) Not really. Put the function definition in a file and byte-compile the file. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen