Gnus development mailing list
 help / color / mirror / Atom feed
* `gnus-agent-batch' when `nntp-server-list-active-group' is `nil'?
@ 1998-08-19 17:09 Mike McEwan
  1998-08-20 21:20 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Mike McEwan @ 1998-08-19 17:09 UTC (permalink / raw)


  Every-time I invoke gnus-agent-batch it sets my
`nntp-server-list-active-group' to `try' despite the fact that I
explicitly set to to 'nil' in my ~/.gnus.el. I know this is being done
as a result of:

  `(defvoo nntp-server-list-active-group 'try)' 

  in nntp.el as over-typing this `try' with `nil' fixes the problem. I
have tried the following in my ~/.emacs, but no joy -
`nntp-server-list-active-group' *still* gets set back to `try':

(setq load-path (cons (expand-file-name "/usr/lib/xemacs/site-lisp/gnus/lisp") load-path))
(require 'nntp)
(message "Is nntp.el loaded: %s" (featurep 'nntp))
(autoload 'gnus-agent-batch "gnus-agent")

  the `message' clearly says `t' - nntp.el has been loaded. This is
prior to my ~/.gnus.el being read. What am I missing here? 
  

-- 
Mike.


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

* Re: `gnus-agent-batch' when `nntp-server-list-active-group' is `nil'?
  1998-08-19 17:09 `gnus-agent-batch' when `nntp-server-list-active-group' is `nil'? Mike McEwan
@ 1998-08-20 21:20 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-08-20 21:20 UTC (permalink / raw)


Mike McEwan <mike@lotusland.demon.co.uk> writes:

>   Every-time I invoke gnus-agent-batch it sets my
> `nntp-server-list-active-group' to `try' despite the fact that I
> explicitly set to to 'nil' in my ~/.gnus.el.

if you want to alter default nnoo "variable" values, you have to do
that before the nnoo'd package is loaded.  Which makes .emacs the most
likely place to do that.

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


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

end of thread, other threads:[~1998-08-20 21:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-08-19 17:09 `gnus-agent-batch' when `nntp-server-list-active-group' is `nil'? Mike McEwan
1998-08-20 21:20 ` 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).