all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lektu@terra.es>
Cc: emacs-devel@gnu.org
Subject: Re: New space char syntax
Date: Fri, 14 Feb 2003 18:35:53 +0100	[thread overview]
Message-ID: <20030214183145.66AF.LEKTU@terra.es> (raw)
In-Reply-To: <84u1f6zu57.fsf@lucy.is.informatik.uni-duisburg.de>

On Fri, 14 Feb 2003 17:47:32 +0100, kai.grossjohann@uni-duisburg.de (Kai Großjohann) wrote:

> I tried to byte-compile the current CVS Oort Gnus with the current CVS
> Emacs.  It barfed at the "? " in the source code of Gnus.

Did it barf at every use of "? " or just "? " followed by a digit or
symbol character?

For example, now:

ELISP> (list ? 1)
*** Read error ***  Invalid read syntax: "?"
ELISP> (list ?  1)
(32 1)

ELISP> (list ? ())
(32 nil)


                                                           /L/e/k/t/u

  reply	other threads:[~2003-02-14 17:35 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-14 16:47 New space char syntax Kai Großjohann
2003-02-14 17:35 ` Juanma Barranquero [this message]
2003-02-14 20:36   ` Kai Großjohann
2003-02-14 23:59     ` Juanma Barranquero
2003-02-15 16:50       ` Kim F. Storm
2003-02-15 17:51         ` Kai Großjohann
2003-02-15 20:44         ` Juanma Barranquero
2003-02-17  7:19           ` Richard Stallman
2003-02-17  7:49             ` Juanma Barranquero
2003-02-17 20:37               ` Richard Stallman
2003-02-17 10:59             ` Kim F. Storm
2003-02-17 20:37               ` Richard Stallman
2003-02-17 23:48                 ` Kim F. Storm
2003-02-15 19:10       ` Richard Stallman

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=20030214183145.66AF.LEKTU@terra.es \
    --to=lektu@terra.es \
    --cc=emacs-devel@gnu.org \
    /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.