Gnus development mailing list
 help / color / mirror / Atom feed
From: Eze Ogwuma <typhoon@dircon.co.uk>
Subject: [Eze Ogwuma <typhoon@dircon.co.uk>] Problem starting Gnus
Date: 10 Jul 1998 07:30:51 +0100	[thread overview]
Message-ID: <m3yau25ias.fsf@localhost.localdomain> (raw)

Hi,

I'm trying to post to bugs@gnus.org but I'm getting this as part of
the error message:

   ----- The following addresses had permanent fatal errors -----
bugs@gnus.org (The Gnus Bugfixing Girls + Boys)


-- 
Eze Ogwuma
------- Start of forwarded message -------
To: bugs@gnus.org (The Gnus Bugfixing Girls + Boys)
Subject: Problem starting Gnus
From: Eze Ogwuma <typhoon@dircon.co.uk>
Date: 10 Jul 1998 06:45:17 +0100
Message-ID: <m3lnq28djm.fsf@localhost.localdomain>

Gnus v5.6.23; nntp 5.0; nnvirtual 1.1; nnml 1.0; nnmh 1.0; nndir 1.0; nnsoup 0.0; nndraft 1.0; nnfolder 1.0
XEmacs 20.4 "Emerald" [Lucid] (i386-pc-linux) of Wed Apr  8 1998 on typhoon.ncc.co.uk
200 newsread1.dircon.co.uk DNEWS Version 4.6j, S2, posting OK 

There is a bug that means Gnus will give a wrong type of argument
error message when it is started or re-started and the connection is
not up. Gnus didn't do this before.

If Gnus is already running and is re-started then Gnus quits. This bug
also means that mail cannot be inced properly. If the NNTP server is
running but not allowing mode reader commands for some reason then
Gnus cannot be started/re-started either.


------------------ Environment follows ------------------

(setq gnus-select-method
      '(nntp "localhost"))
(setq gnus-message-archive-group
      '((if
	    (message-news-p)
	    "misc-news"
	  (concat "misc-mail-"
		  (format-time-string "%Y-%m"
				      (current-time))))))
(setq gnus-nntp-server "localhost")
(setq gnus-secondary-select-methods
      '((nnml "")
	(nnsoup "")))
(setq gnus-asynchronous t)
(setq gnus-use-cache t)
(setq gnus-keep-backlog t)
(setq gnus-valid-select-methods
      '(("nntp" post address prompt-address physical-address)
	("nnspool" post address)
	("nnvirtual" post-mail virtual prompt-address)
	("nnmbox" mail respool address)
	("nnml" mail respool address)
	("nnmh" mail respool address)
	("nndir" post-mail prompt-address physical-address)
	("nneething" none address prompt-address physical-address)
	("nndoc" none address prompt-address)
	("nnbabyl" mail address respool)
	("nnkiboze" post virtual)
	("nnsoup" post-mail address)
	("nndraft" post-mail)
	("nnfolder" mail respool address)
	("nngateway" post-mail address prompt-address physical-address)
	("nnweb" none)
	("nnlistserv" none)
	("nnagent" post-mail)))
(setq gnus-load-hook
      '(tm-setup/load-gnus))
(setq gnus-visual t)
(setq gnus-article-display-hook
      '(gnus-article-highlight gnus-article-hide-headers-if-wanted gnus-article-hide-boring-headers gnus-article-treat-overstrike gnus-article-maybe-highlight gnus-article-display-x-face))
(setq gnus-kill-summary-on-exit nil)
(setq gnus-show-mime t)
(setq gnus-view-pseudo-asynchronously t)
(setq gnus-view-pseudos "not-confirm")
(setq gnus-view-pseudos-separately nil)
(setq gnus-summary-dummy-line-format "  %(:                          :%) %S\n")
(setq gnus-summary-mode-hook
      '(gnus-agent-mode mc-install-read-mode gnus-xmas-switch-horizontal-scrollbar-off gnus-xmas-setup-summary-toolbar gnus-xmas-summary-menu-add))
(setq gnus-parse-headers-hook
      '(gnus-set-summary-default-charset gnus-decode-rfc1522))
(setq gnus-summary-highlight
      '(((= mark gnus-canceled-mark)
	 . gnus-summary-cancelled-face)
	((and
	  (> score default)
	  (or
	   (= mark gnus-dormant-mark)
	   (= mark gnus-ticked-mark)))
	 . gnus-summary-high-ticked-face)
	((and
	  (< score default)
	  (or
	   (= mark gnus-dormant-mark)
	   (= mark gnus-ticked-mark)))
	 . gnus-summary-low-ticked-face)
	((or
	  (= mark gnus-dormant-mark)
	  (= mark gnus-ticked-mark))
	 . gnus-summary-normal-ticked-face)
	((and
	  (> score default)
	  (= mark gnus-ancient-mark))
	 . gnus-summary-high-ancient-face)
	((and
	  (< score default)
	  (= mark gnus-ancient-mark))
	 . gnus-summary-low-ancient-face)
	((= mark gnus-ancient-mark)
	 . gnus-summary-normal-ancient-face)
	((and
	  (> score default)
	  (= mark gnus-unread-mark))
	 . gnus-summary-high-unread-face)
	((and
	  (< score default)
	  (= mark gnus-unread-mark))
	 . gnus-summary-low-unread-face)
	((= mark gnus-unread-mark)
	 . gnus-summary-normal-unread-face)
	((and
	  (> score default)
	  (memq mark
		(list gnus-downloadable-mark gnus-undownloaded-mark)))
	 . gnus-summary-high-unread-face)
	((and
	  (< score default)
	  (memq mark
		(list gnus-downloadable-mark gnus-undownloaded-mark)))
	 . gnus-summary-low-unread-face)
	((memq mark
	       (list gnus-downloadable-mark gnus-undownloaded-mark))
	 . gnus-summary-normal-unread-face)
	((> score default)
	 . gnus-summary-high-read-face)
	((< score default)
	 . gnus-summary-low-read-face)
	(t . gnus-summary-normal-read-face)))
(setq gnus-group-archive-directory "*ftp@ftp.hpc.uh.edu:/pub/emacs/ding-list/")
(setq gnus-group-recent-archive-directory "*ftp@ftp.hpc.uh.edu:/pub/emacs/ding-list-recent/")
(setq gnus-group-line-format "%M%S%p%m%P%5y: %(%g%)%l\n")
(setq gnus-group-mode-hook
      '(gnus-agent-mode gnus-xmas-setup-group-toolbar gnus-xmas-group-menu-add))
(setq gnus-useful-groups
      '(("(ding) mailing list mirrored at sunsite.auc.dk" "emacs.ding"
	 (nntp "sunsite.auc.dk"
	       (nntp-address "sunsite.auc.dk")))
	("gnus-bug archive" "gnus-bug"
	 (nndir "/ftp@ftp.ifi.uio.no:/pub/emacs/gnus/gnus-bug/"))
	("Gnus help group" "gnus-help"
	 (nndoc "gnus-help"
		(nndoc-article-type mbox)
		(eval
		 (backquote
		  (nndoc-address
		   (\,
		    (let
			((file
			  (nnheader-find-etc-directory "gnus-tut.txt" t)))
		      (unless file
			(error "Couldn't find doc group"))
		      file)))))))))
(setq gnus-visible-headers "From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^Followup-To:\\|^Reply-To:\\|^Organization:\\|^Summary:\\|^Keywords:\\|^To:\\|^Cc:\\|^Posted-To:\\|^Mail-Copies-To:\\|^Apparently-To:\\|^Gnus-Warning:\\|^Resent-From:\\|X-Sent:")
(setq gnus-article-x-face-command
      'gnus-xmas-article-display-xface)
(setq gnus-show-mime-method
      'gnus-article-preview-mime-message)
(setq gnus-decode-encoded-word-method
      'gnus-article-decode-encoded-word)
(setq gnus-article-mode-hook
      '(gnus-xmas-article-menu-add))
(setq gnus-auto-subscribed-groups "nnml\\|^nnfolder\\|^nnmbox\\|^nnmh\\|^nnbabyl")
(setq gnus-startup-hook
      '(tm-gnus/bbdb-setup))
(setq gnus-use-article-prefetch t)
;; (makeunbound 'gnus-sent-message-ids-file)
;; (makeunbound 'gnus-sent-message-ids-length)
(setq gnus-buffer-configuration
      '((article
	 (vertical 1.0
		   (summary 0.3 point)
		   (article 1.0)))
	(group
	 (vertical 1.0
		   (group 1.0 point)
		   (if gnus-carpal
		       '(group-carpal 4))))
	(summary
	 (vertical 1.0
		   (summary 1.0 point)
		   (if gnus-carpal
		       '(summary-carpal 4))))
	(server
	 (vertical 1.0
		   (server 1.0 point)
		   (if gnus-carpal
		       '(server-carpal 2))))
	(browse
	 (vertical 1.0
		   (browse 1.0 point)
		   (if gnus-carpal
		       '(browse-carpal 2))))
	(message
	 (vertical 1.0
		   (message 1.0 point)))
	(pick
	 (vertical 1.0
		   (article 1.0 point)))
	(info
	 (vertical 1.0
		   (info 1.0 point)))
	(summary-faq
	 (vertical 1.0
		   (summary 0.25)
		   (faq 1.0 point)))
	(edit-article
	 (vertical 1.0
		   (article 1.0 point)))
	(edit-form
	 (vertical 1.0
		   (group 0.5)
		   (edit-form 1.0 point)))
	(edit-score
	 (vertical 1.0
		   (summary 0.25)
		   (edit-score 1.0 point)))
	(post
	 (vertical 1.0
		   (post 1.0 point)))
	(reply
	 (vertical 1.0
		   (article-copy 0.5)
		   (message 1.0 point)))
	(forward
	 (vertical 1.0
		   (message 1.0 point)))
	(reply-yank
	 (vertical 1.0
		   (message 1.0 point)))
	(mail-bounce
	 (vertical 1.0
		   (article 0.5)
		   (message 1.0 point)))
	(pipe
	 (vertical 1.0
		   (summary 0.25 point)
		   (if gnus-carpal
		       '(summary-carpal 4))
		   ("*Shell Command Output*" 1.0)))
	(bug
	 (vertical 1.0
		   ("*Gnus Help Bug*" 0.5)
		   ("*Gnus Bug*" 1.0 point)))
	(score-trace
	 (vertical 1.0
		   (summary 0.5 point)
		   ("*Score Trace*" 1.0)))
	(score-words
	 (vertical 1.0
		   (summary 0.5 point)
		   ("*Score Words*" 1.0)))
	(category
	 (vertical 1.0
		   (category 1.0)))
	(compose-bounce
	 (vertical 1.0
		   (article 0.5)
		   (message 1.0 point)))))
(setq gnus-window-to-buffer
      '((group . gnus-group-buffer)
	(summary . gnus-summary-buffer)
	(article . gnus-article-buffer)
	(server . gnus-server-buffer)
	(browse . "*Gnus Browse Server*")
	(edit-group . gnus-group-edit-buffer)
	(edit-form . gnus-edit-form-buffer)
	(edit-server . gnus-server-edit-buffer)
	(group-carpal . gnus-carpal-group-buffer)
	(summary-carpal . gnus-carpal-summary-buffer)
	(server-carpal . gnus-carpal-server-buffer)
	(browse-carpal . gnus-carpal-browse-buffer)
	(edit-score . gnus-score-edit-buffer)
	(message . gnus-message-buffer)
	(mail . gnus-message-buffer)
	(post-news . gnus-message-buffer)
	(faq . gnus-faq-buffer)
	(picons . gnus-picons-buffer-name)
	(tree . gnus-tree-buffer)
	(score-trace . "*Score Trace*")
	(info . gnus-info-buffer)
	(category . gnus-category-buffer)
	(article-copy . gnus-article-copy)
	(draft . gnus-draft-buffer)))
;; (makeunbound 'gnus-topic-mode)
(setq gnus-topic-mode-hook
      '(gnus-xmas-topic-menu-add))
;; (makeunbound 'gnus-topic-line-format)
;; (makeunbound 'gnus-topic-indent-level)
;; (makeunbound 'gnus-topic-display-empty-topics)
(setq nnmail-split-methods
      '(("redhat.list.1998.07" "^Resent-From:.redhat-list@redhat.com")
	("hurricane.1998.07" "^Resent-From:.hurricane-list@redhat.com")
	("manhattan.1998.07" "^Resent-From:.manhattan-list@redhat.com")
	("Gnus.1998.07" "^\\(To\\|Cc\\|From\\):.*\\(ding\\|gnus\\|Lars Magne Ingebrigtsen\\)")
	("rpm.1998.07" "^\\(To\\|Resent-From\\):.*rpm-list")
	("Applixware.1998.07" "^\\(To\\|Resent-From\\):.*applixware-list")
	("exmh.1998" "^\\(To\\|Resent-From\\):.*exmh")
	("contrib.1998" "^Resent-From:.contrib-list@redhat.com")
	("CS" "^From:.*@cs.ucl.ac.uk")
	("announce.1998" "^Resent-From:.redhat-announce-list@redhat.com")
	("pgsql" "^Sender:.owner-questions@hub.org")
	("pgsql" "^Sender:.owner-docs@hub.org")
	("pgsql" "^Sender:.owner-announce@hub.org")
	("pgsql" "^Sender:.owner-hackers@hub.org")
	("pgsql" "^To:.*pgsql*")
	("pgsql" "^Cc:.*pgsql*")
	("pgsql" "^To:.*postgreSQL*")
	("pgsql" "^To:.*postgresql*")
	("pgsql" "^Cc:.*postgreSQL*")
	("pgsql" "^Cc:.*postgresql*")
	("executor" "^From:.owner-executor-digest@ardi.com")
	("Wine" "^To:.wine-patches@tiger.informatik.hu-berlin.de")
	("qddb" "^\\(To\\|Cc\\|From\\):.*\\(hsdi.com\\|qddb-users\\)")
	("mail.system" "^\\(From\\|Subject\\):.*\\(Mail Delivery Subsystem\\|MAILER-DAEMON\\|postmaster\\|Undeliverable Message\\)")
	("mail.misc" "^\\(To\\|Cc\\|From\\):.*\\(typhoon\\|zcaceog\\|zcapk09\\|students\\|ogwuma\\)")
	("spam" "")))
(setq nnmail-crosspost nil)
(setq nnmail-tmp-directory "~/Mail/.nnmail-tmp-directory")
(setq nnmail-delete-incoming nil)
(setq message-ignored-news-headers "^NNTP-Posting-Host:\\|^Xref:\\|^[BGF]cc:\\|^Resent-Fcc:")
(setq message-ignored-mail-headers "^[GF]cc:\\|^Resent-Fcc:\\|^Xref:")
(setq message-ignored-supersedes-headers "^Path:\\|^Date\\|^NNTP-Posting-Host:\\|^Xref:\\|^Lines:\\|^Received:\\|^X-From-Line:\\|^X-Trace:\\|^X-Complaints-To:\\|Return-Path:\\|^Supersedes:")
(setq message-autosave-directory "~/Mail/drafts/")
(setq message-included-forward-headers "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^Followup-To:\\|^Reply-To:\\|^Organization:\\|^Summary:\\|^Keywords:\\|^To:\\|^Cc:\\|^Posted-To:\\|^Mail-Copies-To:\\|^Apparently-To:\\|^Gnus-Warning:\\|^Resent-\\|^Message-ID:\\|^References:\\|^Content-Transfer-Encoding:\\|^Content-Type:\\|^Mime-Version:")
(setq message-send-mail-function
      'gnus-agent-send-mail)
(setq message-post-method
      '(nnspool ""))
(setq message-setup-hook
      '(mc-install-write-mode))
(setq message-mode-hook
      '(message-xmas-maybe-fontify))
(setq message-header-setup-hook
      '(gnus-inews-insert-archive-gcc gnus-inews-insert-gcc my-message-header-setup-hook))
(setq message-cite-function
      'message-cite-original-without-signature)
(setq message-default-mail-headers "From: Eze Ogwuma <typhoon@dircon.co.uk>\n")
(setq message-default-news-headers "From: Eze Ogwuma <zcaceog@ucl.ac.uk>\n")



-- 
Eze Ogwuma
------- End of forwarded message -------

--HAA24311.900052260/typhoon.dircon.co.uk--



                 reply	other threads:[~1998-07-10  6:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=m3yau25ias.fsf@localhost.localdomain \
    --to=typhoon@dircon.co.uk \
    /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.
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).