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

Re: browse-url-of-dired-file wrong-type-argument stringp nil



Katsumi Yamaoka <yamaoka@xxxxxxx> writes:
> (eval-after-load "browse-url"
>   '(let ((file (rassoc "file:/" browse-url-filename-alist)))
>      (if file (setcdr file "file:///"))))
[Oh, the above needs to be put in .emacs, not .emacs-w3m. I see.]