GNU bug report logs -
#25462
Out of date doc string for "`".
Previous Next
Reported by: Alan Mackenzie <acm <at> muc.de>
Date: Mon, 16 Jan 2017 21:32:01 UTC
Severity: wishlist
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello, John.
On Tue, Jan 17, 2017 at 01:17:27PM -0800, John Mastro wrote:
> Noam Postavsky <npostavs <at> users.sourceforge.net> wrote:
> > On Mon, Jan 16, 2017 at 4:30 PM, Alan Mackenzie <acm <at> muc.de> wrote:
> >> Hello, Emacs.
> >> The doc string for "`" has become partial.
> >> It fails to mention that "`" has a radically different meaning when used
> >> in certain parts of a `pcase', and probably quite a few other similar
> >> macros.
> > I don't think that makes sense. Similarly, we don't add a mention of
> > `cl-loop's use of `if' in the docstring of `if', because that's not
> > part of the `if' special form. It's just a use of `if' as a plain
> > symbol.
> Since the misunderstanding is believing that "`" is more special than it
> is, maybe something calling out its ordinariness could be appropriate
> (and throw in a reference to pcase as an example?)
"`" is very special. So special, indeed, that its syntax is handled by
the Lisp reader.
> I don't think this is great, but, as an example:
> Note that `\\=`' is any ordinary Lisp symbol and thus may be treated
> as data or given different meanings in particular contexts. For
> instance, it has a special meaning inside `pcase' patterns.
I think that's objectively wrong. "`" isn't an ordinary Lisp symbol,
it's a reader macro which is handled in the reader. There aren't many
of these macros, and only a very few in normal use.
Besides, we don't want to encourage people to reuse existing symbols for
unconnected purposes.
--
Alan Mackenzie (Nuremberg, Germany).
This bug report was last modified 3 years and 235 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.