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

Re: w3m mode should extend to .txt files by default



Perfect, thanks!
Cheers, 8-)
  Eduardo Ochs
  eduardoochs@xxxxxxxxx
  http://angg.twu.net/

> You mean you want open any local file as HTML? Maybe, this is what you
> want.
>
> (let ((w3m-local-find-file-regexps '(nil . ""))
>      (w3m-content-type-alist (append  w3m-content-type-alist
>                                       '(("text/html" "" nil nil)))))
>  (w3m "file:///home/naota/list.php"))