10/02/07 13:36:08 .net
>>595
これ、消すの面倒くさいよね。
C-k で消えるけど、kill-ring に、入っちゃうし。
で、もっとよい方法が有るかもしれないけど、こうやって対処してる。
(defun w3m-goto-url-empty (url)
""
(interactive (list (w3m-input-url nil "" nil nil t)))
(w3m-goto-url url))
(define-key w3m-mode-map "g" 'w3m-goto-url-empty)
(define-key w3m-mode-map "G" 'w3m-goto-url)