all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: /srv/bzr/emacs/trunk r102591: * src/lread.c (read1): Allow newstyle unquote outside of backquote.
       [not found] <E1PPegw-0000a9-E7@internal.in.savannah.gnu.org>
@ 2010-12-07 18:29 ` Glenn Morris
  2010-12-09  4:39   ` Stefan Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: Glenn Morris @ 2010-12-07 18:29 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

Stefan Monnier wrote:

>   Extend the restriction no-unescaped-commas-and-backquotes-in-symbols
>   to all contexts.

landmark.el is unhappy with this (or vice versa):

  landmark.el:1140:55:Warning: reference to free variable `s'

etc. It uses commas in function names.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: /srv/bzr/emacs/trunk r102591: * src/lread.c (read1): Allow newstyle unquote outside of backquote.
  2010-12-07 18:29 ` /srv/bzr/emacs/trunk r102591: * src/lread.c (read1): Allow newstyle unquote outside of backquote Glenn Morris
@ 2010-12-09  4:39   ` Stefan Monnier
  2010-12-09  5:57     ` Glenn Morris
  2010-12-10  1:25     ` Stephen J. Turnbull
  0 siblings, 2 replies; 5+ messages in thread
From: Stefan Monnier @ 2010-12-09  4:39 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

>> Extend the restriction no-unescaped-commas-and-backquotes-in-symbols
>> to all contexts.

> landmark.el is unhappy with this (or vice versa):
>   landmark.el:1140:55:Warning: reference to free variable `s'
> etc. It uses commas in function names.

Great, then let's fix landmark.el.
If we ever want to fully support new-style backquotes, we'll have to
disallow commas from symbols.


        Stefan



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: /srv/bzr/emacs/trunk r102591: * src/lread.c (read1): Allow newstyle unquote outside of backquote.
  2010-12-09  4:39   ` Stefan Monnier
@ 2010-12-09  5:57     ` Glenn Morris
  2010-12-09 22:32       ` Stefan Monnier
  2010-12-10  1:25     ` Stephen J. Turnbull
  1 sibling, 1 reply; 5+ messages in thread
From: Glenn Morris @ 2010-12-09  5:57 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

Stefan Monnier wrote:

> Great, then let's fix landmark.el.

OK; done. (I wasn't sure if this was an intended consequence.)



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: /srv/bzr/emacs/trunk r102591: * src/lread.c (read1): Allow newstyle unquote outside of backquote.
  2010-12-09  5:57     ` Glenn Morris
@ 2010-12-09 22:32       ` Stefan Monnier
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Monnier @ 2010-12-09 22:32 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

>> Great, then let's fix landmark.el.
> OK; done.

Thanks a lot Glenn,


        Stefan



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: /srv/bzr/emacs/trunk r102591: * src/lread.c (read1): Allow newstyle unquote outside of backquote.
  2010-12-09  4:39   ` Stefan Monnier
  2010-12-09  5:57     ` Glenn Morris
@ 2010-12-10  1:25     ` Stephen J. Turnbull
  1 sibling, 0 replies; 5+ messages in thread
From: Stephen J. Turnbull @ 2010-12-10  1:25 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

Stefan Monnier writes:

 > If we ever want to fully support new-style backquotes, we'll have to
 > disallow commas from symbols.

You also have the alternative of distinguishing the first character
(ie, allow a different set of characters there).

On a related topic, has anybody ever run into an issue with lookalike
characters (eg, Japanese full-width latin and numerals, Latin A
vs. Cyrillic A vs. Greek A, etc)?  Unicode alleges this to be a
security risk.  (The reason this comes up here is that JIS mirrors the
entire ASCII set into its multibyte encoding -- including the comma.
So if we don't unify ASCII ?, with JIS ?,, you could have symbols that
have commas in them but those commas are syntactically non-commas. ;-)



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-12-10  1:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1PPegw-0000a9-E7@internal.in.savannah.gnu.org>
2010-12-07 18:29 ` /srv/bzr/emacs/trunk r102591: * src/lread.c (read1): Allow newstyle unquote outside of backquote Glenn Morris
2010-12-09  4:39   ` Stefan Monnier
2010-12-09  5:57     ` Glenn Morris
2010-12-09 22:32       ` Stefan Monnier
2010-12-10  1:25     ` Stephen J. Turnbull

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.