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

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

bug#44783: 28.0.50; wish for eww: include gopher and gemini links


From: Jean Louis
Subject: bug#44783: 28.0.50; wish for eww: include gopher and gemini links
Date: Wed, 9 Dec 2020 13:20:28 +0300
User-agent: Mutt/2.0 (3d08634) (2020-11-07)

* Basil L. Contovounesios <contovob@tcd.ie> [2020-11-30 15:25]:
> Jean Louis <bugs@gnu.support> writes:
> 
> > * Lars Ingebrigtsen <larsi@gnus.org> [2020-11-30 14:13]:
> >> Jean Louis <bugs@gnu.support> writes:
> >> 
> >> > I was thinking it is not a list, not I see it is a list, that is good.
> >> 
> >> No, it's a regexp.  You can say mailto:\\|gopher:\\|gemini: or whatever
> >> you want.
> >
> > I just wonder why is regexp in one line. That makes it harder for
> > users. My expectation is to have it as a list
> 
> I don't mind either way, but FWIW rx allows for some programmatic regexp
> composition:
> 
>   (with-eval-after-load 'eww
>     (setq eww-use-browse-url
>           (rx (| (: bos (| "gopher:" "gemini:"))
>                  (regexp eww-use-browse-url)))))

Thank you, there are various ways to customize stuff. 





reply via email to

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