Gnus development mailing list
 help / color / mirror / Atom feed
* Quassia Gnus v0.12 is released
@ 1997-10-03 23:06 Lars Magne Ingebrigtsen
  1997-10-05  5:20 ` Matt Simmons
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-10-03 23:06 UTC (permalink / raw)


Bug fixes and stuff.

Get it from <URL:http://www.gnus.org/qgnus.tar.gz> or 
"/ftp@ftp.gnus.org:/pub/emacs/gnus/".  The patch is available as
<URL:http://www.gnus.org/patches/qgnus-0.11-0.12.diff.gz>.

ChangeLog since last release:

Sat Oct  4 00:53:55 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>

	* gnus.el: Quassia Gnus v0.12 is released.

Sat Oct  4 00:16:39 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* gnus.el (gnus-plugged): Moved here.

	* nnmail.el (nnmail-delete-incoming): Changed default to nil.

	* gnus-int.el (gnus-request-scan): Don't do anything if
	unplugged. 

Fri Oct  3 21:09:19 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* gnus-art.el (gnus-ignored-headers): Doc fix.

	* gnus-demon.el (gnus-demon-add-nntp-close-connection): New
	function. 
	(gnus-demon-nntp-close-connection): Ditto.

	* nntp.el (nntp-last-command-time): New variable.
	(nntp-retrieve-data): Use it.

	* message.el (message-news-p): Messages with Posted-To aren't
	news. 
	(message-mode): Heed message-yank-prefix when filling.

	* nndraft.el (nndraft-request-restore-buffer): Remove Xrefs and
	Lines headers.

	* nntp.el (nntp-encode-text): Encode according to RFC977.

Wed Oct  1 18:27:26 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* gnus-msg.el (gnus-inews-insert-archive-gcc): gcc-self didn't
	work if `gnus-message-archive-method' was nil.

	* nnmail.el (nnmail-article-group): Allow \\1 substitution.

Sat Sep 27 12:57:44 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* gnus-salt.el (gnus-pick-mouse-pick-region): Use it.

	* gnus-xmas.el (gnus-xmas-window-edges): New function.

	* gnus-score.el (gnus-score-edit-current-scores): Don't select
	window. 

Sat Sep 27 12:52:31 1997  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>

	* messcompat.el ((boundp 'mail-mode-hook)): Check.

Sat Sep 27 09:22:15 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* nndraft.el (nndraft-possibly-change-group): Always open server.

	* gnus-sum.el (gnus-summary-pop-article): Force.

	* gnus-art.el (gnus-article-prepare): Push the article onto the
	history. 

	* gnus-sum.el (gnus-summary-pop-article): Pop to the right
	article. 

	* gnus-demon.el (gnus-demon-scan-news): Save excursion.

Sat Sep 27 09:06:55 1997  Hallvard B. Furuseth  <h.b.furuseth@usit.uio.no>

	* gnus-cache.el (gnus-summary-limit-include-cached): New command
	and keystroke.

Sat Sep 27 06:45:58 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* gnus-uu.el (gnus-uu-invert-processable): Make interactive.

Sat Sep 27 06:43:38 1997  Kim-Minh Kaplan  <kimminh.kaplan@utopia.eunet.fr>

	* gnus-picon.el: Doc fixes.

1997-09-23  Hrvoje Niksic  <hniksic@srce.hr>

	* gnus.el: Removed definition of `custom-face-lookup'.

Sat Sep 27 05:36:11 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* nndraft.el: Would block nnmh.

	* gnus-sum.el (gnus-mark-article-as-unread): Don't allow marking
	negative articles.

	* gnus-group.el (gnus-fetch-group): Use `gnus-no-server'.

	* gnus-agent.el (gnus-agent-with-fetch): Moved.

	* gnus-sum.el (gnus-nov-read-integer): Really skip to next field.



-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Quassia Gnus v0.12 is released
  1997-10-03 23:06 Quassia Gnus v0.12 is released Lars Magne Ingebrigtsen
@ 1997-10-05  5:20 ` Matt Simmons
  1997-10-05 11:27   ` Paul Franklin
  1997-10-12 14:54   ` Lars Magne Ingebrigtsen
  1997-10-06  1:31 ` Norman Walsh
  1997-10-06 17:05 ` Leonard Blanks
  2 siblings, 2 replies; 16+ messages in thread
From: Matt Simmons @ 1997-10-05  5:20 UTC (permalink / raw)
  Cc: ding

Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:
> 	* gnus-int.el (gnus-request-scan): Don't do anything if
> 	unplugged. 
This wasn't very nice - I run a cron job at 4:30am each weekday to get 
the mail and inc it (in disconnected mode) later on the El on my way
to work.  This patch seems to mean that I'll have to put Gnus in
disconnected mode and manually deny the NNTP server before incing my
mail spool files.  Is there an easier way to do it?

Matt

-- 
     Matt Simmons  -  simmonmt@acm.org  -  http://www.netcom.com/~simmonmt
     In the fight between you and the world, back the world.  --Franz Kafka
					


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Quassia Gnus v0.12 is released
  1997-10-05  5:20 ` Matt Simmons
@ 1997-10-05 11:27   ` Paul Franklin
  1997-10-12 14:54   ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 16+ messages in thread
From: Paul Franklin @ 1997-10-05 11:27 UTC (permalink / raw)


>>>>> Matt Simmons writes:

 > Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:
 >> 	* gnus-int.el (gnus-request-scan): Don't do anything if
 >> 	unplugged. 
 > This wasn't very nice - [...] Is there an easier way to do it?

Well, you could use advice to 'undo' this change.  I think more people
(me included) like the change.  If you want to give it a try, this
untested code (for .gnus) should work...

    (defadvice gnus-request-scan (around simmonmt-gnus activate)
      "Force scan even if unplugged."
      (let ((gnus-plugged t))
	ad-do-it)))

You should enable advice first (I do this in .emacs) ...

	(setq ad-activate-on-definition t)
	(if (fboundp 'ad-start-advice)  ;appeared in 19.29?
	    (ad-start-advice))

--Paul


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Quassia Gnus v0.12 is released
  1997-10-03 23:06 Quassia Gnus v0.12 is released Lars Magne Ingebrigtsen
  1997-10-05  5:20 ` Matt Simmons
@ 1997-10-06  1:31 ` Norman Walsh
  1997-10-12 14:55   ` Lars Magne Ingebrigtsen
  1997-10-06 17:05 ` Leonard Blanks
  2 siblings, 1 reply; 16+ messages in thread
From: Norman Walsh @ 1997-10-06  1:31 UTC (permalink / raw)


I have NTemacs 19.34.6.  I downloaded qgnus 0.12, copied the
cus*.el and wid*.el stuff from custom-1.9960 into the lisp
directory and ran make.

Next I adjusted my load path to include qgnus 0.12 deleted (er,
moved) .news* and .gnus*, and moved Mail.

Finally, I created .gnus.el containing only

  (setq gnus-select-method '(nntp "news.berkshire.net"))

quit and restarted emacs.

When I start gnus, it prints "gnus-start...done" in the
minibuffer and hangs.  If I hit ^G a bunch of times, something
about "gnus-group" flashes by in the minibuffer, and I regain
control of emacs, but nothing ever comes of gnus (the splash
screen doesn't even go away).

Thoughts?

--norm


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Quassia Gnus v0.12 is released
  1997-10-03 23:06 Quassia Gnus v0.12 is released Lars Magne Ingebrigtsen
  1997-10-05  5:20 ` Matt Simmons
  1997-10-06  1:31 ` Norman Walsh
@ 1997-10-06 17:05 ` Leonard Blanks
  1997-10-06 18:18   ` Per Abrahamsen
  2 siblings, 1 reply; 16+ messages in thread
From: Leonard Blanks @ 1997-10-06 17:05 UTC (permalink / raw)


>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

 Lars> 1997-09-23  Hrvoje Niksic  <hniksic@srce.hr>

 Lars> 	* gnus.el: Removed definition of `custom-face-lookup'.

A rewrite of the following example in gnus.texi is necessary. 

,-----
| @vindex gnus-group-highlight
| Highlighting in the group buffer is controlled by the
| @code{gnus-group-highlight} variable.  This is an alist with elements
| that look like @var{(form . face)}.  If @var{form} evaluates to
| something non-@code{nil}, the @var{face} will be used on the line.
| 	   
| Here's an example value for this variable that might look nice if the
| background is dark:
| 	   
| @lisp	 
| (setq gnus-group-highlight
| 	`(((> unread 200) . 
| 	   ,(custom-face-lookup "Red" nil nil t nil nil))
| 	  ((and (< level 3) (zerop unread)) . 
| 	   ,(custom-face-lookup "SeaGreen" nil nil t nil nil))
| 	  ((< level 3) . 
| 	   ,(custom-face-lookup "SpringGreen" nil nil t nil nil))
| 	  ((zerop unread) . 
| 	   ,(custom-face-lookup "SteelBlue" nil nil t nil nil))
| 	  (t . 
| 	   ,(custom-face-lookup "SkyBlue" nil nil t nil nil))))
| @end lisp
`-----

-- 
Len


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Quassia Gnus v0.12 is released
  1997-10-06 17:05 ` Leonard Blanks
@ 1997-10-06 18:18   ` Per Abrahamsen
  0 siblings, 0 replies; 16+ messages in thread
From: Per Abrahamsen @ 1997-10-06 18:18 UTC (permalink / raw)



Leonard Blanks <ltb@haruspex.demon.co.uk> writes:

> | (setq gnus-group-highlight
> | 	`(((> unread 200) . 
> | 	   ,(custom-face-lookup "Red" nil nil t nil nil))
> | 	  ((and (< level 3) (zerop unread)) . 
> | 	   ,(custom-face-lookup "SeaGreen" nil nil t nil nil))
> | 	  ((< level 3) . 
> | 	   ,(custom-face-lookup "SpringGreen" nil nil t nil nil))
> | 	  ((zerop unread) . 
> | 	   ,(custom-face-lookup "SteelBlue" nil nil t nil nil))
> | 	  (t . 
> | 	   ,(custom-face-lookup "SkyBlue" nil nil t nil nil))))

Here is an -- mostly untested -- translation to `face-spec-set':

(face-spec-set 'my-group-face-1 '((t (:foreground "Red" :bold t))))
(face-spec-set 'my-group-face-2 '((t (:foreground "SeaGreen" :bold t))))
(face-spec-set 'my-group-face-3 '((t (:foreground "SpringGreen" :bold t))))
(face-spec-set 'my-group-face-4 '((t (:foreground "SteelBlue" :bold t))))
(face-spec-set 'my-group-face-5 '((t (:foreground "SkyBlue" :bold t))))

(setq gnus-group-highlight
      '(((> unread 200) . my-group-face-1)
	((and (< level 3) (zerop unread)) . my-group-face-2)
	((< level 3) . my-group-face-3)
	((zerop unread) . my-group-face-4)
	(t . my-group-face-5)))


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Quassia Gnus v0.12 is released
  1997-10-05  5:20 ` Matt Simmons
  1997-10-05 11:27   ` Paul Franklin
@ 1997-10-12 14:54   ` Lars Magne Ingebrigtsen
  1997-10-12 23:42     ` Matt Simmons
  1 sibling, 1 reply; 16+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-10-12 14:54 UTC (permalink / raw)


Matt Simmons <simmonmt@acm.org> writes:

> > 	* gnus-int.el (gnus-request-scan): Don't do anything if
> > 	unplugged. 
> This wasn't very nice - I run a cron job at 4:30am each weekday to get 
> the mail and inc it (in disconnected mode) later on the El on my way
> to work.  This patch seems to mean that I'll have to put Gnus in
> disconnected mode and manually deny the NNTP server before incing my
> mail spool files.  Is there an easier way to do it?

Sure.  Just call `nnml-request-scan' (or whatever) directly.  

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Quassia Gnus v0.12 is released
  1997-10-06  1:31 ` Norman Walsh
@ 1997-10-12 14:55   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 16+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-10-12 14:55 UTC (permalink / raw)


Norman Walsh <nwalsh@arbortext.com> writes:

> Finally, I created .gnus.el containing only
> 
>   (setq gnus-select-method '(nntp "news.berkshire.net"))
> 
> quit and restarted emacs.
> 
> When I start gnus, it prints "gnus-start...done" in the
> minibuffer and hangs.  If I hit ^G a bunch of times, something
> about "gnus-group" flashes by in the minibuffer, and I regain
> control of emacs, but nothing ever comes of gnus (the splash
> screen doesn't even go away).

Try to `(setq debug-on-quit t)' and then `C-g' when it hangs.  Mail me
the resulting backtrace.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Quassia Gnus v0.12 is released
  1997-10-12 14:54   ` Lars Magne Ingebrigtsen
@ 1997-10-12 23:42     ` Matt Simmons
  1997-10-20 20:33       ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 16+ messages in thread
From: Matt Simmons @ 1997-10-12 23:42 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
> Matt Simmons <simmonmt@acm.org> writes:
> > > 	* gnus-int.el (gnus-request-scan): Don't do anything if
> > > 	unplugged. 
> > This wasn't very nice - I run a cron job at 4:30am each weekday to get 
> > the mail and inc it (in disconnected mode) later on the El on my way
> > to work.  This patch seems to mean that I'll have to put Gnus in
> > disconnected mode and manually deny the NNTP server before incing my
> > mail spool files.  Is there an easier way to do it?
> Sure.  Just call `nnml-request-scan' (or whatever) directly.  

Wouldn't it be much more consistent if nnml were just another server,
so I could J a and J r it to my heart's content?

Matt

-- 
     Matt Simmons  -  simmonmt@acm.org  -  http://www.netcom.com/~simmonmt
		  Would a fly without wings be called a walk?


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Quassia Gnus v0.12 is released
  1997-10-12 23:42     ` Matt Simmons
@ 1997-10-20 20:33       ` Lars Magne Ingebrigtsen
  1997-10-21  4:20         ` Matt Simmons
  0 siblings, 1 reply; 16+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-10-20 20:33 UTC (permalink / raw)


Matt Simmons <simmonmt@acm.org> writes:

> Wouldn't it be much more consistent if nnml were just another server,
> so I could J a and J r it to my heart's content?

Uhm.  Yes, it's a bit kludgy to totally disable `nn*-request-scan'
when unplugged, but I don't know what else to do to make `g' work
properly when unplugged.  I don't want to put nnml under control of
the agent -- that would be a complete waste of time and disk space.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Quassia Gnus v0.12 is released
  1997-10-20 20:33       ` Lars Magne Ingebrigtsen
@ 1997-10-21  4:20         ` Matt Simmons
  1997-10-24 22:50           ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 16+ messages in thread
From: Matt Simmons @ 1997-10-21  4:20 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
> Uhm.  Yes, it's a bit kludgy to totally disable `nn*-request-scan'
> when unplugged, but I don't know what else to do to make `g' work
> properly when unplugged.  
Why can't a check be made in the nn*-request-scan functions to see if
a) the server in question is under control of the agent and b) if the
program is plugged.  If a) is no, or if a) is no and b) is yes, allow
the fetching of mail.  I would imagine that this check could be done
in gnus-request-scan, couldn't it?

> I don't want to put nnml under control of
> the agent -- that would be a complete waste of time and disk space.
Why not?  If nothing else, it would provide consistency.  That said,
it's already under control of the agent - I want to be able to remove
said control.

I can't be the only one who fetchmails his mail, disconnects, and incs
it while disconnected.  I have complete control over mail outside of
nnml: fetchmail gets it, and sendmail takes care of queueing it until
I connect again.  I want to be able to tell Gnus that it should inc
mail whenever I hit `gnus-group-get-new-news' and that it should
always pass mail along to sendmail when I'm done with a message.

Matt

-- 
     Matt Simmons  -  simmonmt@acm.org  -  http://www.netcom.com/~simmonmt
      We have the power to make this the best generation of mankind in the
       history of the world -- or to make it the last.  --John F. Kennedy


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Quassia Gnus v0.12 is released
  1997-10-21  4:20         ` Matt Simmons
@ 1997-10-24 22:50           ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 16+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-10-24 22:50 UTC (permalink / raw)


Matt Simmons <simmonmt@acm.org> writes:

> > I don't want to put nnml under control of
> > the agent -- that would be a complete waste of time and disk space.
> Why not?  If nothing else, it would provide consistency.

It would be consistent; it just wouldn't be very nice.

> I can't be the only one who fetchmails his mail, disconnects, and incs
> it while disconnected.  I have complete control over mail outside of
> nnml: fetchmail gets it, and sendmail takes care of queueing it until
> I connect again.  I want to be able to tell Gnus that it should inc
> mail whenever I hit `gnus-group-get-new-news' and that it should
> always pass mail along to sendmail when I'm done with a message.

You're probably not the only one, but I don't think this is the usual
mode of operations.  I'd suggest sticking `nnml-request-scan' in a
hook run off of `gnus-group-get-new-news'.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Quassia Gnus v0.12 is released
  1997-10-05 11:35     ` Kim-Minh Kaplan
@ 1997-10-12 14:56       ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 16+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-10-12 14:56 UTC (permalink / raw)


Kim-Minh Kaplan <KimMinh.Kaplan@utopia.eunet.fr> writes:

> Right, except for the texi/Makefile, and also the todo which did not
> exist previously...  Could you give us the full text for it ?

Perhaps.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Quassia Gnus v0.12 is released
  1997-10-04 17:14   ` Lars Magne Ingebrigtsen
@ 1997-10-05 11:35     ` Kim-Minh Kaplan
  1997-10-12 14:56       ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 16+ messages in thread
From: Kim-Minh Kaplan @ 1997-10-05 11:35 UTC (permalink / raw)


>>>>> On October  4, 1997, Lars Magne Ingebrigtsen said:

Lars> Just apply it from within the qgnus directory.  Worked for me.

Right, except for the texi/Makefile, and also the todo which did not
exist previously...  Could you give us the full text for it ?

Kim-Minh.


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Quassia Gnus v0.12 is released
  1997-10-04  9:19 ` Kim-Minh Kaplan
@ 1997-10-04 17:14   ` Lars Magne Ingebrigtsen
  1997-10-05 11:35     ` Kim-Minh Kaplan
  0 siblings, 1 reply; 16+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-10-04 17:14 UTC (permalink / raw)


Kim-Minh Kaplan <KimMinh.Kaplan@utopia.eunet.fr> writes:

> Argl, Lars I see you switched to using CVS !

Well, I've been using CVS for quite some time.  The reason for last
night's semi-botched patch was a script problem.  The next patch will
go back to being a normal, non-CVS patch.

> This latest patch is near unusable: each patch does not have the
> proper path advertised !

Just apply it from within the qgnus directory.  Worked for me.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Quassia Gnus v0.12 is released
       [not found] <m2vhze30qm.fsf@proletcult.slip.ifi.uio.no>
@ 1997-10-04  9:19 ` Kim-Minh Kaplan
  1997-10-04 17:14   ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 16+ messages in thread
From: Kim-Minh Kaplan @ 1997-10-04  9:19 UTC (permalink / raw)


Argl, Lars I see you switched to using CVS !  Please make your patches
using cvs rdiff instead of cvs diff.  This latest patch is near
unusable: each patch does not have the proper path advertised !

And please repost the corrected patch.

Kim-Minh.


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~1997-10-24 22:50 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-10-03 23:06 Quassia Gnus v0.12 is released Lars Magne Ingebrigtsen
1997-10-05  5:20 ` Matt Simmons
1997-10-05 11:27   ` Paul Franklin
1997-10-12 14:54   ` Lars Magne Ingebrigtsen
1997-10-12 23:42     ` Matt Simmons
1997-10-20 20:33       ` Lars Magne Ingebrigtsen
1997-10-21  4:20         ` Matt Simmons
1997-10-24 22:50           ` Lars Magne Ingebrigtsen
1997-10-06  1:31 ` Norman Walsh
1997-10-12 14:55   ` Lars Magne Ingebrigtsen
1997-10-06 17:05 ` Leonard Blanks
1997-10-06 18:18   ` Per Abrahamsen
     [not found] <m2vhze30qm.fsf@proletcult.slip.ifi.uio.no>
1997-10-04  9:19 ` Kim-Minh Kaplan
1997-10-04 17:14   ` Lars Magne Ingebrigtsen
1997-10-05 11:35     ` Kim-Minh Kaplan
1997-10-12 14:56       ` Lars Magne Ingebrigtsen

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).