[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: Raw string literals in Emacs lisp.
From:
Tom Tromey
Subject:
Re: Raw string literals in Emacs lisp.
Date:
2014年7月25日 14:33:52 -0600
User-agent:
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)
Matthew> What if we assume that any string surrounded immediately by
Matthew> parenthesis is a raw string literal? I'm pretty sure every
Matthew> instance of ("...") is currently illegal, and it would be
Matthew> almost certainly trivial to extend the Emacs' lexer/parser to
Matthew> support it. I can do it myself if everyone thinks this is a
Matthew> good idea.
That kind of thing is valid in quoted contexts though.
(defvar whatever '("hi"))
FWIW there was a previous discussion about raw strings:
http://comments.gmane.org/gmane.emacs.devel/152132
I think this killed the idea:
http://permalink.gmane.org/gmane.emacs.devel/152155
Tom
- Raw string literals in Emacs lisp. , Matthew Plant, 2014年07月25日
- Re: Raw string literals in Emacs lisp.,
Tom Tromey <=
- Raw string literals in Emacs lisp. , Stephen J. Turnbull, 2014年07月25日
- Re: Raw string literals in Emacs lisp. , Matthew Plant, 2014年07月26日
- Re: Raw string literals in Emacs lisp. , chad, 2014年07月26日
- Re: Raw string literals in Emacs lisp. , Matthew Plant, 2014年07月26日
- Re: Raw string literals in Emacs lisp. , Stephen J. Turnbull, 2014年07月27日
- Re: Raw string literals in Emacs lisp. , David Kastrup, 2014年07月27日
- Re: Raw string literals in Emacs lisp. , David Caldwell, 2014年07月27日
- Re: Raw string literals in Emacs lisp. , Matthew Plant, 2014年07月27日
- Re: Raw string literals in Emacs lisp. , Richard Stallman, 2014年07月28日