From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25524 Path: main.gmane.org!not-for-mail From: Jan Vroonhof 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 11:01:43 +0200 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 1035162893 14390 80.91.224.250 (21 Oct 2002 01:14:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:14:53 +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 GAA28132 for ; Wed, 29 Sep 1999 06:35:18 -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 FAB10490; Wed, 29 Sep 1999 05:34:48 -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 05:35:07 -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 FAA19084 for ; Wed, 29 Sep 1999 05:34:30 -0500 (CDT) Original-Received: from frege.math.ethz.ch (daemon@frege-d-math-north-g-west.math.ethz.ch [129.132.145.3]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id FAA27849 for ; Wed, 29 Sep 1999 05:01:46 -0400 (EDT) Original-Received: (from daemon@localhost) by frege.math.ethz.ch (8.9.1/8.9.1) id LAA28489 for ; Wed, 29 Sep 1999 11:01:45 +0200 (MET DST) Original-Received: from bolzano(129.132.146.140) via SMTP by frege, id smtpdAAAa006x7; Wed Sep 29 11:01:43 1999 Original-Received: (vroonhof@localhost) by bolzano (SMI-8.6/D-MATH-client) id LAA11406; Wed, 29 Sep 1999 11:01:43 +0200 Original-To: ding@gnus.org In-Reply-To: Jody Klymak's message of "Tue, 28 Sep 1999 18:04:04 GMT" Original-Lines: 9 User-Agent: Gnus/5.070083 (Pterodactyl Gnus v0.83) XEmacs/21.1 (Acadia) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25524 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25524 Jody Klymak writes: > Have you set user-full-name? Check by typing C-h v user-full-name. > If its nil, you need to set it. No. What is probably happening is that code is trying to use the variable, but lisp code should _always_ use the function. Jan