[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: Raw string literals in Emacs lisp.
From:
Tassilo Horn
Subject:
Re: Raw string literals in Emacs lisp.
Date:
2014年7月25日 20:56:53 +0100
User-agent:
Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux)
Matthew Plant <address@hidden> writes:
Hi Matthew,
> I think that raw string literals would be a really nice thing to add
> to Emacs lisp.
Yes, indeed.
> What if we assume that any string surrounded immediately by
> parenthesis is a raw string literal? I'm pretty sure every instance
> of ("...") is currently illegal,...
Nope, inside a `cond', ("default") is a short alternative for (t
"default").
Bye,
Tassilo