all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Strange behavior of `value'
@ 2007-07-06 16:12 Jay Belanger
  2007-07-06 17:32 ` Andreas Schwab
  2007-07-07 13:06 ` Richard Stallman
  0 siblings, 2 replies; 4+ messages in thread
From: Jay Belanger @ 2007-07-06 16:12 UTC (permalink / raw)
  To: emacs-devel; +Cc: jay.p.belanger


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-07-07 14:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-06 16:12 Strange behavior of `value' Jay Belanger
2007-07-06 17:32 ` Andreas Schwab
2007-07-07 13:06 ` Richard Stallman
2007-07-07 14:40   ` Jay Belanger

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.