Gnus development mailing list
 help / color / mirror / Atom feed
* What the f... does RET do?
@ 1996-02-29  9:10 Ketil Z Malde
  1996-03-01  9:04 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Ketil Z Malde @ 1996-02-29  9:10 UTC (permalink / raw)



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.

I've tried setting action-key-default-function to
'(gnus-summary-scroll-up) but that doesn't change anything.

Please, help me before I blow a fuse.
-kzm


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

* Re: What the f... does RET do?
  1996-02-29  9:10 What the f... does RET do? Ketil Z Malde
@ 1996-03-01  9:04 ` Lars Magne Ingebrigtsen
  1996-03-01 13:38   ` John Griffith
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-03-01  9:04 UTC (permalink / raw)


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.

-- 
  "Yes.  The journey through the human heart 
     would have to wait until some other time."


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

* Re: What the f... does RET do?
  1996-03-01  9:04 ` Lars Magne Ingebrigtsen
@ 1996-03-01 13:38   ` John Griffith
  0 siblings, 0 replies; 3+ messages in thread
From: John Griffith @ 1996-03-01 13:38 UTC (permalink / raw)
  Cc: griffith


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.


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

end of thread, other threads:[~1996-03-01 13:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-02-29  9:10 What the f... does RET do? Ketil Z Malde
1996-03-01  9:04 ` Lars Magne Ingebrigtsen
1996-03-01 13:38   ` John Griffith

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