GNU bug report logs - #23439
25.0.93; Please integrate eww into dired

Previous Next

Package: emacs;

Reported by: Juliusz Chroboczek <jch <at> pps.univ-paris-diderot.fr>

Date: Tue, 3 May 2016 23:39:02 UTC

Severity: wishlist

Found in version 25.0.93

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 23439 in the body.
You can then email your comments to 23439 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#23439; Package emacs. (Tue, 03 May 2016 23:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Juliusz Chroboczek <jch <at> pps.univ-paris-diderot.fr>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 03 May 2016 23:39:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Juliusz Chroboczek <jch <at> pps.univ-paris-diderot.fr>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.0.93; Please integrate eww into dired
Date: Wed, 04 May 2016 01:37:57 +0200
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.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#23439; Package emacs. (Wed, 04 May 2016 08:17:01 GMT) Full text and rfc822 format available.

Message #8 received at 23439 <at> debbugs.gnu.org (full text, mbox):

From: Stephen Berman <stephen.berman <at> gmx.net>
To: Juliusz Chroboczek <jch <at> pps.univ-paris-diderot.fr>
Cc: 23439 <at> debbugs.gnu.org
Subject: Re: bug#23439: 25.0.93; Please integrate eww into dired
Date: Wed, 04 May 2016 10:16:37 +0200
On Wed, 04 May 2016 01:37:57 +0200 Juliusz Chroboczek <jch <at> pps.univ-paris-diderot.fr> wrote:

> 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.

In my setup I use "E" to invoke eww on an HTML file from dired.

Steve Berman




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#23439; Package emacs. (Thu, 05 May 2016 20:25:02 GMT) Full text and rfc822 format available.

Message #11 received at 23439 <at> debbugs.gnu.org (full text, mbox):

From: Juri Linkov <juri <at> linkov.net>
To: Juliusz Chroboczek <jch <at> pps.univ-paris-diderot.fr>
Cc: 23439 <at> debbugs.gnu.org
Subject: Re: bug#23439: 25.0.93; Please integrate eww into dired
Date: Thu, 05 May 2016 23:19:31 +0300
> 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.)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#23439; Package emacs. (Tue, 24 Jan 2017 21:50:01 GMT) Full text and rfc822 format available.

Message #14 received at 23439 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: 23439 <at> debbugs.gnu.org, Juliusz Chroboczek <jch <at> pps.univ-paris-diderot.fr>
Subject: Re: bug#23439: 25.0.93; Please integrate eww into dired
Date: Tue, 24 Jan 2017 22:49:36 +0100
Juri Linkov <juri <at> linkov.net> writes:

>> 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.)

`W' is already bound to `browse-url-of-dired-file' in dired, thereby
giving us this feature already.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug closed, send any further explanations to 23439 <at> debbugs.gnu.org and Juliusz Chroboczek <jch <at> pps.univ-paris-diderot.fr> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 24 Jan 2017 21:50:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#23439; Package emacs. (Wed, 25 Jan 2017 16:10:02 GMT) Full text and rfc822 format available.

Message #19 received at 23439 <at> debbugs.gnu.org (full text, mbox):

From: Juliusz Chroboczek <jch <at> irif.fr>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 23439 <at> debbugs.gnu.org, Juri Linkov <juri <at> linkov.net>
Subject: Re: bug#23439: 25.0.93; Please integrate eww into dired
Date: Wed, 25 Jan 2017 14:20:09 +0100
> `W' is already bound to `browse-url-of-dired-file' in dired, thereby
> giving us this feature already.

Thanks Lars.  Yes, that works for me.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 23 Feb 2017 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 120 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.