all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jérôme Marant" <jmarant@free.fr>
Subject: Re: [PATCH] "@" is not recognized as part of defun name for emacs-lisp
Date: Fri, 11 Mar 2005 09:03:40 +0100	[thread overview]
Message-ID: <1110528220.423150dca825f@imp4-q.free.fr> (raw)
In-Reply-To: <yoij4qfjawx1.fsf@hild.dd.chalmers.se>

Quoting Johan Bockgård <bojohan+news@dd.chalmers.se>:

> Jérôme Marant <jmarant@free.fr> writes:
>
> > It is seem that @ is a valid character in function names (although I
> > did not see any place in the Lisp Ref where valid characters are
> > mentioned. I guess everything but parentheses would be the answer?)
>
>     A symbol name can contain any characters whatever. Most symbol
>     names are written with letters, digits, and the punctuation
>     characters `-+=*/'. Such names require no special punctuation; the
>     characters of the name suffice as long as the name does not look
>     like a number. (If it does, write a `\' at the beginning of the
>     name to force interpretation as a symbol.) The characters
>     `_~!@$%^&:<>{}?' are less often used but also require no special
>     punctuation. Any other characters may be included in a symbol's
>     name by escaping them with a backslash.
>
> (info "(elisp)Symbol Type")

I found it. Thanks.

--
Jérôme Marant

      reply	other threads:[~2005-03-11  8:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-10 21:38 [PATCH] "@" is not recognized as part of defun name for emacs-lisp Jérôme Marant
2005-03-10 23:44 ` Johan Bockgård
2005-03-11  8:03   ` Jérôme Marant [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

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

  git send-email \
    --in-reply-to=1110528220.423150dca825f@imp4-q.free.fr \
    --to=jmarant@free.fr \
    --cc=jerome.marant@free.fr \
    /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 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.