From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25545 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU 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 13:53:26 -0400 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <5bbtalob8p.fsf@giga.cs.rochester.edu> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162910 14515 80.91.224.250 (21 Oct 2002 01:15:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:15:10 +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 NAA02779 for ; Wed, 29 Sep 1999 13:55:45 -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 MAB11529; Wed, 29 Sep 1999 12:55:08 -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 12:55:39 -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 MAA24430 for ; Wed, 29 Sep 1999 12:55:27 -0500 (CDT) Original-Received: from cayuga.cs.rochester.edu (cayuga.cs.rochester.edu [192.5.53.209]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA02748 for ; Wed, 29 Sep 1999 13:53:28 -0400 (EDT) Original-Received: from giga.cs.rochester.edu (giga.cs.rochester.edu [192.5.53.186]) by cayuga.cs.rochester.edu (8.9.3/Q) with ESMTP id NAA01822 for ; Wed, 29 Sep 1999 13:53:27 -0400 (EDT) Original-Received: (from zsh@localhost) by giga.cs.rochester.edu (8.9.1b+Sun/Q++) id NAA07015; Wed, 29 Sep 1999 13:53:26 -0400 (EDT) Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Karl Kleinpaste's message of "29 Sep 1999 08:44:26 -0400" Original-Lines: 33 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25545 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25545 >>>>> "KK" == Karl Kleinpaste writes: KK> Since downgrading back to p0.84 eliminates the problem, it would seem KK> pGnus is at fault. KK> A quick "grep -n user-full-name *.el" in my pGnus area coughed up this: KK> gnus-msg.el:1197: (let ((user-full-name ,(or (cdr name) user-full-name)) KK> lpath.el:48: font-lock-defaults user-full-name user-login-name KK> message.el:47: (user-full-name custom-variable)) KK> message.el:54:(put 'user-full-name 'custom-type 'string) KK> message.el:2859: (or (and (boundp 'user-full-name) KK> message.el:2860: user-full-name) KK> message.el:2861: (user-full-name)))) KK> nneething.el:310: (user-full-name uid) KK> nneething.el:312: (cond ((= uid (user-uid)) (user-full-name)) KK> I don't have p0.84 around any more; does it use user-full-name in KK> the same way? I found it. It happens in gnus-configure-posting-styles. Lars has reimplemented it in 0.86. Lars> 1999-06-12 03:59:56 Lars Magne Ingebrigtsen Lars> * gnus-msg.el (gnus-message-insert-stylings): Removed. Lars> (gnus-posting-style-alist): Removed. Lars> (gnus-message-style-insertions): Ditto. Lars> (gnus-configure-posting-styles): Reimplementation. -- Shenghuo ZHU