Gnus development mailing list
 help / color / mirror / Atom feed
* lisp error on message-make-domain
@ 2001-11-15 19:56 news
  2001-11-15 20:03 ` Simon Josefsson
  0 siblings, 1 reply; 3+ messages in thread
From: news @ 2001-11-15 19:56 UTC (permalink / raw)


I'm running a very recent CVS of oortgnus, emacs-21, on a
gnu/linux glibc platform, and I'm getting this
message-make-domain lisp error when my emacs starts up.

This function is defined in oortgnus message.el and is referenced
in bbdb-gnus.el.  I have moved statements related to gnus and
bbdb around in my .emacs, but this error won't go away.

Any ideas?

Chris

--formatted, truncated debug output

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) "") "$"))
  custom-declare-variable(bbdb/gnus-split-myaddr-regexp (concat
  "^" (user-login-name) "$\\|^" (user-login-name)
  "@\\([-a-z0-9]+\\.\\)*" (or gnus-local-domain
  (message-make-domain) (system-name) "") "$")
  ("/usr/local/share/emacs/site-lisp/bbdb/bbdb-gnus.elc"
  . -18328) :group bbdb-mua-specific-gnus-splitting :type string)
  bbdb-insinuate-gnus()

--- end debug output



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

* Re: lisp error on message-make-domain
  2001-11-15 19:56 lisp error on message-make-domain news
@ 2001-11-15 20:03 ` Simon Josefsson
  2001-11-15 20:35   ` news
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Josefsson @ 2001-11-15 20:03 UTC (permalink / raw)
  Cc: ding

(Chris Beggy ) news@kippona.com writes:

> I'm running a very recent CVS of oortgnus, emacs-21, on a
> gnu/linux glibc platform, and I'm getting this
> message-make-domain lisp error when my emacs starts up.
>
> This function is defined in oortgnus message.el and is referenced
> in bbdb-gnus.el.  I have moved statements related to gnus and
> bbdb around in my .emacs, but this error won't go away.
>
> Any ideas?

Looks like a bbdb bug.  bbdb-insinuate-gnus should require message if
it uses it.

(You could probably work around it by placing (require 'message) in
.emacs or someplace.)




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

* Re: lisp error on message-make-domain
  2001-11-15 20:03 ` Simon Josefsson
@ 2001-11-15 20:35   ` news
  0 siblings, 0 replies; 3+ messages in thread
From: news @ 2001-11-15 20:35 UTC (permalink / raw)


Simon Josefsson <jas@extundo.com> writes:

> Looks like a bbdb bug.  bbdb-insinuate-gnus should require message if
> it uses it.
>
> (You could probably work around it by placing (require 'message) in
> .emacs or someplace.)

That did the trick.  Thanks.

Chris



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

end of thread, other threads:[~2001-11-15 20:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-15 19:56 lisp error on message-make-domain news
2001-11-15 20:03 ` Simon Josefsson
2001-11-15 20:35   ` news

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).