bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#23439: 25.0.93; Please integrate eww into dired


From: Juri Linkov
Subject: bug#23439: 25.0.93; Please integrate eww into dired
Date: Thu, 05 May 2016 23:19:31 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (x86_64-pc-linux-gnu)

> There doesn't seem to be a way to invoke eww on an HTML file from dired.
> Perhaps "v" could be overloaded to do that?  If not, then "W" seems unused.

A recommended customization in browse-url.el
(supposing your browser-function is eww):

;;      (add-hook 'dired-mode-hook
;;                (lambda ()
;;                   (local-set-key "\C-c\C-zf" 'browse-url-of-dired-file)))

However, "v" would be shorter indeed when generalized to view files
using mailcap to rely on their MIME types (e.g. eww for text/html, etc.)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]