GNU bug report logs - #44522
28.0.50; enhancement proposal for eww to provide finely grained back links

Previous Next

Package: emacs;

Reported by: Jean Louis <bugs <at> gnu.support>

Date: Sun, 8 Nov 2020 18:18:01 UTC

Severity: wishlist

Tags: wontfix

Found in version 28.0.50

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 44522 in the body.
You can then email your comments to 44522 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#44522; Package emacs. (Sun, 08 Nov 2020 18:18:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jean Louis <bugs <at> gnu.support>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 08 Nov 2020 18:18:02 GMT) Full text and rfc822 format available.

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

From: Jean Louis <bugs <at> gnu.support>
To: bug-gnu-emacs <at> gnu.org
Subject: 28.0.50;
 enhancement proposal for eww to provide finely grained back links
Date: Sun, 08 Nov 2020 21:17:11 +0300
I would like to propose relatively simple function for `eww' that it
becomes possible to obtain finely grained reference to HTML link.

Reference:
https://www.dougengelbart.org/content/view/116/#7j

`w' key is already obtaining the document or link reference, which is
good in itself.

I am proposing that new function is implemented that allows to obtain
reference:

- to specific line number of HTML document on Internet

- to specific search inside of HTML document on Internet

- additionally it should include local file search to HTML document
  viewable by EWW

I am using this below function to view HTML files straight from Dired
for local files:

(defun eww-dired (&optional file prefix)
  (interactive "p")
  (let ((shr-inhibit-images t)
	(file (or (car (dired-get-marked-files)) file)))
    (if current-prefix-arg
	(setq shr-inhibit-images t))
    (eww-open-file file)))

but that does not allow going to specific line or search in HTML
document.

The function if possible, should be bookmarkable by Emacs bookmark
system. I have tried this below on eww buffer on WWW HTML file:

‘C-x r m <RET>’
     Set the bookmark for the visited file, at point.

And it did not work. It would be best if this works at least for "at
point" solution.

Best would be if user can decide:

- to link to line number in HTML (WWW or local file)

- to link to specific search by marking region and obtaining bookmark

- to link to annotated specific search by marking region, annotating
  the HTML part of the file and obtaining bookmark

-- 
Thanks,
Jean Louis
⎔ λ 🄯 𝍄 𝌡 𝌚




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#44522; Package emacs. (Thu, 21 Jan 2021 15:59:02 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Jean Louis <bugs <at> gnu.support>
Cc: 44522 <at> debbugs.gnu.org
Subject: Re: bug#44522: 28.0.50; enhancement proposal for eww to provide
 finely grained back links
Date: Thu, 21 Jan 2021 16:57:59 +0100
Jean Louis <bugs <at> gnu.support> writes:

> I am proposing that new function is implemented that allows to obtain
> reference:
>
> - to specific line number of HTML document on Internet

The number of lines move around in HTML documents -- that's why there's
anchors, so I don't think this will work.

> - to specific search inside of HTML document on Internet

I see neither the utility nor how this would be implemented.

> - additionally it should include local file search to HTML document
>   viewable by EWW

Isn't this the same?

Anyway, this doesn't really seem apposite for eww, so I'm closing this
feature request.

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




Added tag(s) wontfix. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Thu, 21 Jan 2021 15:59:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 44522 <at> debbugs.gnu.org and Jean Louis <bugs <at> gnu.support> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Thu, 21 Jan 2021 15:59:02 GMT) Full text and rfc822 format available.

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

This bug report was last modified 3 years and 67 days ago.

Previous Next


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