[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: recentre anchor at top of window
- From: Kevin Ryde <user42@xxxxxxxxxx>
- Date: Tue, 21 Apr 2009 09:43:39 +1000
- X-ml-name: emacs-w3m
- X-mail-count: 10836
- References: <87vdp2rhef.fsf@xxxxxxxxx> <b4mbpqro832.fsf@xxxxxxx>
Katsumi Yamaoka <yamaoka@xxxxxxx> writes:
>
> (To make the advice to `w3m-view-this-url-1' work, evaluating
> the `w3m-view-this-url' Lisp source is needed since
> `w3m-view-this-url-1' is an inline function.)
Ah yes, I forget why that had seemed to work. I think it was meant to
pick up link following with Ret.
> (defcustom w3m-view-this-url-and-recenter 1
Maybe call it `w3m-view-recenter' or something like that, and make it
apply to all forms of view and goto which have an anchor. The main
w3m-goto-url was the one I most wanted to work that way (rather than
anything specific to w3m-view-this-url).