Gnus development mailing list
 help / color / mirror / Atom feed
From: harinath@cs.umn.edu (Raja R Harinath)
Cc: larsi@ifi.uio.no (Lars Magne Ingebrigtsen),
	ding@ifi.uio.no, grouplens@cs.umn.edu
Subject: Re: GroupLens: gnus-gl.el
Date: 21 Feb 1996 12:24:09 -0600	[thread overview]
Message-ID: <d9pwb8sfjq.fsf@atto.cs.umn.edu> (raw)
In-Reply-To: "Dr. Pete Gieser"'s message of Wed, 21 Feb 96 09:47:52 -0500

"Dr. Pete Gieser" <pete@seldon.pog.ufl.edu> writes:
> I've put 
> 
> (add-hook 'gnus-summary-mode-hook 'gnus-grouplens-mode)
> 
> in my .gnus, but gnus complains that gnus-grouplens-mode is never defined.
> (symbol's definition is void)
> What's up?

You'll have to do something like:

  (require 'gnus-gl)
  (add-hook 'gnus-summary-mode-hook 'gnus-grouplens-mode)

Anyway, I don't think that `gnus-grouplens-mode' in version 2.3lars will
work as advertised.  For one, it attaches bbb-login to
`gnus-startup-hook' pretty late.

The other problem with attaching `bbb-login' to 'gnus-startup-hook' is
that it has no effect on `gnus-no-server'.  I do a `gnus-no-server' to
read my mail, and then do a `3 l 3 g' to read news.  `gnus-startup-hook'
is never called (is this a bug?).

I would prefer, anyway, something like:

  (if (null grouplens-bbb-token) (bbb-login))

in some of the gnus-gl functions, which does a bbb-login ONLY for the
groups that are `Grouplens enhanced'.

> What do you mean "gnus-startup-hook has to be set before starting
> Gnus."?

This is from the `gnus-gl v2.3' comments.  I would recommend, for the
time being, getting `gnus-gl v2.4' from:

  ftp://ftp.cs.umn.edu/users/bmiller/glsoft/gnus-gl.el

which version does NOT have the `gnus-grouplens-mode'.

- Hari


  reply	other threads:[~1996-02-21 18:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-02-14 19:00 Brad Miller
1996-02-14 20:48 ` Lance A. Brown
1996-02-16 18:28 ` Lars Magne Ingebrigtsen
1996-02-21 14:47   ` Dr. Pete Gieser
1996-02-21 18:24     ` Raja R Harinath [this message]
1996-02-22  7:11       ` Patrick Audley
1996-02-25  1:05       ` Lars Magne Ingebrigtsen
1996-02-21 17:44   ` Brad Miller
1996-02-21 21:19     ` Brad Miller
1996-02-25  1:09       ` Lars Magne Ingebrigtsen
     [not found] <ravx4ge5@totally-fudged-out-message-id>
1996-02-15  3:53 ` Brad Miller
1996-02-15 15:31   ` Lance A. Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d9pwb8sfjq.fsf@atto.cs.umn.edu \
    --to=harinath@cs.umn.edu \
    --cc=ding@ifi.uio.no \
    --cc=grouplens@cs.umn.edu \
    --cc=larsi@ifi.uio.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).