From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Keller Newsgroups: gmane.emacs.help Subject: Re: What is the best way to navigate #ifdef and #endif in C program Date: Wed, 4 Aug 2010 15:35:48 +0000 (UTC) Organization: the UPL Message-ID: References: <53f62f81-fb10-4fb6-87ce-0eb5609d12f5@h17g2000pri.googlegroups.com> <87y6cmsmf1.fsf@kuiper.lan.informatimago.com> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1291948225 16337 80.91.229.12 (10 Dec 2010 02:30:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Dec 2010 02:30:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 10 03:30:17 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQskT-0003go-8H for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Dec 2010 03:30:17 +0100 Original-Received: from localhost ([127.0.0.1]:50593 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQskS-0001IU-9M for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 21:30:16 -0500 Original-Path: usenet.stanford.edu!fu-berlin.de!news.musoftware.de!wum.musoftware.de!feeder.erje.net!eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.lang.lisp,comp.lang.scheme Original-Lines: 10 Injection-Date: Wed, 4 Aug 2010 15:35:48 +0000 (UTC) Injection-Info: mx03.eternal-september.org; posting-host="ooL5dVz+AwTXWsVFxETc8w"; logging-data="20419"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+65ICQtzeD9b4ToNcBbV4a" User-Agent: tin/1.9.5-20091224 ("Lochruan") (UNIX) (Linux/2.6.32-24-generic (i686)) Cancel-Lock: sha1:gwi4xYxkMBOD3aq0sp4eiF99Oxs= Original-Xref: usenet.stanford.edu gnu.emacs.help:180369 comp.lang.lisp:290890 comp.lang.scheme:87271 X-Mailman-Approved-At: Thu, 09 Dec 2010 20:23:31 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77204 Archived-At: In comp.lang.lisp Peter Keller wrote: > For example, could I add the ability for a function to introspect > into its own display and see an annotated mapping of the machine > registers in context? Let me make a correction to this one. I *may* be able to add this because CL comes with disassemble. But it all comes down to how much information is provided to me by the implementation and how it is presented to me. -pete