Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: No life at all from Gnus using Panther bundled versions....
       [not found] <bpnrs0$7u0$1@quimby.gnus.org>
@ 2003-11-22 15:13 ` Tim McNamara
  0 siblings, 0 replies; only message in thread
From: Tim McNamara @ 2003-11-22 15:13 UTC (permalink / raw)


sebyte <sdt133@netscape.net> writes:

> Hi there,
> 
> 	For some reason I'm getting no joy at all from Gnus.  The
> splash screen is followed by an entirely blank buffer.  Hopefully
> the following information will assist you in figuring out what the
> problem might be. Any suggestions much appreciated.

<snip>

> My .gnus file:
> 
> (setq gnus-select-method '(nntp "ingebrigtsen.no"))

Doesn't  this need to be the fully qualified server name (e.g.,
"news.ingebrigtsen.no" or "nntp.ingebrigtsen.no")?  Without the
correct server name, Gnus will not be able to query the server.

Here's my .gnus, slightly munged to protect the innocent:

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

(setq user-full-name "Tim McNamara")
(setq user-mail-address "timmcn@bitstream.net")

(add-to-list 'gnus-secondary-select-methods '(nnml ""))
(eval-after-load "mail-source"
 '(add-to-list 'mail-sources '(pop :server "mymailserver"
                                   :user "mysername"
                                   :password "mypassword")))
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-default-smtp-server "mymailerver")

Hope this helps!


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-11-22 15:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bpnrs0$7u0$1@quimby.gnus.org>
2003-11-22 15:13 ` No life at all from Gnus using Panther bundled versions Tim McNamara

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