Gnus development mailing list
 help / color / mirror / Atom feed
* window-live-p error
@ 2002-01-24 20:37 Robert Marshall
  2002-01-25 12:50 ` Robert Marshall
  0 siblings, 1 reply; 9+ messages in thread
From: Robert Marshall @ 2002-01-24 20:37 UTC (permalink / raw)


using CVS 0.06 updated on the 20th Jan

Sometimes when I middle click on a message id in the *Article* buffer
I get the error:
window-minibuffer-p: Wrong type argument: window-live-p, #<window 421>

The message requested does appear though

Doesn't always happen...

R
-- 
All the slow fish of ignorance
turned toward  the sound
-- Chase Twichell



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

* Re: window-live-p error
  2002-01-24 20:37 window-live-p error Robert Marshall
@ 2002-01-25 12:50 ` Robert Marshall
  2002-01-26 22:46   ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 9+ messages in thread
From: Robert Marshall @ 2002-01-25 12:50 UTC (permalink / raw)


On Thu, 24 Jan 2002, Robert Marshall said:
> using CVS 0.06 updated on the 20th Jan
> 
> Sometimes when I middle click on a message id in the *Article*
> buffer I get the error: window-minibuffer-p: Wrong type argument:
> window-live-p, #<window 421>
> 
> The message requested does appear though
> 
> Doesn't always happen...
> 
> R

Looks like a repeat of the problem in news:2nsndm7ym6.fsf@piglet.jia.vnet
but (AFAICS) that one only addressed mailto and reply?

R
-- 
Poetry's not window cleaning.
It breaks the glass.
-- Chase Twichell



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

* Re: window-live-p error
  2002-01-25 12:50 ` Robert Marshall
@ 2002-01-26 22:46   ` Lars Magne Ingebrigtsen
  2002-01-27  8:11     ` Robert Marshall
  0 siblings, 1 reply; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-01-26 22:46 UTC (permalink / raw)


Robert Marshall <spam@chezmarshall.freeserve.co.uk> writes:

>> Sometimes when I middle click on a message id in the *Article*
>> buffer I get the error: window-minibuffer-p: Wrong type argument:
>> window-live-p, #<window 421>

[...]

> Looks like a repeat of the problem in news:2nsndm7ym6.fsf@piglet.jia.vnet
> but (AFAICS) that one only addressed mailto and reply?

I'm unable to reproduce the bug -- I hit that Message-ID, but didn't
get a bug-out.

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



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

* Re: window-live-p error
  2002-01-26 22:46   ` Lars Magne Ingebrigtsen
@ 2002-01-27  8:11     ` Robert Marshall
  2002-01-27 17:58       ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 9+ messages in thread
From: Robert Marshall @ 2002-01-27  8:11 UTC (permalink / raw)


On Sat, 26 Jan 2002, larsi@gnus.org wrote:

> Robert Marshall <spam@chezmarshall.freeserve.co.uk> writes:
> 
>>> Sometimes when I middle click on a message id in the *Article*
>>> buffer I get the error: window-minibuffer-p: Wrong type argument:
>>> window-live-p, #<window 421>
> 
> [...]
> 
>> Looks like a repeat of the problem in
>> news:2nsndm7ym6.fsf@piglet.jia.vnet but (AFAICS) that one only
>> addressed mailto and reply?
> 
> I'm unable to reproduce the bug -- I hit that Message-ID, but didn't
> get a bug-out.
> 

I get it consistently on either of the references in your message, but
I then go to another group try clicking on a reference on another of
your messages but don't get the problem.

I have though seen it in other groups beside gnus.ding, but I've not
yet managed to tie it down. Could it be something to do with bbdb?
though I've go bbdb/news-auto-create-p set to nil

R
-- 
All the slow fish of ignorance
turned toward  the sound
-- Chase Twichell



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

* Re: window-live-p error
  2002-01-27  8:11     ` Robert Marshall
@ 2002-01-27 17:58       ` Lars Magne Ingebrigtsen
  2002-01-27 19:09         ` Robert Marshall
  0 siblings, 1 reply; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-01-27 17:58 UTC (permalink / raw)


Robert Marshall <spam@capuchin.co.uk> writes:

> I get it consistently on either of the references in your message, but
> I then go to another group try clicking on a reference on another of
> your messages but don't get the problem.

What's the backtrace?

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



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

* Re: window-live-p error
  2002-01-27 17:58       ` Lars Magne Ingebrigtsen
@ 2002-01-27 19:09         ` Robert Marshall
  2002-01-27 21:06           ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 9+ messages in thread
From: Robert Marshall @ 2002-01-27 19:09 UTC (permalink / raw)


On Sun, 27 Jan 2002, larsi@gnus.org wrote:

> Robert Marshall <spam@capuchin.co.uk> writes:
> 
>> I get it consistently on either of the references in your message,
>> but I then go to another group try clicking on a reference on
>> another of your messages but don't get the problem.
> 
> What's the backtrace?
> 

Debugger entered--Lisp error: (wrong-type-argument window-live-p #<window 17>)
  select-window(#<window 17>)
  widget-button-click((down-mouse-2 (#<window 17> 320 (360 . 186) -111778376)))
  call-interactively(widget-button-click)

It would appear to be either provoked by bbdb/gnus interaction or
caused by bbdb, if I remove (bbdb-insinuate-gnus) from .gnus.el, I
don't get the problem, if I then call bbdb-insinuate-gnus I get the
above error 
I have
(setq bbdb-use-pop-up nil)
so there isn't a bbdb window

R
-- 
All the slow fish of ignorance
turned toward  the sound
-- Chase Twichell



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

* Re: window-live-p error
  2002-01-27 19:09         ` Robert Marshall
@ 2002-01-27 21:06           ` Lars Magne Ingebrigtsen
  2002-01-28  6:50             ` Robert Marshall
  2002-01-28 21:12             ` Robert Marshall
  0 siblings, 2 replies; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-01-27 21:06 UTC (permalink / raw)


Robert Marshall <spam@capuchin.co.uk> writes:

> It would appear to be either provoked by bbdb/gnus interaction or
> caused by bbdb, if I remove (bbdb-insinuate-gnus) from .gnus.el, I
> don't get the problem, if I then call bbdb-insinuate-gnus I get the
> above error 

You should report this to the bbdb people.

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



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

* Re: window-live-p error
  2002-01-27 21:06           ` Lars Magne Ingebrigtsen
@ 2002-01-28  6:50             ` Robert Marshall
  2002-01-28 21:12             ` Robert Marshall
  1 sibling, 0 replies; 9+ messages in thread
From: Robert Marshall @ 2002-01-28  6:50 UTC (permalink / raw)


On Sun, 27 Jan 2002, larsi@gnus.org wrote:

> Robert Marshall <spam@capuchin.co.uk> writes:
> 
>> It would appear to be either provoked by bbdb/gnus interaction or
>> caused by bbdb, if I remove (bbdb-insinuate-gnus) from .gnus.el, I
>> don't get the problem, if I then call bbdb-insinuate-gnus I get the
>> above error 
> 
> You should report this to the bbdb people.
> 

Will do, thanks!

R
-- 
All the slow fish of ignorance
turned toward  the sound
-- Chase Twichell



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

* Re: window-live-p error
  2002-01-27 21:06           ` Lars Magne Ingebrigtsen
  2002-01-28  6:50             ` Robert Marshall
@ 2002-01-28 21:12             ` Robert Marshall
  1 sibling, 0 replies; 9+ messages in thread
From: Robert Marshall @ 2002-01-28 21:12 UTC (permalink / raw)


On Sun, 27 Jan 2002, larsi@gnus.org wrote:

> Robert Marshall <spam@capuchin.co.uk> writes:
> 
>> It would appear to be either provoked by bbdb/gnus interaction or
>> caused by bbdb, if I remove (bbdb-insinuate-gnus) from .gnus.el, I
>> don't get the problem, if I then call bbdb-insinuate-gnus I get the
>> above error 
> 
> You should report this to the bbdb people.
> 

FWIW, I've just upgraded to the latest version of bbdb (2.34 rather
than going the whole hog with cvs) and the bug is gone

R
-- 
All the slow fish of ignorance
turned toward  the sound
-- Chase Twichell



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

end of thread, other threads:[~2002-01-28 21:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-24 20:37 window-live-p error Robert Marshall
2002-01-25 12:50 ` Robert Marshall
2002-01-26 22:46   ` Lars Magne Ingebrigtsen
2002-01-27  8:11     ` Robert Marshall
2002-01-27 17:58       ` Lars Magne Ingebrigtsen
2002-01-27 19:09         ` Robert Marshall
2002-01-27 21:06           ` Lars Magne Ingebrigtsen
2002-01-28  6:50             ` Robert Marshall
2002-01-28 21:12             ` Robert Marshall

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