unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Fabrice Popineau <fabrice.popineau@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: Lisp mode syntax table
Date: Tue, 18 Feb 2014 07:02:02 +0100	[thread overview]
Message-ID: <CAFgFV9OOTfdJ8oWvEaVxNSf=F4MQCQpLK+hHdJoM2asxSk0u7g@mail.gmail.com> (raw)
In-Reply-To: <jwvppmljmz1.fsf-monnier+emacs@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 786 bytes --]

>
>
> Might be a problem in smartparen.  What does it do that you dislike?
>
>
> The problem may not be the class of ?| per se, but the interaction with ?:
.
The whole thing |rdf|:|someClass| should be considered as a symbol.
At the moment, using smartparen to push a ?) through this symbol,
you start by putting it here :
|rdf|):|someClass|
then here
|rdf| :)|someParen|
(notice that a space has been added)
and last here
|rdf| : |someClass|)
Smartparen relies on syntax tables for motion and categorizing symbols.
Its author pointed me to the syntax class of ?|, and I actually wonder in CL
if ?| shouldn't be part of the symbol rather than a string delimiter.
In CL standard syntax, it is also used in multi lines comments
#| ... |#
There maybe other uses I don't remember.

Fabrice

[-- Attachment #2: Type: text/html, Size: 1277 bytes --]

      parent reply	other threads:[~2014-02-18  6:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-17 10:43 Lisp mode syntax table Fabrice Popineau
2014-02-17 20:19 ` Stefan Monnier
2014-02-17 22:10   ` Fabrice Popineau
2014-02-18  0:19     ` Stefan Monnier
2014-02-18  5:53       ` Fabrice Popineau
2014-02-18 14:00         ` Stefan Monnier
2014-02-18 19:34           ` Fabrice Popineau
2014-02-18  6:02       ` Fabrice Popineau [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFgFV9OOTfdJ8oWvEaVxNSf=F4MQCQpLK+hHdJoM2asxSk0u7g@mail.gmail.com' \
    --to=fabrice.popineau@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).