From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25528 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: 0.97 on xemacs: Symbol's value as variable is void: user-full-name Date: 29 Sep 1999 08:44:26 -0400 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=us-ascii X-Trace: main.gmane.org 1035162896 14408 80.91.224.250 (21 Oct 2002 01:14:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:14:56 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA28756 for ; Wed, 29 Sep 1999 08:47:34 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id HAB10710; Wed, 29 Sep 1999 07:46:35 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 29 Sep 1999 07:47:08 -0500 (CDT) 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 HAA20376 for ; Wed, 29 Sep 1999 07:46:56 -0500 (CDT) Original-Received: from beaver.jprc.com (BEAVER.JPRC.COM [207.86.147.217]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA28724 for ; Wed, 29 Sep 1999 08:44:57 -0400 (EDT) Original-Received: (from karl@localhost) by beaver.jprc.com (8.9.3/8.9.3) id IAA01020; Wed, 29 Sep 1999 08:44:26 -0400 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu In-Reply-To: Steinar Bang's message of "29 Sep 1999 14:29:21 +0200" Original-Lines: 17 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) XEmacs/21.2 (Shinjuku) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25528 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25528 Since downgrading back to p0.84 eliminates the problem, it would seem pGnus is at fault. A quick "grep -n user-full-name *.el" in my pGnus area coughed up this: gnus-msg.el:1197: (let ((user-full-name ,(or (cdr name) user-full-name)) lpath.el:48: font-lock-defaults user-full-name user-login-name message.el:47: (user-full-name custom-variable)) message.el:54:(put 'user-full-name 'custom-type 'string) message.el:2859: (or (and (boundp 'user-full-name) message.el:2860: user-full-name) message.el:2861: (user-full-name)))) nneething.el:310: (user-full-name uid) nneething.el:312: (cond ((= uid (user-uid)) (user-full-name)) I don't have p0.84 around any more; does it use user-full-name in the same way?