From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: What's wrong with value? Date: Thu, 06 Feb 2003 18:44:16 +0100 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <871y2l73pv.fsf@thalassa.informatimago.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044555693 32628 80.91.224.249 (6 Feb 2003 18:21:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Feb 2003 18:21:33 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18gqdq-0008RZ-00 for ; Thu, 06 Feb 2003 19:20:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gqdn-0001LU-0A for gnu-help-gnu-emacs@m.gmane.org; Thu, 06 Feb 2003 13:20:51 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6379 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6379 Pascal Bourguignon writes: > 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 > > Note that while 'value is a method defined with eieio I don't think eieio is the culprit. Try it with a clean 'emacs -q --no-site-file' -- the same thing happens. Very mysterious!