Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: Prevent Gnus from checking for news at startup?
       [not found] <mailman.11269.1413455420.1147.info-gnus-english@gnu.org>
@ 2014-10-16 11:32 ` Damien Wyart
  0 siblings, 0 replies; 6+ messages in thread
From: Damien Wyart @ 2014-10-16 11:32 UTC (permalink / raw)
  To: info-gnus-english

* Paul Rankin <hello@paulwrankin.com> in gnu.emacs.gnus:
> How do I prevent Gnus from checking for new news at startup? Ideally
> just build the Group buffer then press `g' to connect.

For a one shot solution, you can start Gnus with gnus-no-server. If you
want to get this behaviour permanently, you should declare the primary
backend as nnil, and move your news server as a secondary backend, and
adjust its level so it doesn't gets checked at startup.

-- 
DW

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

* Re: Prevent Gnus from checking for news at startup?
  2014-10-17  9:07     ` Andrzej A. Filip
@ 2014-10-17  9:50       ` Paul Rankin
  0 siblings, 0 replies; 6+ messages in thread
From: Paul Rankin @ 2014-10-17  9:50 UTC (permalink / raw)
  To: Andrzej A. Filip; +Cc: info-gnus-english

"Andrzej A. Filip" <andrzej.filip@gmail.com> writes:

> Start emacs with gnus in unplugged mode:
> /usr/bin/emacs --funcall gnus-unplugged
>
> Switching betwenn plugged/unplugged: "J j" in groups buffer.
> Status of servers buffer: "^" in groups buffer.
>
> In status of servers buffer you may:
> * specify which servers are handled by agent
> * switch servers to offline and closed (next "g" will query them)

I must have trying these in an incorrect order, as I kept receiving an
error on startup with anything agentized, but now everything is in
working order. Thanks :)

-- 
Paul W. Rankin
http://www.paulwrankin.com


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

* Re: Prevent Gnus from checking for news at startup?
  2014-10-17  8:27   ` Paul Rankin
@ 2014-10-17  9:07     ` Andrzej A. Filip
  2014-10-17  9:50       ` Paul Rankin
  0 siblings, 1 reply; 6+ messages in thread
From: Andrzej A. Filip @ 2014-10-17  9:07 UTC (permalink / raw)
  To: Paul Rankin; +Cc: info-gnus-english

Paul Rankin <hello@paulwrankin.com> wrote:
> "Andrzej A. Filip" <andrzej.filip@gmail.com> writes:
>
>> You may start emacs with gnus in offline mode.
>>
>> https://www.gnu.org/software/emacs/manual/html_node/gnus/Gnus-Unplugged.html
>>
>> I use it with local IMAP not handled by gnus agent and a few remote IMAP and
>> NNTP accounts manually turned on online as required.
>
> Very interesting, many thanks. I haven't got it to work as expected yet,
> but I'm sure in time...

Start emacs with gnus in unplugged mode:
/usr/bin/emacs --funcall gnus-unplugged

Switching betwenn plugged/unplugged: "J j" in groups buffer.
Status of servers buffer: "^" in groups buffer.

In status of servers buffer you may:
* specify which servers are handled by agent
* switch servers to offline and closed (next "g" will query them)

I personally suggest making all on/off servers handled by agent. 

-- 
A. Filip


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

* Re: Prevent Gnus from checking for news at startup?
  2014-10-16 14:01 ` Andrzej A. Filip
@ 2014-10-17  8:27   ` Paul Rankin
  2014-10-17  9:07     ` Andrzej A. Filip
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Rankin @ 2014-10-17  8:27 UTC (permalink / raw)
  To: info-gnus-english

"Andrzej A. Filip" <andrzej.filip@gmail.com> writes:

> You may start emacs with gnus in offline mode.
>
> https://www.gnu.org/software/emacs/manual/html_node/gnus/Gnus-Unplugged.html
>
> I use it with local IMAP not handled by gnus agent and a few remote IMAP and
> NNTP accounts manually turned on online as required.

Very interesting, many thanks. I haven't got it to work as expected yet,
but I'm sure in time...

-- 
Paul W. Rankin
http://www.paulwrankin.com



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

* Re: Prevent Gnus from checking for news at startup?
  2014-10-16 10:24 Paul Rankin
@ 2014-10-16 14:01 ` Andrzej A. Filip
  2014-10-17  8:27   ` Paul Rankin
  0 siblings, 1 reply; 6+ messages in thread
From: Andrzej A. Filip @ 2014-10-16 14:01 UTC (permalink / raw)
  To: info-gnus-english

Paul Rankin <hello@paulwrankin.com> wrote:
> How do I prevent Gnus from checking for new news at startup? Ideally
> just build the Group buffer then press `g' to connect.

You may start emacs with gnus in offline mode.

https://www.gnu.org/software/emacs/manual/html_node/gnus/Gnus-Unplugged.html

I use it with local IMAP not handled by gnus agent and a few remote IMAP and
NNTP accounts manually turned on online as required.

-- 
A. Filip


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

* Prevent Gnus from checking for news at startup?
@ 2014-10-16 10:24 Paul Rankin
  2014-10-16 14:01 ` Andrzej A. Filip
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Rankin @ 2014-10-16 10:24 UTC (permalink / raw)
  To: info-gnus-english

How do I prevent Gnus from checking for new news at startup? Ideally
just build the Group buffer then press `g' to connect.

-- 
Paul W. Rankin
http://www.paulwrankin.com



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

end of thread, other threads:[~2014-10-17  9:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.11269.1413455420.1147.info-gnus-english@gnu.org>
2014-10-16 11:32 ` Prevent Gnus from checking for news at startup? Damien Wyart
2014-10-16 10:24 Paul Rankin
2014-10-16 14:01 ` Andrzej A. Filip
2014-10-17  8:27   ` Paul Rankin
2014-10-17  9:07     ` Andrzej A. Filip
2014-10-17  9:50       ` Paul Rankin

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