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

Re: w3m-view-this-url does not work



>>>>> In [emacs-w3m : No.07088] Katsumi Yamaoka wrote:

>> Debugger entered--Lisp error: (void-variable handler)
> [...]
>>   (ad-Orig-save-window-excursion (prog1 (w3m-goto-url url reload nil nil w3m-current-url handler) (setq newbuffer ... wconfig ...)))

> You seem to have defined an advice to save-window-excursion.
> Could you let us know what is the definition for it?

Okay.  You will probably be able to find a hint by performing

M-x describe-function RET save-window-excursion RET

even if you cannot find what does define the advice.  In
addition, you may be able to solve the problem by invalidating
the advice by typing:

M-x ad-unadvise RET save-window-excursion RET