|
From: | Dmitry Gutov |
Subject: | Re: Upcoming loss of usability of Emacs source files and Emacs. |
Date: | Sun, 28 Jun 2015 22:17:02 +0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0 |
On 06/19/2015 11:01 PM, Stefan Monnier wrote:
That aside, hardcoding the usage of a specific property might not be ideal, because then the buffer using the output can't change the presentation too easily.I was thinking of an ad-hoc property rather than a predefined one.
That seems non-ideal because the regexp engine has no way to check the text property on a quote character. Thus, we can't make a regexp that will match asd'asd in `asd\\'asd', if the escaped is handled in substitute-command-keys.
Although admittedly, this could be handled programmatically.
[Prev in Thread] | Current Thread | [Next in Thread] |