[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [emacs-w3m/emacs-w3m] w3m-next/previous-anchor no more working in buffers formatted with w3m-region (#71)
- From: yamaoka <notifications@xxxxxxxxxx>
- Date: Tue, 01 Oct 2019 00:36:43 -0700
- X-ml-name: emacs-w3m
- X-mail-count: 13568
- References: <emacs-w3m/emacs-w3m/issues/71@github.com>
Please try the latest emacs-w3m and replacing
(or (stringp (w3m-next-anchor))
with
(or (w3m-next-anchor)
in your tv/mu4e-next-anchor
function.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.