From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dammy Newsgroups: gmane.emacs.help Subject: message.elc is not loaded at gnus 5.10.6 startup. Date: Mon, 26 Dec 2005 16:01:43 +0100 Message-ID: <17328.1495.925587.942659@gargle.gargle.HOWL> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1135609155 10770 80.91.229.2 (26 Dec 2005 14:59:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Dec 2005 14:59:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 26 15:59:14 2005 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Eqtog-0003wm-5s for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Dec 2005 15:59:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eqtps-0003v8-CF for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Dec 2005 10:00:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EqtoM-0003S3-F2 for help-gnu-emacs@gnu.org; Mon, 26 Dec 2005 09:58:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EqtoK-0003Re-RH for help-gnu-emacs@gnu.org; Mon, 26 Dec 2005 09:58:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EqtoK-0003RX-Ob for help-gnu-emacs@gnu.org; Mon, 26 Dec 2005 09:58:52 -0500 Original-Received: from [212.77.101.1] (helo=smtp.wp.pl) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EqtoA-0005A3-Hb for help-gnu-emacs@gnu.org; Mon, 26 Dec 2005 09:58:42 -0500 Original-Received: (wp-smtpd smtp.wp.pl 26207 invoked from network); 26 Dec 2005 15:57:32 +0100 Original-Received: from ajp230.neoplus.adsl.tpnet.pl (HELO ) (null7@[83.25.249.230]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with SMTP for ; 26 Dec 2005 15:57:32 +0100 Original-To: help-gnu-emacs@gnu.org x-mailer: KMail/1.7.1 X-WP-AV: skaner antywirusowy poczty Wirtualnej Polski S. A. X-WP-SPAM: NO AS1=NO(Body=1 Fuz1=1 Fuz2=1) AS2=NO(0.983855) AS3=NO AS4=NO X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:32235 Archived-At: Hallo. When I try to run gnus with M-x gnus, it fails with the following error in *Messages* buffer: Loading gnus-agent... custom-initialize-reset: Symbol's value as variable is void: message-valid-fqdn-regexp I tried to track the problem as far I could. Below there are the results: 1) problem probably occurs as gnus-art.el is evaluated, at variable definition: (defcustom gnus-button-valid-fqdn-regexp message-valid-fqdn-regexp ;;; <----- this does not exist. "Regular expression that matches a valid FQDN." :group 'gnus-article-buttons :type 'regexp) 2) I found the `message-valid-fqdn-regexp' definition in /emacs-packages/gnus-5.10.6/lisp/message.elc As I checked it with M-x describe-variable, it is not defined indeed. I visited /emacs-packages/gnus-5.10.6/lisp/message.el file, and tried to check whether other variables from this file are defined, and they are not. It looks like /emacs-packages/gnus-5.10.6/lisp/message.elc file is not loaded at all. 3) my gnus init file looks like the following: (setq load-path (delete "/usr/share/emacs/21.2/lisp/gnus" load-path)) ;;. remove emacs `built-in' gnus path from load path. (setq load-path (cons "/emacs-packages/gnus-5.10.6/lisp" load-path)) (require 'gnus-load) (require 'info) (setq Info-directory-list (cons (concat mk-gnus-dir "/texi") Info-default-directory-list)) ;;. Note: read emacs.txt comments in section "reading many `dir' files and virtually merging them to one file in emacs". (require 'gnus) (require 'gnus-group) 4) load-path's value is ("/emacs-packages/gnus-5.10.6/lisp" "/emacs-packages/vm-7.19" "/usr/share/emacs/21.2/site-lisp" "/usr/share/emacs/site-lisp" "/usr/share/emacs/site-lisp/lang" "/usr/share/emacs/site-lisp/site-start.d" "/usr/share/emacs/21.2/leim" "/usr/share/emacs/21.2/lisp" "/usr/share/emacs/21.2/lisp/toolbar" "/usr/share/emacs/21.2/lisp/textmodes" "/usr/share/emacs/21.2/lisp/progmodes" "/usr/share/emacs/21.2/lisp/play" "/usr/share/emacs/21.2/lisp/obsolete" "/usr/share/emacs/21.2/lisp/net" "/usr/share/emacs/21.2/lisp/mail" "/usr/share/emacs/21.2/lisp/language" "/usr/share/emacs/21.2/lisp/international" "/usr/share/emacs/21.2/lisp/eshell" "/usr/share/emacs/21.2/lisp/emulation" "/usr/share/emacs/21.2/lisp/emacs-lisp" "/usr/share/emacs/21.2/lisp/calendar") Do You have any ideas what I am doing wrong Greetings.