From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.help Subject: Re: emacs25 - w3m-idle-images-show annoyance Date: Wed, 21 Dec 2016 21:35:46 +0100 Message-ID: <87vaudrpel.fsf@zigzag.favinet> References: <87twa5liii.fsf@alfa.kjonca> Reply-To: help-gnu-emacs@gnu.org NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: blaine.gmane.org 1482352298 32410 195.159.176.226 (21 Dec 2016 20:31:38 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 21 Dec 2016 20:31:38 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cc: help-gnu-emacs@gnu.org To: kjonca@poczta.onet.pl (Kamil =?utf-8?Q?Jo=C5=84ca?=) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 21 21:31:34 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cJnXo-0006dP-JH for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Dec 2016 21:31:24 +0100 Original-Received: from localhost ([::1]:58882 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJnXt-0001rp-2p for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Dec 2016 15:31:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJnXB-0001qp-10 for help-gnu-emacs@gnu.org; Wed, 21 Dec 2016 15:30:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cJnX7-0007OG-AS for help-gnu-emacs@gnu.org; Wed, 21 Dec 2016 15:30:44 -0500 Original-Received: from mail.agora-net.com ([67.59.132.6]:40459) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cJnX7-0007Ml-5f for help-gnu-emacs@gnu.org; Wed, 21 Dec 2016 15:30:41 -0500 Original-Received: from ttn by mail.agora-net.com with local (Exim 4.82) (envelope-from ) id 1cJnX4-0000Ui-UB; Wed, 21 Dec 2016 15:30:38 -0500 Original-Received: from ttn by zigzag.favinet with local (Exim 4.80) (envelope-from ) id 1cJncC-0005vv-OE; Wed, 21 Dec 2016 21:35:56 +0100 Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: <87twa5liii.fsf@alfa.kjonca> ("Kamil \=\?utf-8\?Q\?Jo\=C5\=84ca\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 15 Dec 2016 09:10:45 +0100") X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: ttn@gnuvola.org X-SA-Exim-Scanned: No (on mail.agora-net.com); SAEximRunCond expanded to false X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 67.59.132.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:111993 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable () kjonca@poczta.onet.pl (Kamil Jo=C5=84ca) () Thu, 15 Dec 2016 09:10:45 +0100 And after some time I got: Debugger entered--Lisp error: (wrong-type-argument timerp nil) signal(wrong-type-argument (timerp nil)) cancel-timer(nil) w3m-idle-images-show() apply(w3m-idle-images-show nil) timer-event-handler([t 0 1 0 t w3m-idle-images-show nil idle 0]) since then this message appears every 5-10 sec or so, which is really annoying. What can I do with that? In my copy of w3m.el (=E2=80=98emacs-w3m-version=E2=80=99 =3D> "1.4.483"), = there are three instances of: (cancel-timer w3m-idle-images-show-timer) What you can do is replace those w/: (w3m-cancel-timer w3m-idle-images-show-timer) and add somewhere to w3m.el the definition: (defun w3m-cancel-timer (timer) "If TIMER is non-nil, pass it to `cancel-timer'." (when timer (cancel-timer timer))) If this works after some personal testing, you can then submit a patch to the w3m.el maintainers (possibly as part of a bug report that describes the motivation for the patch), and continue the conversation there. So, that's what you can do. Question is: What will you do? =2D-=20 Thien-Thi Nguyen ----------------------------------------------- (defun responsep (type via) (case type (technical (eq 'mailing-list via)) ...)) 748E A0E8 1CB8 A748 9BFA =2D-------------------------------------- 6CE4 6703 2224 4C80 7502 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlha56YACgkQZwMiJEyAdQLBVQCbBUUHBq8tf5mVGr8cBM1p9guU zi4AoLoBATlreMPHz3vrN8x6JN+zEqVw =IC5T -----END PGP SIGNATURE----- --=-=-=--