From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alessio Stalla Newsgroups: gmane.emacs.help Subject: Re: What is the best way to navigate #ifdef and #endif in C program Date: Wed, 4 Aug 2010 03:38:46 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <53f62f81-fb10-4fb6-87ce-0eb5609d12f5@h17g2000pri.googlegroups.com> <87y6cmsmf1.fsf@kuiper.lan.informatimago.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1291927947 27373 80.91.229.12 (9 Dec 2010 20:52:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 20:52:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 21:52:23 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 1PQnTR-0005LR-Fi for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 21:52:23 +0100 Original-Received: from localhost ([127.0.0.1]:55960 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQnTO-00064x-Ps for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 15:52:19 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!z10g2000yqb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.lang.lisp,comp.lang.scheme Original-Lines: 9 Original-NNTP-Posting-Host: 151.89.15.211 Original-X-Trace: posting.google.com 1280918326 26041 127.0.0.1 (4 Aug 2010 10:38:46 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 4 Aug 2010 10:38:46 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z10g2000yqb.googlegroups.com; posting-host=151.89.15.211; posting-account=lQGEkQoAAAB85u9ZdpjVtg0WoVPxKpxu User-Agent: G2/1.0 X-HTTP-Via: 1.1 ELGAPRO03, 1.1 elc00upx01:8080 (squid/2.5.STABLE13) X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.8) Gecko/20100723 Ubuntu/10.04 (lucid) Firefox/3.6.8,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:180346 comp.lang.lisp:290878 comp.lang.scheme:87266 X-Mailman-Approved-At: Thu, 09 Dec 2010 15:36:48 -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:77059 Archived-At: On Aug 4, 12:27=A0pm, p...@informatimago.com (Pascal J. Bourguignon) wrote: > In Common Lisp you could try to use #| |#, but unfortunately, it is not l= ike C /* and */: Unfortunately? I don't find it unfortunate that I can nest comments, while in the C-family I cannot. Alessio