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

Re: isearch-forward vs. long lines



>>>>> In [emacs-w3m : No.10226] 山岡 wrote:

> (defadvice w3m-auto-show (around work-for-isearch activate)
>   "Make it work while isearch."
>   (let ((w3m-current-position (list nil
> 				    (point-min-marker)
> 				    (point-max-marker))))
>     ad-do-it))

> But this is no more than a workaround.  Someone has to review
> what `w3m-current-position' means and fix it properly.  I'll
> explain it in Japanese in another message...

w3m バッファ上で行なう isearch の行き先が現在位置とは違う行にあっ
て、しかも window の外にある場合に `w3m-auto-show' が hscroll し
てくれないので見えませんというお話。今まで isearch の問題だと思っ
ていたんですが、ちょっと追いかけてみると `w3m-current-position'
が示す位置の外に isearch の行き先があるせいだとわかりました。こ
れは作者さまにお出ましいただけないと無理かな、と。^^;;
-- 
山岡