Gnus development mailing list
 help / color / mirror / Atom feed
From: John Griffith <griffith@sfs.nphil.uni-tuebingen.de>
Cc: griffith@filippo.sfs.nphil.uni-tuebingen.de
Subject: Re: What the f... does RET do?
Date: Fri, 01 Mar 1996 14:38:40 +0100	[thread overview]
Message-ID: <199603011338.OAA11697@filippo.sfs.nphil.uni-tuebingen.de> (raw)
In-Reply-To: Your message of "01 Mar 1996 10:04:12 +0100." <w8s7mx5yyk3.fsf@eistla.ifi.uio.no>


Lars Magne Ingebrigtsen writes:
>ketil@ii.uib.no (Ketil Z Malde) writes:
>
>> I have a problem with RET that unexpecdedly starts scrolling one page
>> at a time.  It seems to be bound to action-key, with the variable
>> action-key-default-function bound to hui:menu or some such strangity.
>
>Well, Gnus certainly has not bound `RET' to `action-key', so this is
>probably some local customization on your site.

You have hyperbole loaded.

In hyperbole.el there are the following definitions:

    (if (and (boundp 'gnus-group-mode-map)
	     (keymapp gnus-group-mode-map))
	(progn
	  (define-key gnus-group-mode-map action-key-read-only 'action-key)
	  (define-key gnus-group-mode-map assist-key-read-only
	    'hkey-either)))

My guess is that you load hyperbole after GNUS.  There used to be some
warning in the hyperbole manual about making sure you did this, but I
think this is only so hyperbole can overwrite the above key definitions.

Try loading hyperbole before GNUS.  Then you should get the GNUS
definition for RET and hyperbole should still work.

To test it click here "~/.emacs" with shift-middle mouse button.  Your
.emacs file should be opened.


      reply	other threads:[~1996-03-01 13:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-02-29  9:10 Ketil Z Malde
1996-03-01  9:04 ` Lars Magne Ingebrigtsen
1996-03-01 13:38   ` John Griffith [this message]

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=199603011338.OAA11697@filippo.sfs.nphil.uni-tuebingen.de \
    --to=griffith@sfs.nphil.uni-tuebingen.de \
    --cc=griffith@filippo.sfs.nphil.uni-tuebingen.de \
    /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).