* emacs25 - w3m-idle-images-show annoyance
@ 2016-12-15 8:10 Kamil Jońca
2016-12-21 20:35 ` Thien-Thi Nguyen
2017-01-02 13:04 ` Kamil Jońca
0 siblings, 2 replies; 3+ messages in thread
From: Kamil Jońca @ 2016-12-15 8:10 UTC (permalink / raw)
To: help-gnu-emacs
(this was sent to gnu.emacs.gnus but this group does not seem to be very
active)
Recently I installed:
--8<---------------cut here---------------start------------->8---
GNU Emacs 25.1.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2016-12-01, modified by Debian
--8<---------------cut here---------------end--------------->8---
then I run emacs as daemon with server
then I connect to it with emacsclient via ssh with X tunneling, and try
to read news with gnus.
And after some time I got:
--8<---------------cut here---------------start------------->8---
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])
--8<---------------cut here---------------end--------------->8--
since then this message appears every 5-10 sec or so, which is really
annoying.
What can I do with that?
KJ
--
http://stopstopnop.pl/stop_stopnop.pl_o_nas.html
If only you had a personality instead of an attitude.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: emacs25 - w3m-idle-images-show annoyance
2016-12-15 8:10 emacs25 - w3m-idle-images-show annoyance Kamil Jońca
@ 2016-12-21 20:35 ` Thien-Thi Nguyen
2017-01-02 13:04 ` Kamil Jońca
1 sibling, 0 replies; 3+ messages in thread
From: Thien-Thi Nguyen @ 2016-12-21 20:35 UTC (permalink / raw)
To: Kamil Jońca; +Cc: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 1495 bytes --]
() kjonca@poczta.onet.pl (Kamil Jońca)
() 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 (‘emacs-w3m-version’ => "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?
--
Thien-Thi Nguyen -----------------------------------------------
(defun responsep (type via)
(case type
(technical (eq 'mailing-list via))
...)) 748E A0E8 1CB8 A748 9BFA
--------------------------------------- 6CE4 6703 2224 4C80 7502
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: emacs25 - w3m-idle-images-show annoyance
2016-12-15 8:10 emacs25 - w3m-idle-images-show annoyance Kamil Jońca
2016-12-21 20:35 ` Thien-Thi Nguyen
@ 2017-01-02 13:04 ` Kamil Jońca
1 sibling, 0 replies; 3+ messages in thread
From: Kamil Jońca @ 2017-01-02 13:04 UTC (permalink / raw)
To: help-gnu-emacs
kjonca@poczta.onet.pl (Kamil Jońca) writes:
> (this was sent to gnu.emacs.gnus but this group does not seem to be very
> active)
>
> Recently I installed:
>
> GNU Emacs 25.1.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
> of 2016-12-01, modified by Debian
I have had very old, locally-installed w3m package.
After install "blessed-by-debian" package, message about time show
rarely and is not so annoying. I will try some hints given to me.
KJ
--
http://wolnelektury.pl/wesprzyj/teraz/
Small things make base men proud.
-- William Shakespeare, "Henry VI"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-01-02 13:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-15 8:10 emacs25 - w3m-idle-images-show annoyance Kamil Jońca
2016-12-21 20:35 ` Thien-Thi Nguyen
2017-01-02 13:04 ` Kamil Jońca
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.