GNU bug report logs - #77016
[PATCH] Use region as suggested URI in eww by default

Previous Next

Package: emacs;

Reported by: Manuel Giraud <manuel <at> ledu-giraud.fr>

Date: Fri, 14 Mar 2025 17:14:02 UTC

Severity: wishlist

Tags: patch

Full log


View this message in rfc822 format

From: Juri Linkov <juri <at> linkov.net>
To: Manuel Giraud <manuel <at> ledu-giraud.fr>
Cc: 77016 <at> debbugs.gnu.org, Stefan Kangas <stefankangas <at> gmail.com>
Subject: bug#77016: [PATCH] Use region as suggested URI in eww by default
Date: Sat, 15 Mar 2025 20:33:34 +0200
> +(defcustom eww-dwim-region nil
> +  "When non-nil, the current region is used by `eww' as the default
> +suggested URI.  This allows to trigger a web search on the user
> +selection."
> +  :version "31.1"
> +  :group 'eww
> +  :type 'boolean)
> +
>  ;;;###autoload
>  (defcustom eww-suggest-uris
> -  '(eww-links-at-point
> +  '(eww-current-region
> +    eww-links-at-point
>      thing-at-point-url-at-point
>      eww-current-url
>      eww-bookmark-urls)

If we don't want to enable this by default then better to add
'eww-current-region' to :options of the existing user option
than to create a duplicating option.




This bug report was last modified 93 days ago.

Previous Next


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