From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36661 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: `C-c C-v' should keep citation prefix Date: Wed, 20 Jun 2001 10:22:59 +0200 (CEST) Message-ID: References: <87sngvykcj.fsf@mclinux.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035172212 9804 80.91.224.250 (21 Oct 2002 03:50:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:50:12 +0000 (UTC) Cc: Return-Path: Return-Path: Original-Received: (qmail 28168 invoked from network); 20 Jun 2001 08:23:14 -0000 Original-Received: from lie.extundo.com (195.42.214.244) by gnus.org with SMTP; 20 Jun 2001 08:23:14 -0000 Original-Received: from localhost (jas@localhost) by lie.extundo.com (8.11.2/8.11.2) with ESMTP id f5K8Mxs00638; Wed, 20 Jun 2001 10:22:59 +0200 X-Authentication-Warning: lie.extundo.com: jas owned process doing -bs Original-To: Josh Huber In-Reply-To: <87sngvykcj.fsf@mclinux.com> Original-Lines: 23 Xref: main.gmane.org gmane.emacs.gnus.general:36661 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36661 On 19 Jun 2001, Josh Huber wrote: > > >| Symbol's value as variable is void: message-cite-prefix-regexp > > I'm getting this error with the latest oort gnus (just cvs updated a > couple minutes ago) whenever I view a message... > > Signaling: (void-variable message-cite-prefix-regexp) > (concat "^\\(" message-cite-prefix-regexp "\\)? *" ">>>>> +\"\\([^\"\n]+\\)\" +==") > eval((concat "^\\(" message-cite-prefix-regexp "\\)? *" ">>>>> +\"\\([^\"\n]+\\)\" +==")) > custom-initialize-reset(gnus-supercite-regexp (concat "^\\(" message-cite-prefix-regexp "\\)? *" ">>>>> +\"\\([^\"\n]+\\)\" +==")) > custom-declare-variable(gnus-supercite-regexp (concat "^\\(" message-cite-prefix-regexp "\\)? *" ">>>>> +\"\\([^\"\n]+\\)\" +==") "*Regexp matching normal Supercite attribution lines.\nThe first grouping must match prefixes added by other packages." :group gnus-cite :type regexp) > load-internal("gnus-cite" nil nil nil nil nil) > load("gnus-cite" nil nil nil) This is weird, `message-cite-prefix-regexp' is defined in message.el and gnus-cite.el requires message.el. Are you sure gnus-cite.el isn't shadowed by some older version somehow? Or that your gnus-cite.el isn't up to date somehow. Or perhaps there is some circular requiring going on. If this doesn't help, perhaps some custom guru have more insight.