[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-w3m underlines everything and mixes up URLs (new w3m-0.5?)
>>>>> In [emacs-w3m : No.06571]
>>>>> Masatake YAMATO <jet@gyve.org> wrote:
> overlayについて、御迷惑をおかけします。
> 至急、調査します。
> 困った...
すばやいご応答ありがとうございます。
いちおう emacs-w3m 無しで再現できる式をば:
(require 'wid-edit)
(let ((buffer (get-buffer-create "*testing*"))
(widget-button-face 'mode-line)
(pop-up-windows t)
pop-up-frames overlay)
(pop-to-buffer buffer)
(erase-buffer)
(mapcar 'delete-overlay (overlays-in (point-min) (point-max)))
(insert "foo")
(widget-convert-button 'push-button (point-min) (point-max))
(erase-buffer)
(setq overlay (car (overlays-in (point-min) (point-max))))
(prog1
(pp-to-string (overlay-properties overlay))
(insert "bar")))
--
Katsumi Yamaoka <yamaoka@jpl.org>