From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39690 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Symbol's function definition is void: message-make-domain Date: Wed, 24 Oct 2001 21:57:59 +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 1035175362 29318 80.91.224.250 (21 Oct 2002 04:42:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:42:42 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 11759 invoked from network); 24 Oct 2001 19:59:05 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 24 Oct 2001 19:59:05 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15wUAA-0000Af-00; Wed, 24 Oct 2001 14:58:06 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 24 Oct 2001 14:57:43 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id OAA13509 for ; Wed, 24 Oct 2001 14:57:32 -0500 (CDT) Original-Received: (qmail 11738 invoked by alias); 24 Oct 2001 19:57:49 -0000 Original-Received: (qmail 11733 invoked from network); 24 Oct 2001 19:57:48 -0000 Original-Received: from dolk.extundo.com (195.42.214.242) by gnus.org with SMTP; 24 Oct 2001 19:57:48 -0000 Original-Received: from barbar.josefsson.org (slipsten.extundo.com [195.42.214.241]) (authenticated bits=0) by dolk.extundo.com (8.12.1/8.12.1) with ESMTP id f9OJvsGt019364; Wed, 24 Oct 2001 21:57:54 +0200 Original-To: Henrik Hansen In-Reply-To: (Henrik Hansen's message of "Wed, 24 Oct 2001 19:41:06 +0200") Mail-Copies-To: nobody Original-Lines: 21 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39690 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39690 Henrik Hansen writes: > Debugger entered--Lisp error: (void-function message-make-domain) > (message-make-domain) > (or gnus-local-domain (message-make-domain) (system-name) "") > (concat "^" (user-login-name) "$\\|^" (user-login-name) "@\\([-a-z0-9]+\\.\\)*" (or gnus-local-domain (message-make-domain) (system-name) "") "$") > eval((concat "^" (user-login-name) "$\\|^" (user-login-name) "@\\([-a-z0-9]+\\.\\)*" (or gnus-local-domain (message-make-domain) (system-name) "") "$")) > custom-initialize-reset(bbdb/gnus-split-myaddr-regexp (concat "^" (user-login-name) "$\\|^" (user-login-name) "@\\([-a-z0-9]+\\.\\)*" (or gnus-local-domain (message-make-domain) (system-name) "") "$")) Maybe that is a BBDB bug. --- bbdb-gnus.el.~1.87.~ Thu Sep 20 18:54:06 2001 +++ bbdb-gnus.el Wed Oct 24 21:56:26 2001 @@ -631,6 +631,7 @@ from (system-name). If you send mail/news from multiple addresses, then you'll likely have to set this yourself anyways." :group 'bbdb-mua-specific-gnus-splitting + :require 'message :type 'string) (defcustom bbdb/gnus-split-crosspost-default nil