[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m mode should extend to .txt files by default
- From: "Eduardo Ochs" <eduardoochs@xxxxxxxxx>
- Date: Tue, 2 Dec 2008 10:53:16 -0500
- X-ml-name: emacs-w3m
- X-mail-count: 10483
- References: <87r64u420r.fsf@xxxxxxxxxxx> <20081202.160209.739619810224990144.naota@xxxxxxxxx> <d46ca6c20812020642s611fa1bfw1d4b5a9a1c0654b2@xxxxxxxxxxxxxx> <20081203.003914.136883637470395535.nao.aota@xxxxxxxxx>
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"))