Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Is this possible??
@ 2005-11-16 10:24 Paminu
  2005-11-16 11:03 ` Adam Sjøgren
  2005-11-16 12:17 ` Mark T.B. Carroll
  0 siblings, 2 replies; 3+ messages in thread
From: Paminu @ 2005-11-16 10:24 UTC (permalink / raw)


I would like to make gnus look like this:

1) Most recent post a top

2) If a post has a reply it should have some kind of indications of this but
should only be expanded when pressed on

3) Group groups. Instead of a long list of all my groups I would like to be
able to make some kind of grouping: All groups on Linux in the "Linux"
group. All groups on Java programming in another group etc.

4) Add a another server. I would like to add another server. Its a bit
special since I can only get access to this server if I SSH into local
system (its a local server). I know how to make the SSH connection but I
don't know how to make gnus aware of this when reading from the group.


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

* Re: Is this possible??
  2005-11-16 10:24 Is this possible?? Paminu
@ 2005-11-16 11:03 ` Adam Sjøgren
  2005-11-16 12:17 ` Mark T.B. Carroll
  1 sibling, 0 replies; 3+ messages in thread
From: Adam Sjøgren @ 2005-11-16 11:03 UTC (permalink / raw)


On Wed, 16 Nov 2005 11:24:44 +0100, Paminu wrote:

> 1) Most recent post a top

Possible; see the manual: "3.10 Sorting the Summary Buffer"
 <http://www.gnus.org/manual/gnus_79.html#SEC79>

> 2) If a post has a reply it should have some kind of indications of
> this but should only be expanded when pressed on

Don't know; did you check the manual? Perhaps the section "3.9
Threading" <http://www.gnus.org/manual/gnus_72.html#SEC72> ?

> 3) Group groups. Instead of a long list of all my groups I would like to be
> able to make some kind of grouping: All groups on Linux in the "Linux"
> group. All groups on Java programming in another group etc.

Possible. This is called "Topics"; see the manual: "2.16 Group Topics"
 <http://www.gnus.org/manual/gnus_35.html#SEC35>

> 4) Add a another server. I would like to add another server. Its a bit
> special since I can only get access to this server if I SSH into local
> system (its a local server). I know how to make the SSH connection but I
> don't know how to make gnus aware of this when reading from the group.

Probably possible; see the manual. Perhaps: "6.2 Getting News"
 <http://www.gnus.org/manual/gnus_152.html#SEC152>

(Or you can always use ssh-tunneling.)


  Best regards,

-- 
 "Last year I was very tired."                                Adam Sjøgren
                                                         asjo@koldfront.dk


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

* Re: Is this possible??
  2005-11-16 10:24 Is this possible?? Paminu
  2005-11-16 11:03 ` Adam Sjøgren
@ 2005-11-16 12:17 ` Mark T.B. Carroll
  1 sibling, 0 replies; 3+ messages in thread
From: Mark T.B. Carroll @ 2005-11-16 12:17 UTC (permalink / raw)


Paminu <jadajada@asd.com> writes:

(snip)
> 3) Group groups. Instead of a long list of all my groups I would like to be
> able to make some kind of grouping: All groups on Linux in the "Linux"
> group. All groups on Java programming in another group etc.

Have a look at "Group Topics" toward the end of section 2 of the Gnus
Manual.

> 4) Add a another server. I would like to add another server. Its a bit
> special since I can only get access to this server if I SSH into local
> system (its a local server). I know how to make the SSH connection but I
> don't know how to make gnus aware of this when reading from the group.

I have ssh set up with ssh-agent so I don't need to type a password each
time I connect, then I use a select method like,

	(nntp "whatever"
	      (nntp-address "nntp server address")
	      (nntp-via-user-name "ssh username")
	      (nntp-via-address "ssh server address")
	      (nntp-via-rlogin-command "ssh")
	      (nntp-end-of-line "\n")
	      (nntp-via-rlogin-command-switches ("-C" "-t" "-e" "none"))
	      (nntp-open-connection-function nntp-open-via-rlogin-and-telnet))

My version of the Gnus Manual has a section "6.2.1.2 Indirect
Functions" which shoudl help you.

-- Mark


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

end of thread, other threads:[~2005-11-16 12:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-16 10:24 Is this possible?? Paminu
2005-11-16 11:03 ` Adam Sjøgren
2005-11-16 12:17 ` Mark T.B. Carroll

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