Gnus development mailing list
 help / color / mirror / Atom feed
From: Francois Felix Ingrand <felix@dial.oleane.com>
Cc: ding@gnus.org
Subject: Re: Whining works!
Date: 22 Feb 1998 19:20:50 +0100	[thread overview]
Message-ID: <86yaz3wlfh.fsf@dial.oleane.com> (raw)
In-Reply-To: Eze Ogwuma's message of "22 Feb 1998 05:46:15 +0000"

Eze Ogwuma <typhoon@dircon.co.uk> writes:

> Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
> 
> > So now I've actually responded to all the new bugs reports, and
> > stuff.  So perhaps 5.6 will be done tomorrow, after all.
> 
> Hi Lars,
> 
> I still haven't managed to enter any groups with Gnus unplugged. I
> know there was a fix for those with nnmail use long filenames set but
> some of us are experiencing the same problem and we never had it set.
> 
> > Or perhaps not.
> 
> I hope not.
> 
> Qgnus 0.30.

Same thing here with Qgnus 0.31

Quassia Gnus v0.31; nntp 5.0; nnvirtual 1.1; nnml 1.0; nnmh 1.0; nndir 1.0; nndraft 1.0; nnfolder 1.0; nnagent 1.0
XEmacs 20.3 "Vatican City" [Lucid] (i386-pc-solaris2.5.1) of Thu Nov 27 1997 on ashanti
200 dial.oleane.com InterNetNews NNRP server INN 1.7.2 08-Dec-1997 ready (posting ok).

Signaling: (error "Couldn't request group nntp+news.cict.fr:toulouse.restos: Opened server news.cict.fr using directory ~/News/agent/nntp/news.cict.fr/")
  signal(error ("Couldn't request group nntp+news.cict.fr:toulouse.restos: Opened server news.cict.fr using directory ~/News/agent/nntp/news.cict.fr/"))
  cerror("Couldn't request group %s: %s" "nntp+news.cict.fr:toulouse.restos" "Opened server news.cict.fr using directory ~/News/agent/nntp/news.cict.fr/")
  apply(cerror ("Couldn't request group %s: %s" "nntp+news.cict.fr:toulouse.restos" "Opened server news.cict.fr using directory ~/News/agent/nntp/news.cict.fr/"))
  error("Couldn't request group %s: %s" "nntp+news.cict.fr:toulouse.restos" "Opened server news.cict.fr using directory ~/News/agent/nntp/news.cict.fr/")
  gnus-select-newsgroup("nntp+news.cict.fr:toulouse.restos" nil)
  gnus-summary-read-group-1("nntp+news.cict.fr:toulouse.restos" nil nil nil nil)
  gnus-summary-read-group("nntp+news.cict.fr:toulouse.restos" nil nil nil nil)
  gnus-group-read-group(nil)
  call-interactively(gnus-group-read-group)


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

(setq gnus-select-method
      '(nntp "news.dial.oleane.com"))
(setq gnus-message-archive-method
      '(nnfolder "sent-archive"
		 (nnfolder-inhibit-expiry t)
		 (nnfolder-active-file "~/News/archive/active")
		 (nnfolder-directory "~/News/archive/")))
(setq gnus-message-archive-group
      '((if
	    (message-news-p)
	    " nnfolder+sent-archive:misc-news" "nnfolder+sent-archive:misc-mail")))
(setq gnus-nntp-server "news.dial.oleane.com")
(setq gnus-secondary-select-methods
      '((nnml "mail")))
(setq gnus-large-newsgroup 500)
(setq gnus-use-long-file-name t)
(setq gnus-kill-files-directory "~/News/score-kill/")
(setq gnus-use-adaptive-scoring t)
(setq gnus-use-cache t)
(setq gnus-use-trees t)
(setq gnus-suppress-duplicates t)
(setq gnus-total-expirable-newsgroups "^nnsoup")
(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-display-x-face gnus-smiley-display))
(setq gnus-article-save-directory "~/News/save/")
(setq gnus-plugged nil)
(setq gnus-summary-make-false-root
      'empty)
(setq gnus-summary-same-subject "-||-")
(setq gnus-thread-hide-killed nil)
(setq gnus-thread-ignore-subject t)
(setq gnus-thread-indent-level 1)
(setq gnus-auto-select-next nil)
(setq gnus-summary-mark-below -100)
(setq gnus-article-sort-functions
      '((lambda
	  (t1 t2)
	  (not
	   (gnus-article-sort-by-date t1 t2)))))
(setq gnus-thread-sort-functions
      '((lambda
	  (t1 t2)
	  (not
	   (gnus-thread-sort-by-date t1 t2)))
	gnus-thread-sort-by-total-score))
(setq gnus-summary-mode-hook
      '(gnus-agent-mode
	(lambda nil
	  (define-key gnus-summary-mode-map "\013"
	    'gnus-summary-kill-thread)
	  (define-key gnus-summary-mode-map "k"
	    'gnus-summary-kill-same-subject)
	  (define-key gnus-summary-mode-map "\213"
	    'gnus-summary-kill-same-subject-and-select))
	gnus-xmas-switch-horizontal-scrollbar-off gnus-xmas-setup-summary-toolbar gnus-xmas-summary-menu-add))
(setq gnus-select-group-hook
      '((lambda nil
	  (setq gnus-auto-select-first
		(not
		 (string-match "binaries" gnus-newsgroup-name))
		gnus-use-scoring
		(not
		 (string-match "nnfolder\\|binaries" gnus-newsgroup-name))
		gnus-use-adaptative-scoring
		(not
		 (string-match "fr\\.petites-annonces\\.informatique" gnus-newsgroup-name))))))
(setq gnus-permanently-visible-groups "^nnml")
(setq gnus-group-mode-hook
      '(gnus-agent-mode gnus-xmas-setup-group-toolbar gnus-xmas-group-menu-add))
(setq gnus-article-x-face-command
      'gnus-xmas-article-display-xface)
(setq gnus-default-article-saver
      'gnus-summary-save-in-mail)
(setq gnus-file-save-name
      'gnus-plain-save-name)
(setq gnus-article-mode-hook
      '((lambda nil
	  (make-local-variable
	   'scroll-in-place)
	  (setq scroll-in-place nil))
	gnus-xmas-article-menu-add))
(setq gnus-activate-level 4)
(setq gnus-save-newsrc-file nil)
(setq gnus-subscribe-newsgroup-method
      'gnus-subscribe-randomly)
(setq gnus-setup-news-hook
      '(gnus-agent-queue-setup))
(setq gnus-get-new-news-hook
      '(felix-gnus-agent-get-pop-mail))
(setq gnus-save-quick-newsrc-hook
      '(turn-off-backup))
(setq gnus-save-standard-newsrc-hook
      '(turn-off-backup))
(setq gnus-asynchronous nil)
(setq gnus-default-adaptive-score-alist
      '((gnus-unread-mark
	 (subject -1))
	(gnus-ticked-mark
	 (from 4)
	 (subject 40))
	(gnus-dormant-mark
	 (from 5)
	 (subject 50))
	(gnus-read-mark
	 (from 10)
	 (subject 30))
	(gnus-catchup-mark
	 (from -2)
	 (subject -10))
	(gnus-killed-mark
	 (from -4)
	 (subject -20))
	(gnus-del-mark
	 (from -3)
	 (subject -15))))
(setq gnus-buffer-configuration
      '((mail-forward
	 (horizontal 1.0
		     (vertical 0.45
			       (group 0.25)
			       (summary 1.0))
		     (vertical 1.0
			       (tree 0.25)
			       (mail 1.0 point))))
	(edit-score
	 (horizontal 1.0
		     (vertical 0.45
			       (group 0.25)
			       (summary 1.0))
		     (vertical 1.0
			       (tree 0.25)
			       (edit-score 1.0 point))))
	(article
	 (horizontal 1.0
		     (vertical 0.45
			       (group 0.25)
			       (summary 1.0 point))
		     (vertical 1.0
			       (tree 0.25)
			       (article 1.0))))
	(summary
	 (horizontal 1.0
		     (vertical 0.45
			       (group 0.25)
			       (summary 1.0 point))
		     (vertical 1.0
			       (tree 0.25)
			       (article 1.0))))
	(group
	 (horizontal 1.0
		     (vertical 0.45
			       (group 1.0 point))
		     (vertical 1.0
			       (tree 0.25)
			       (article 1.0))))
	(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)))
	(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)))))
;; (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-spool-file
      'procmail)
(setq nnmail-use-procmail t)
(setq nnmail-procmail-directory "~/Mail/gnus-spool")
(setq nnmail-procmail-suffix "")
(setq message-directory "~/Gnus-Mail/")
(setq message-courtesy-message "(Message sent by mail and posted in the news)\n\n")
(setq message-ignored-news-headers "^NNTP-Posting-Host:\\|^Xref:\\|^Bcc:\\|^Gcc:\\|^Fcc:\\|^Cc:\\|^To:")
(setq message-autosave-directory "~/Mail/drafts/")
(setq message-send-mail-function
      'smtpmail-send-it)
(setq message-post-method
      '(nnspool ""))
(setq message-mode-hook
      '(message-xmas-maybe-fontify))
(setq message-header-setup-hook
      '(gnus-inews-insert-archive-gcc gnus-inews-insert-gcc))
(setq message-signature-file "/home/felix/.signature.dir/signature.5")
(setq message-default-headers "Organization: Felix's Inc.\nX-Phone: (33) 05 34 25 00 85\nX-Url: http://worldserver.oleane.com/felix\nX-Face: W~8#8J\"]nLJ1g;sP\"Csx\\7Ro@D92p1[5Egv<Fwn4?p|(Yg-xN=~Y])_b-1b~3.9d~HG%di]\n \\b&B)\"-o+s68]x0Bw|4/<K.Yxeb`8%'gK~4Wl}U,@NKl\n")


-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Un milliard pour les chomeurs, 150  milliards pour le Credit Lyonnais..."
Professional: http://www.laas.fr/~felix         mailto:felix@laas.fr
Personal: http://worldserver.oleane.com/felix   mailto:felix@dial.oleane.com



  reply	other threads:[~1998-02-22 18:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-02-22  3:16 Lars Magne Ingebrigtsen
1998-02-22  3:51 ` Hrvoje Niksic
1998-02-22 17:15   ` Lars Magne Ingebrigtsen
1998-02-22  5:46 ` Eze Ogwuma
1998-02-22 18:20   ` Francois Felix Ingrand [this message]
1998-02-22 18:20     ` Samuel Tardieu
1998-02-23  1:22     ` Lars Magne Ingebrigtsen
1998-02-23  8:43       ` Francois Felix Ingrand
1998-02-23 18:43       ` Samuel Tardieu
1998-02-23 20:08       ` Eze Ogwuma
1998-02-25 20:47         ` Francois Felix Ingrand

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=86yaz3wlfh.fsf@dial.oleane.com \
    --to=felix@dial.oleane.com \
    --cc=ding@gnus.org \
    /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).