Gnus development mailing list
 help / color / mirror / Atom feed
* Quassia Gnus v0.6
@ 1997-09-17 10:17 Ezio Manini
  1997-09-18  1:39 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Ezio Manini @ 1997-09-17 10:17 UTC (permalink / raw)


If I follow the setup in info [put (gnus-agentize) in .gnus.el] the
agent's menu don't work with tmm. I must put

(add-hook 'gnus-before-startup-hook 'gnus-open-agent)

in my .emacs, and so work.

Emacs 19.34.1 on debian Linux.

\bye
-- 
******* Nihil est tam contrarium rationi quam fortuna *******
  Only mails with the word "dyzzy" in the subject in my box


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

* Re: Quassia Gnus v0.6
  1997-09-17 10:17 Quassia Gnus v0.6 Ezio Manini
@ 1997-09-18  1:39 ` Lars Magne Ingebrigtsen
       [not found]   ` <m090wvi7de.fsf@piw.it>
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-09-18  1:39 UTC (permalink / raw)


Ezio Manini <manini@piw.it> writes:

> If I follow the setup in info [put (gnus-agentize) in .gnus.el] the
> agent's menu don't work with tmm. I must put
> 
> (add-hook 'gnus-before-startup-hook 'gnus-open-agent)
> 
> in my .emacs, and so work.

Huh.  Does tm clear `gnus-before-startup-hook'?

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


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

* Re: Quassia Gnus v0.6
       [not found]   ` <m090wvi7de.fsf@piw.it>
@ 1997-09-20 16:26     ` Lars Magne Ingebrigtsen
  1997-09-21  1:55       ` Matt Simmons
       [not found]       ` <m0hgbfl03o.fsf@piw.it>
  0 siblings, 2 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-09-20 16:26 UTC (permalink / raw)


Ezio Manini <manini@piw.it> writes:

> > > If I follow the setup in info [put (gnus-agentize) in .gnus.el] the
> > > agent's menu don't work with tmm. I must put
> > > 
> > > (add-hook 'gnus-before-startup-hook 'gnus-open-agent)
> > > 
> > > in my .emacs, and so work.

`gnus-agentize' does this, so it's weird that you have to do it
again.  The only explanation I can see is that there's something that
clears that hook again.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Magne Ingebrigtsen


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

* Re: Quassia Gnus v0.6
  1997-09-20 16:26     ` Lars Magne Ingebrigtsen
@ 1997-09-21  1:55       ` Matt Simmons
  1997-09-21  4:06         ` Lars Magne Ingebrigtsen
       [not found]       ` <m0hgbfl03o.fsf@piw.it>
  1 sibling, 1 reply; 6+ messages in thread
From: Matt Simmons @ 1997-09-21  1:55 UTC (permalink / raw)
  Cc: ding

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
> Ezio Manini <manini@piw.it> writes:
> > > > If I follow the setup in info [put (gnus-agentize) in .gnus.el] the
> > > > agent's menu don't work with tmm. I must put
> > > > (add-hook 'gnus-before-startup-hook 'gnus-open-agent)
> > > > in my .emacs, and so work.
> `gnus-agentize' does this, so it's weird that you have to do it
> again.  The only explanation I can see is that there's something that
> clears that hook again.

Of course, this could have something to do with it:

(defun gnus-1 (&optional arg dont-connect slave)
  ....
    (gnus-splash)
    (gnus-clear-system)
    (run-hooks 'gnus-before-startup-hook)
    (nnheader-init-server-buffer)
    (setq gnus-slave slave)
    (gnus-read-init-file)
  ....
)

This would seem to say that nothing that gets put in
gnus-before-startup-hook by .gnus will get run (on the first gnus
invocation, at least).  Do we need a gnus-after-dotgnus-hook?

<RANT>
As an aside, some little ad exec somewhere apparently decided that it
would be fun to put a spotlight on a truck with ads in front of the
light, and to have that truck drive around the city at about 5mph with
the spotlight at about 25 degrees above horizontal.  (Think of it as
an overhead projector on steroids).  This would be fine except for the 
fact that we tend to have tall buildings here.  If I get that damn
light in my eyes again, I'm gonna start throwing heavy things it.
There.  I feel much better now.
</RANT>

Matt

-- 
     Matt Simmons  -  simmonmt@acm.org  -  http://www.netcom.com/~simmonmt
      The world is full of willing people; some willing to work, the rest
                      willing to let them.  --Robert Frost


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

* Re: Quassia Gnus v0.6
  1997-09-21  1:55       ` Matt Simmons
@ 1997-09-21  4:06         ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-09-21  4:06 UTC (permalink / raw)


Matt Simmons <simmonmt@acm.org> writes:

> This would seem to say that nothing that gets put in
> gnus-before-startup-hook by .gnus will get run (on the first gnus
> invocation, at least).

Yup.  Fix in Quassia Gnus v0.9.

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


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

* Re: Quassia Gnus v0.6
       [not found]       ` <m0hgbfl03o.fsf@piw.it>
@ 1997-09-21 16:22         ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-09-21 16:22 UTC (permalink / raw)


Ezio Manini <manini@piw.it> writes:

> Other question: How about this declaration of "version dependant"
> variables in gnus.setup.el:
> 
> 52,54d51
> < (defvar gnus-gnus-lisp-directory (concat gnus-emacs-lisp-directory
> < 					 "gnus-5.0.15/lisp/")
> <   "Directory where Gnus Emacs lisp is found.")

Is this used for anything?

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


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

end of thread, other threads:[~1997-09-21 16:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-09-17 10:17 Quassia Gnus v0.6 Ezio Manini
1997-09-18  1:39 ` Lars Magne Ingebrigtsen
     [not found]   ` <m090wvi7de.fsf@piw.it>
1997-09-20 16:26     ` Lars Magne Ingebrigtsen
1997-09-21  1:55       ` Matt Simmons
1997-09-21  4:06         ` Lars Magne Ingebrigtsen
     [not found]       ` <m0hgbfl03o.fsf@piw.it>
1997-09-21 16:22         ` 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).