Gnus development mailing list
 help / color / mirror / Atom feed
* link
@ 1998-09-21 15:31 Michael Harnois
  1998-09-21 15:42 ` link George Joseph McNinch
  1998-09-23 20:11 ` link Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 5+ messages in thread
From: Michael Harnois @ 1998-09-21 15:31 UTC (permalink / raw)


When I clink on a URL to launch it, it highlights like it should, but
then it tells me the article buffer is read-only and does nothing else 
...

Michael D. Harnois, Redeemer Lutheran Church, Washburn, IA 
mharnois@sbt.net                      aa0bt@aa0bt.ampr.org 
"The price one pays for pursuing any profession, or calling, 
 is an intimate knowledge of its ugly side." -- James Baldwin


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

* Re: link
  1998-09-21 15:31 link Michael Harnois
@ 1998-09-21 15:42 ` George Joseph McNinch
  1998-09-23 20:11 ` link Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 5+ messages in thread
From: George Joseph McNinch @ 1998-09-21 15:42 UTC (permalink / raw)
  Cc: ding

I think there is a solution in the works.

A temporary fix can be obtained by inserting

 gnus-mouse-2 gnus-article-push-button

into

 gnus-article-mode-map

See the (gnus-define-keys...) command in gnus-art.el

--George
-- 
------------------------------------------------------------------------
	       George McNinch [Mailto:McNinch.1@nd.edu]
		      <URL:www.nd.edu/~gmcninch>


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

* Re: link
  1998-09-21 15:31 link Michael Harnois
  1998-09-21 15:42 ` link George Joseph McNinch
@ 1998-09-23 20:11 ` Lars Magne Ingebrigtsen
  1998-09-24 20:02   ` link George Joseph McNinch
  1 sibling, 1 reply; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-09-23 20:11 UTC (permalink / raw)


Michael Harnois <mharnois@sbt.net> writes:

> When I clink on a URL to launch it, it highlights like it should, but
> then it tells me the article buffer is read-only and does nothing else 
> ...

This is (perhaps) fixed in 0.32.

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


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

* Re: link
  1998-09-23 20:11 ` link Lars Magne Ingebrigtsen
@ 1998-09-24 20:02   ` George Joseph McNinch
  1998-09-29 10:20     ` link Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: George Joseph McNinch @ 1998-09-24 20:02 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Michael Harnois <mharnois@sbt.net> writes:
> 
> > When I clink on a URL to launch it, it highlights like it should, but
> > then it tells me the article buffer is read-only and does nothing else 
> > ...
> 
> This is (perhaps) fixed in 0.32.

gnus-mouse-2 seems to be empowered by...

(gnus-define-keys gnus-article-mode-map
  " " gnus-article-goto-next-page
<snip>
  gnus-mouse-2 'widget-button-click
<snip> 

)

in gnus-art.el

I get now "wrong type argument: commandp, (quote widget-button-click)"
when mouse-2 ing.

Removing the quote, I get the message

	'widget-button-click' called outside button

even when that isn't so.

I little more persistent fiddling gives

	You clicked somewhere weird

on occasion.

It is not so clear to me what the differences between my (rather
random) clicking were to elicit those different responses.

Chasing things around, I'm a bit confused. The difference
in the functions

gnus-article-push-button

and

gnus-article-press-button

is what?

--George


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

* Re: link
  1998-09-24 20:02   ` link George Joseph McNinch
@ 1998-09-29 10:20     ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-09-29 10:20 UTC (permalink / raw)


George Joseph McNinch <McNinch.1@nd.edu> writes:

> gnus-mouse-2 seems to be empowered by...

[...]

>   gnus-mouse-2 'widget-button-click

This should be fixed now.

> Chasing things around, I'm a bit confused. The difference
> in the functions
> 
> gnus-article-push-button
> 
> and
> 
> gnus-article-press-button

The former is a mouse click command; the latter is a keystroke
command. 

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


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

end of thread, other threads:[~1998-09-29 10:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-09-21 15:31 link Michael Harnois
1998-09-21 15:42 ` link George Joseph McNinch
1998-09-23 20:11 ` link Lars Magne Ingebrigtsen
1998-09-24 20:02   ` link George Joseph McNinch
1998-09-29 10:20     ` link 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).