From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38762 Path: main.gmane.org!not-for-mail From: Pavel@Janik.cz (Pavel =?iso-8859-2?q?Jan=EDk?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Mouse-2 on e-mail in From: header? Date: Fri, 14 Sep 2001 21:18:30 +0200 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035174573 24180 80.91.224.250 (21 Oct 2002 04:29:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:29:33 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 5125 invoked from network); 14 Sep 2001 19:20:20 -0000 Original-Received: from czlug1.razdva.cz (HELO SnowWhite.SuSE.cz) (194.212.65.172) by gnus.org with SMTP; 14 Sep 2001 19:20:20 -0000 Original-Received: by SnowWhite.SuSE.cz (PJ, from userid 500) id 3D7F34C038; Fri, 14 Sep 2001 21:21:29 +0200 (CEST) Original-To: GNUS mailing list X-Face: $"d&^B_IKlTHX!y2d,3;grhwjOBqOli]LV`6d]58%5'x/kBd7.MO&n3bJ@Zkf&RfBu|^qL+ ?/Re{MpTqanXS2'~Qp'J2p^M7uM:zp[1Xq#{|C!*'&NvCC[9!|=>#qHqIhroq_S"MH8nSH+d^9*BF: iHiAs(t(~b#1.{w.d[=Z In-Reply-To: (Pavel@Janik.cz's message of "Fri, 31 Aug 2001 12:09:20 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.106 Original-Lines: 52 Xref: main.gmane.org gmane.emacs.gnus.general:38762 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38762 From: Pavel@Janik.cz (Pavel Janík) Date: Fri, 31 Aug 2001 12:09:20 +0200 Hi, > when I click with mouse-2 on an e-mail in From: header, the new buffer will > be opened and I can send an e-mail to the original author. But immediatelly > after opening the buffer, an error is signalled: > > Debugger entered--Lisp error: (wrong-type-argument window-live-p #) > select-window(#) > widget-button-click((down-mouse-2 (# 39 (266 . 6) -132791712))) > call-interactively(widget-button-click) > > It works OK in Gnus from Emacs 21, only CVS shows this problem. Do you see > the same? OK, I have debugged this somewhat further. I can still reproduce this behavior in the following conditions: - Latest CVS of Gnus in ~pavel/.Emacs/Work/gnus/lisp - no init files (no .gnus etc.), only this in ~/.emacs: (setq debug-on-error t) (setq load-path (cons "~pavel/.Emacs/Work/gnus/lisp" load-path)) (setq gnus-select-method '(nnfolder "")) - no directory Mail, no News etc. In fact, the user is my test user which is "empty" ;-) - run emacs -f gnus - You will see: 9: nndoc+gnus-help:gnus-help *: nndraft:drafts - Enter nndoc+gnus-help:gnus-help, and press RET on the first Article. - Now press Mouse-2 on Lars' email (larsi@gnus.org (ding)) in From: Debugger entered--Lisp error: (wrong-type-argument window-live-p #) select-window(#) widget-button-click((down-mouse-2 (# 14 (95 . 7) 36044147))) call-interactively(widget-button-click) Can you reproduce that too? It does not happen with Gnus from Emacs' pretest. -- Pavel Janík Architect: Someone who knows the difference between that which could be done and that which should be done. -- Larry McVoy