emacs-devel
[Top][All Lists]
Advanced

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

Re: Upcoming loss of usability of Emacs source files and Emacs.


From: Andy Moreton
Subject: Re: Upcoming loss of usability of Emacs source files and Emacs.
Date: Wed, 01 Jul 2015 19:06:39 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (windows-nt)

On Wed 01 Jul 2015, Paul Eggert wrote:

> Andy Moreton wrote:
>> is there a good reason why the
>> documentation is a string containing escapes rather than a sexp using
>> the normal quoting mechanisms ?
>
> One good reason is inertia. :-)  There's a lot of code dealing with
> docstrings; e.g., they can be in C code as well as in Lisp, and are processed
> specially by source transformation.  That being said, how would the sexps
> work, and why would they be an improvement?  Can you give an example?

This was nothing more than idle musing. Doc strings contain markup for
quoted or interpolated expressions, which seem to match what quote and
backquote do in ordinary elisp.

    AndyM





reply via email to

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