Gnus development mailing list
 help / color / mirror / Atom feed
* *Server* - starting denied?
@ 2000-07-03 15:59 Karl Eichwalder
  2000-07-03 16:10 ` Simon Josefsson
  0 siblings, 1 reply; 5+ messages in thread
From: Karl Eichwalder @ 2000-07-03 15:59 UTC (permalink / raw)


This is how my *Server* buffer looks now:

     {nnfolder:archive} (opened)
     {nntp:news.franken.de} (denied)
     {nndraft:} (opened)
     {nnml:} (opened)
     {nntp:tux.gnu.franken.de} (opened)

but Gnus always tries to start {nntp:news.franken.de} "opened" which
doesn't work for 95% of the time since I'm not online for most of the
time.

How is it possible to start a server "denied"?

-- 
work : ke@suse.de                          |          ------    ,__o
     : http://www.suse.de/~ke/             |         ------   _-\_<,
home : keichwa@gmx.net                     |        ------   (*)/'(*)





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

* Re: *Server* - starting denied?
  2000-07-03 15:59 *Server* - starting denied? Karl Eichwalder
@ 2000-07-03 16:10 ` Simon Josefsson
  2000-07-04  3:33   ` Karl Eichwalder
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Josefsson @ 2000-07-03 16:10 UTC (permalink / raw)
  Cc: ding

Karl Eichwalder <keichwa@gmx.net> writes:

> How is it possible to start a server "denied"?

(push '((nnslashdot "") denied) gnus-opened-servers)




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

* Re: *Server* - starting denied?
  2000-07-03 16:10 ` Simon Josefsson
@ 2000-07-04  3:33   ` Karl Eichwalder
  2000-07-04  9:54     ` Simon Josefsson
  0 siblings, 1 reply; 5+ messages in thread
From: Karl Eichwalder @ 2000-07-04  3:33 UTC (permalink / raw)


Simon Josefsson <simon@josefsson.org> writes:

> (push '((nnslashdot "") denied) gnus-opened-servers)

Thanks!  Sounds good but I'm to stupid to make use of this hint,, I
tried:

    (push '((nntp "news.franken.de") denied) gnus-opened-servers)

Maybe, I've to add this form to a special hook?

-- 
work : ke@suse.de                          |          ------    ,__o
     : http://www.suse.de/~ke/             |         ------   _-\_<,
home : keichwa@gmx.net                     |        ------   (*)/'(*)




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

* Re: *Server* - starting denied?
  2000-07-04  3:33   ` Karl Eichwalder
@ 2000-07-04  9:54     ` Simon Josefsson
  2000-07-04 18:50       ` Karl Eichwalder
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Josefsson @ 2000-07-04  9:54 UTC (permalink / raw)
  Cc: ding

Karl Eichwalder <keichwa@gmx.net> writes:

> Thanks!  Sounds good but I'm to stupid to make use of this hint,, I
> tried:
> 
>     (push '((nntp "news.franken.de") denied) gnus-opened-servers)
> 
> Maybe, I've to add this form to a special hook?

No, I just have it in my .gnus.  Hm, I dunno.

There is `M-x gnus-server-deny-server', perhaps it works better?




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

* Re: *Server* - starting denied?
  2000-07-04  9:54     ` Simon Josefsson
@ 2000-07-04 18:50       ` Karl Eichwalder
  0 siblings, 0 replies; 5+ messages in thread
From: Karl Eichwalder @ 2000-07-04 18:50 UTC (permalink / raw)


Simon Josefsson <simon@josefsson.org> writes:

> >     (push '((nntp "news.franken.de") denied) gnus-opened-servers)
> > 
> > Maybe, I've to add this form to a special hook?
> 
> No, I just have it in my .gnus.  Hm, I dunno.

Thanks for your insistence ;)  What I tried was too complicate; this
works like a charm:

(require 'gnus)
(push '((nntp "") denied) gnus-opened-servers)

> There is `M-x gnus-server-deny-server', perhaps it works better?

I didn't try -- I'm happy with the non interactive setting!

-- 
work : ke@suse.de                          |          ------    ,__o
     : http://www.suse.de/~ke/             |         ------   _-\_<,
home : keichwa@gmx.net                     |        ------   (*)/'(*)




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

end of thread, other threads:[~2000-07-04 18:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-03 15:59 *Server* - starting denied? Karl Eichwalder
2000-07-03 16:10 ` Simon Josefsson
2000-07-04  3:33   ` Karl Eichwalder
2000-07-04  9:54     ` Simon Josefsson
2000-07-04 18:50       ` Karl Eichwalder

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