From: null7 <null7@wp.pl>
Subject: problem while running gnus
Date: Wed, 18 Jan 2006 10:12:21 +0100 [thread overview]
Message-ID: <17358.1653.151013.708705@gargle.gargle.HOWL> (raw)
Hallo
When I try to run gnus it fails with the following message
Symbol's value as variable is void: message-valid-fqdn-regexp
Just before running gnus I do M-x toggle-debug-on-error, but it does not open debug backtrace at gnus run.
*Message* buffer tells:
Loading gnus-agent...
Loading executable...done
custom-initialize-reset: Symbol's value as variable is void: message-valid-fqdn-regexp
I'm running:
emacs-version's value is "21.3.1"
gnus-version's value is "Gnus v5.10.6"
I'm running the newest version of gnus. To make emacs run it I delete previous version of grus from `load-path'. then I set up new path:
Loading /root/emacs/.emacs.gnus.el (source)...
deleting gnus path from load-path...
deleting path: /usr/share/emacs/21.3/lisp/gnus from load-path ;;; old path is removed at emacs startup
Loading /root/emacs/.emacs.gnus.el (source)...done
Code that does this trick is the following:
(setq my-gnus-dir "/root/emacs-packages/gnus-5.10.6")
(message "deleting gnus path from load-path..." (buffer-name))
(dolist (load-path-entry load-path)
(if (string-match "gnus" load-path-entry)
(progn
(message "deleting path: %s from load-path" load-path-entry)
(setq load-path (delete load-path-entry load-path)))))
(setq load-path (cons (concat my-gnus-dir "/lisp") load-path))
(require 'gnus-load)
(require 'info)
(setq Info-directory-list
(cons (concat my-gnus-dir "/texi") Info-default-directory-list))
finally,
load-path's value is
("/root/emacs-packages/gnus-5.10.6/lisp" "/root/emacs-packages/vm-7.19" "/root/emacs-packages/bbdb-2.34/lisp" "/usr/share/emacs/21.3/site-lisp" "/usr/share/emacs/site-lisp" "/usr/share/emacs/site-lisp/Mule-UCS" "/usr/share/emacs/site-lisp/psgml" "/usr/share/emacs/site-lisp/site-start.d" "/usr/share/emacs/site-lisp/table" "/usr/share/emacs/21.3/leim" "/usr/share/emacs/21.3/lisp" "/usr/share/emacs/21.3/lisp/toolbar" "/usr/share/emacs/21.3/lisp/textmodes" "/usr/share/emacs/21.3/lisp/progmodes" "/usr/share/emacs/21.3/lisp/play" "/usr/share/emacs/21.3/lisp/obsolete" "/usr/share/emacs/21.3/lisp/net" "/usr/share/emacs/21.3/lisp/mail" "/usr/share/emacs/21.3/lisp/language" "/usr/share/emacs/21.3/lisp/international" "/usr/share/emacs/21.3/lisp/eshell" "/usr/share/emacs/21.3/lisp/emulation" "/usr/share/emacs/21.3/lisp/emacs-lisp" "/usr/share/emacs/21.3/lisp/calendar" "/usr/share/emacs/site-lisp/psg
ml")
Do You know what might be the reason of that ?
Greetings
next reply other threads:[~2006-01-18 9:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-18 9:12 null7 [this message]
2006-01-18 14:40 ` problem while running gnus Reiner Steib
2006-01-18 17:16 ` Kevin Rodgers
2006-01-18 21:12 ` Reiner Steib
2006-01-23 9:50 ` null7
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=17358.1653.151013.708705@gargle.gargle.HOWL \
--to=null7@wp.pl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.