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

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

bug#27797: 25.2; text-quoting-style interferes with tree-widget


From: Drew Adams
Subject: bug#27797: 25.2; text-quoting-style interferes with tree-widget
Date: Mon, 24 Jul 2017 10:28:40 -0700 (PDT)

> Your horror prevented you giving a reproducible test-case from emacs -Q,
> but I guess this should fix it:
> 
>  (define-widget 'tree-widget-end-guide 'item
>    "End of a vertical guide line."
> -  :tag       " `"
> +  :tag       " \\=`"

Seriously?  We now have to escape ` in :tag too, if we don't
want transformation to crazy quotes?

If so, shouldn't this be documented in the Elisp manual?





reply via email to

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