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

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



> I think it should be ("^/+" . "file:///").  How about this
> workaround?
>
> (eval-after-load "browse-url"
>   '(let ((file (rassoc "file:/" browse-url-filename-alist)))
>      (if file (setcdr file "file:///"))))
OK, I put that in .emacs-w3m and now I'm OK.
Please tell upstream to fix the problem as you are more clear than me
about it. Thanks.