From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71719 Path: news.gmane.org!not-for-mail From: asjo@koldfront.dk (Adam =?utf-8?Q?Sj=C3=B8gren?=) Newsgroups: gmane.emacs.gnus.general Subject: Removal of gnus-local-domain yields problem Date: Sat, 25 Sep 2010 16:02:32 +0200 Organization: koldfront - analysis & revolution, Copenhagen, Denmark Message-ID: <877hi9hqfb.fsf@topper.koldfront.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1285423388 15371 80.91.229.12 (25 Sep 2010 14:03:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 25 Sep 2010 14:03:08 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20092@lists.math.uh.edu Sat Sep 25 16:03:07 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OzVLC-0008OX-N5 for ding-account@gmane.org; Sat, 25 Sep 2010 16:03:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1OzVKz-0005RZ-I3; Sat, 25 Sep 2010 09:02:49 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OzVKy-0005RM-1r for ding@lists.math.uh.edu; Sat, 25 Sep 2010 09:02:48 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OzVKs-0004BE-NI for ding@lists.math.uh.edu; Sat, 25 Sep 2010 09:02:47 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OzVKs-00043F-00 for ; Sat, 25 Sep 2010 16:02:42 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OzVKr-0008Hj-BE for ding@gnus.org; Sat, 25 Sep 2010 16:02:41 +0200 Original-Received: from rain.gmane.org ([80.91.229.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Sep 2010 16:02:41 +0200 Original-Received: from asjo by rain.gmane.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Sep 2010 16:02:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 45 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: rain.gmane.org Mail-Copies-To: never X-Now-Playing: Finnegan's Wake, Finnegan's Wake (The Clancy Brothers and Tommy Makem) X-Face: )qY&CseJ?.:=8F#^~GcSA?F=9eu'{KAFfL1C3/A&:nE?PW\i65"ba0NS)97,Q(^@xk}n4Ou rPuR#V8I(J_@~H($[ym:`K_+]*kjvW>xH5jbgLBVFGXY:(#4P>zVBklLbdL&XxL\M)%T}3S/IS9lMJ ^St'=VZBR Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71719 Archived-At: 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(# 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("\204 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 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