all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Barry Margolin <barmar@genuity.net>
Subject: Re: What's wrong with value?
Date: Thu, 06 Feb 2003 17:05:15 GMT	[thread overview]
Message-ID: <fBw0a.13$ik5.418@paloalto-snr1.gtei.net> (raw)
In-Reply-To: 871y2l73pv.fsf@thalassa.informatimago.com

In article <871y2l73pv.fsf@thalassa.informatimago.com>,
Pascal Bourguignon  <pjb@informatimago.com> wrote:
>
>What's happening with this symbol:
>
>(setq value :toto) ;; C-x C-e, :toto appears in Mini-buffer.
>(show value)       ;; But value has not been assigned!
>==> nil
>
>(progn (setq value :toto)
>       (show value))         ;; well, here yes it's assigned !
>==> :toto
>(show value)                 ;; but not here !?!?  What's happening?
>==> nil
>(show (assoc 'value (buffer-local-variables)))
>==> nil

Try 'C-h v value'

-- 
Barry Margolin, barmar@genuity.com
Genuity Managed Services, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.

  reply	other threads:[~2003-02-06 17:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-06 16:50 What's wrong with value? Pascal Bourguignon
2003-02-06 17:05 ` Barry Margolin [this message]
2003-02-06 17:44 ` Jesper Harder
2003-02-06 18:28   ` David Kastrup
2003-02-06 20:31     ` Pascal Bourguignon
2003-02-06 18:47 ` Greg Hill
     [not found] ` <mailman.1580.1044557265.21513.help-gnu-emacs@gnu.org>
2003-02-06 20:44   ` Pascal Bourguignon
2003-02-07  0:07     ` Greg Hill

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='fBw0a.13$ik5.418@paloalto-snr1.gtei.net' \
    --to=barmar@genuity.net \
    /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.