From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25562 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: 0.97 on xemacs: Symbol's value as variable is void: user-full-name Date: 30 Sep 1999 08:22:30 +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 1035162925 14655 80.91.224.250 (21 Oct 2002 01:15:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:15:25 +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 CAA10607 for ; Thu, 30 Sep 1999 02:28:43 -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 BAB12953; Thu, 30 Sep 1999 01:24:51 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 30 Sep 1999 01:24:41 -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 BAA01895 for ; Thu, 30 Sep 1999 01:24:32 -0500 (CDT) Original-Received: from viffer.oslo.metis.no (sb@viffer.oslo.metis.no [195.0.254.249]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA10586 for ; Thu, 30 Sep 1999 02:22:32 -0400 (EDT) Original-Received: (from sb@localhost) by viffer.oslo.metis.no (8.8.8/8.8.8) id IAA29050; Thu, 30 Sep 1999 08:22:30 +0200 Original-To: ding@gnus.org In-Reply-To: Didier Verna's message of "29 Sep 1999 14:52:38 +0200" Original-Lines: 26 User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25562 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25562 >>>>> Didier Verna : > Steinar Bang wrote: >> Platform: pgnus 0.97, XEmacs 20.4 w/MULE, BBDB 2.00.3 >> I tried upgrading from 0.84 to 0.97, but all commands for sending >> messages (reply, followup and gnus-bug) resulted in the error >> message: Symbol's value as variable is void: user-full-name in the >> minibuffer accompanied by a beep. > Please set debug-on-error to t (Options menu => General Options) and > show us the lisp backtrace. This is all I got (aren't these backtraces usually a lot longer...?): Signaling: (void-variable user-full-name) gnus-configure-posting-styles() run-hooks((lambda nil (iso-accents-mode t) (auto-fill-mode 1)) gnus-configure-posting-styles) message-mode() message-pop-to-buffer("*mail*") message-mail() gnus-group-mail(nil) call-interactively(gnus-group-mail) Hm... the problem is indeed in posting styles, as Shenghuo ZHU found out further up.