Gnus development mailing list
 help / color / mirror / Atom feed
* Removal of gnus-local-domain yields problem
@ 2010-09-25 14:02 Adam Sjøgren
  2010-09-25 14:14 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Adam Sjøgren @ 2010-09-25 14:02 UTC (permalink / raw)
  To: ding

When I try to start Gnus, I get this error:

  concat: Symbol's value as variable is void: gnus-local-domain

The backtrace is:

  Debugger entered--Lisp error: (void-variable gnus-local-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) "") "$") "*This regular expression should match your address as found in the\nFrom header of your mail.  You should make sure gnus-local-domain or\ngnus-use-generic-from are set before loading this module, if they differ\nfrom (system-name).  If you send mail/news from multiple addresses, then\nyou'll likely have to set this yourself anyways." :group bbdb-mua-specific-gnus-splitting :type string)
    (defcustom bbdb/gnus-split-myaddr-regexp (concat "^" (user-login-name) "$\\|^" (user-login-name) "@\\([-a-z0-9]+\\.\\)*" (or gnus-local-domain ... ... "") "$") "*This regular expression should match your address as found in the\nFrom header of your mail.  You should make sure gnus-local-domain or\ngnus-use-generic-from are set before loading this module, if they differ\nfrom (system-name).  If you send mail/news from multiple addresses, then\nyou'll likely have to set this yourself anyways." :group (quote bbdb-mua-specific-gnus-splitting) :type (quote string))
    eval-buffer(#<buffer  *load*> nil "/usr/share/emacs-snapshot/site-lisp/bbdb/bbdb-gnus.el" nil t)  ; Reading at buffer position 23393
    load-with-code-conversion("/usr/share/emacs-snapshot/site-lisp/bbdb/bbdb-gnus.el" "/usr/share/emacs-snapshot/site-lisp/bbdb/bbdb-gnus.el" nil t)
    bbdb-insinuate-gnus()
    run-hooks(gnus-startup-hook)
    apply(run-hooks gnus-startup-hook)
    gnus-run-hooks(gnus-startup-hook)
    byte-code("\b\204\x0e    gnus-1(nil nil nil)
    ad-Orig-gnus(nil nil nil)
    (setq ad-return-value (ad-Orig-gnus arg dont-connect slave))
    (let (ad-return-value) (setq asjo-fetch-was-manual t) (setq ad-return-value (ad-Orig-gnus arg dont-connect slave)) (setq asjo-fetch-was-manual nil) ad-return-value)
    gnus(nil)
    call-interactively(gnus t nil)
    execute-extended-command(nil)
    call-interactively(execute-extended-command nil nil)

Bisecting finds that this is the culprit:

  1ea3db8a284cc1ef9d77d52d5f7857ed9d526148 is the first bad commit
  commit 1ea3db8a284cc1ef9d77d52d5f7857ed9d526148
  Author: Julien Danjou <julien@danjou.info>
  Date:   Sat Sep 25 13:17:04 2010 +0200

      Remove useless gnus-local-domain


  Best regards,

   Adam

-- 
 "None of them kicks go boom                                  Adam Sjøgren
  None of them basslines fill the room"                  asjo@koldfront.dk




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

* Re: Removal of gnus-local-domain yields problem
  2010-09-25 14:02 Removal of gnus-local-domain yields problem Adam Sjøgren
@ 2010-09-25 14:14 ` Lars Magne Ingebrigtsen
  2010-09-25 14:34   ` Adam Sjøgren
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-25 14:14 UTC (permalink / raw)
  To: ding

asjo@koldfront.dk (Adam Sjøgren) writes:

> When I try to start Gnus, I get this error:
>
>   concat: Symbol's value as variable is void: gnus-local-domain
>
> The backtrace is:
>
>   Debugger entered--Lisp error: (void-variable gnus-local-domain)

[...]

>     custom-declare-variable(bbdb/gnus-split-myaddr-regexp 

Right.  So there are third-party libraries that depend on it?  I've now
put it back again.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




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

* Re: Removal of gnus-local-domain yields problem
  2010-09-25 14:14 ` Lars Magne Ingebrigtsen
@ 2010-09-25 14:34   ` Adam Sjøgren
  0 siblings, 0 replies; 3+ messages in thread
From: Adam Sjøgren @ 2010-09-25 14:34 UTC (permalink / raw)
  To: ding

On Sat, 25 Sep 2010 16:14:40 +0200, Lars wrote:

>> custom-declare-variable(bbdb/gnus-split-myaddr-regexp 

> Right.  So there are third-party libraries that depend on it?

Doesn't everybody use bbdb? :-)

> I've now put it back again.

Thanks - helped.


  Best regards,

    Adam

-- 
 "None of them kicks go boom                                  Adam Sjøgren
  None of them basslines fill the room"                  asjo@koldfront.dk




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

end of thread, other threads:[~2010-09-25 14:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-25 14:02 Removal of gnus-local-domain yields problem Adam Sjøgren
2010-09-25 14:14 ` Lars Magne Ingebrigtsen
2010-09-25 14:34   ` Adam Sjøgren

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