From: Jay Belanger <jay.p.belanger@gmail.com>
To: emacs-devel@gnu.org
Cc: jay.p.belanger@gmail.com
Subject: Strange behavior of `value'
Date: Fri, 06 Jul 2007 11:12:14 -0500 [thread overview]
Message-ID: <87y7htfr4x.fsf@gmail.com> (raw)
Using the latest cvs Emacs, started with "emacs -Q",I get the
following odd behavior. If I type in (in *scratch*, say):
(setq val 5)
val
and C-xC-e after each line, then the C-xC-e after the `val' gives me a
5. Similarly if I type M-: val.
However, if I type in
(setq value 5)
value
and C-xC-e after each line, then the C-xC-e after the `value' gives me a
nil instead of 5. If I type M-: value, I get a (void-variable value)
error.
Jay
next reply other threads:[~2007-07-06 16:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-06 16:12 Jay Belanger [this message]
2007-07-06 17:32 ` Strange behavior of `value' Andreas Schwab
2007-07-07 13:06 ` Richard Stallman
2007-07-07 14:40 ` Jay Belanger
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=87y7htfr4x.fsf@gmail.com \
--to=jay.p.belanger@gmail.com \
--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.