From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "David Vanderschel" Newsgroups: gmane.emacs.help Subject: Re: edebug question - context of calling function Date: Wed, 29 Oct 2003 21:38:26 -0600 Organization: hardly ever ;-) Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <-emdndhoUPYpGj2iRTvUqA@texas.net> References: <0tWdnZ-zD5A5zBKiRTvUqg@texas.net> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1067485697 11859 80.91.224.253 (30 Oct 2003 03:48:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Oct 2003 03:48:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 30 04:48:15 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AF3nD-0001G2-01 for ; Thu, 30 Oct 2003 04:48:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AF3lQ-0007AI-08 for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Oct 2003 22:46:24 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!in.100proofnews.com!in.100proofnews.com!cycny01.gnilink.net!cyclone1.gnilink.net!small1.nntp.aus1.giganews.com!border1.nntp.aus1.giganews.com!intern1.nntp.aus1.giganews.com!nntp.giganews.com!nntp.texas.net!news.texas.net.POSTED!not-for-mail Original-NNTP-Posting-Date: Wed, 29 Oct 2003 21:38:28 -0600 Original-Newsgroups: gnu.emacs.help X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Original-Lines: 19 Original-X-Trace: sv3-TnpITkUnFK+my0lzGNjX631jmj96pNRlsYNEG8zm8fhZymsFaZrFbgwQ8xusPiGM8etFGptBAUgUXxQ!yy0VDGGh7V55gZqMn/PUghPOrjSp37bCjv6PQyTx0HLyM5kMrSqMnAiXXXtg Original-X-Complaints-To: abuse@texas.net X-DMCA-Complaints-To: abuse@texas.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.1 Original-Xref: shelby.stanford.edu gnu.emacs.help:117700 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13634 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13634 "jan" wrote in message news:mailman.2431.1067076191.21628.help-gnu-emacs@gnu.org... > "David Vanderschel" writes: > > Unfortunately, I am not in a position to recompile emacs. However, > > even if I were, I fear that I have missed the point of jan's > > edebug-symbol-values. > Perhaps the doc strings didn't make much sense, here is an example: > (let ((a 1)) > (let ((a 3)) > (symbol-values 'a))) => (3 1 unbound) I get it now. It is relevant. Wish I had it. Thanks, David V.