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

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

bug#19556: eww: make URI rewriting fully customizable


From: Stefan Monnier
Subject: bug#19556: eww: make URI rewriting fully customizable
Date: Sat, 10 Jan 2015 20:59:01 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> +(defcustom eww-uri-rewrite-hook
> +  '(eww-uri-file
> +    eww-uri-not-supported
> +    eww-uri-remote-prepend-http
> +    eww-uri-search)

A hook defined with defcustom, with a non-nil default value, and
which is not defined in a preloaded file, is asking for trouble.


        Stefan





reply via email to

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