[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: browse-url-of-dired-file wrong-type-argument stringp nil
- From: jidanni@xxxxxxxxxxx
- Date: Tue, 14 Apr 2009 13:55:53 +0800
- X-ml-name: emacs-w3m
- X-mail-count: 10826
- References: <b4mtz4rq0i7.fsf@xxxxxxx>
> 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.