Gnus development mailing list
 help / color / mirror / Atom feed
* Symbol's function definition is void: message-make-domain
@ 2001-10-24 17:41 Henrik Hansen
  2001-10-24 19:57 ` Simon Josefsson
  0 siblings, 1 reply; 3+ messages in thread
From: Henrik Hansen @ 2001-10-24 17:41 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 417 bytes --]

Hi

I get an error when i run the latest version of cvs gnus, the error
is :

An error has occurred while loading `/home/hh/.emacs':

Symbol's function definition is void: message-make-domain

To ensure normal operation, you should investigate the cause
of the error in your initialization file and remove it.  Start
Emacs with the `--debug-init' option to view a complete error
backtrace

so I did that (attached):


[-- Attachment #2: the backtrace --]
[-- Type: application/octet-stream, Size: 1965 bytes --]

[-- Attachment #3: Type: text/plain, Size: 53 bytes --]


would be nice to get a solution.

-- 
Henrik Hansen

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Symbol's function definition is void: message-make-domain
  2001-10-24 17:41 Symbol's function definition is void: message-make-domain Henrik Hansen
@ 2001-10-24 19:57 ` Simon Josefsson
  2001-10-24 21:14   ` Henrik Hansen
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Josefsson @ 2001-10-24 19:57 UTC (permalink / raw)
  Cc: ding

Henrik Hansen <hh@mailserver.dk> 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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Symbol's function definition is void: message-make-domain
  2001-10-24 19:57 ` Simon Josefsson
@ 2001-10-24 21:14   ` Henrik Hansen
  0 siblings, 0 replies; 3+ messages in thread
From: Henrik Hansen @ 2001-10-24 21:14 UTC (permalink / raw)


Simon Josefsson <jas@extundo.com> wrote:

 > Henrik Hansen <hh@mailserver.dk> 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
 > 

tried it with 2.32 no luck then i tried getting the latest bbdb from
cvs because you sugested it was a bbdb bug and it worked no error

thanks 

-- 
Henrik Hansen




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-10-24 21:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-24 17:41 Symbol's function definition is void: message-make-domain Henrik Hansen
2001-10-24 19:57 ` Simon Josefsson
2001-10-24 21:14   ` Henrik Hansen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).