[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: [emacs-w3m/emacs-w3m] w3m-next/previous-anchor no more working in buffers formatted with w3m-region (#71)



(defun tv/mu4e-next-anchor ()
  (interactive)
  (require 'w3m)
  (or (stringp (w3m-next-anchor))
       ^^^^^^^

The return value of w3m-next-anchor does not have any mean anyway. Ok, I'll look into the mu4e code and look for an suitable way to your function. Give me time.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.