unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Colin Walters <walters@gnu.org>
Cc: christoph.conrad@gmx.de
Subject: Re: Bad value from read-from-string
Date: 29 May 2002 15:05:10 -0400	[thread overview]
Message-ID: <1022699110.1593.183.camel@space-ghost> (raw)
In-Reply-To: <20020529130436.CB27.LEKTU@terra.es>

On Wed, 2002-05-29 at 07:08, Juanma Barranquero wrote:
> On HEAD:
> 
> emacs -q --no-site-file
> M-x ielm
> 1 [enter]
> 
> => Args out of range: "1", 7, 1
> 
> Only happens with the first expression evaluated. It is caused by the
> value returned by read-from-string.

Should be fixed now; please let me know if not.

The bug was caused by the order of evaluation of function arguments
inside Fread_from_string, and my code depended on it being
left-to-right.  GCC always uses left-to-right, so I'm assuming this bug
was revealed because you use the Windows compiler.

  reply	other threads:[~2002-05-29 19:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-29 11:08 Bad value from read-from-string Juanma Barranquero
2002-05-29 19:05 ` Colin Walters [this message]
2002-05-30 13:56   ` Juanma Barranquero

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=1022699110.1593.183.camel@space-ghost \
    --to=walters@gnu.org \
    --cc=christoph.conrad@gmx.de \
    /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).