From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Elena Newsgroups: gmane.emacs.help Subject: Re: What is the best way to navigate #ifdef and #endif in C program Date: Wed, 4 Aug 2010 09:23:40 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9f650a0b-86fc-4bf7-bcf8-0472f2aff4a3@c10g2000yqi.googlegroups.com> References: <53f62f81-fb10-4fb6-87ce-0eb5609d12f5@h17g2000pri.googlegroups.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 1291854416 23032 80.91.229.12 (9 Dec 2010 00:26:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 00:26:56 +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 01:26:45 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 1PQULL-0003ld-GQ for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 01:26:43 +0100 Original-Received: from localhost ([127.0.0.1]:35505 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQULK-0005xj-LH for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 19:26:42 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!c10g2000yqi.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help, comp.unix.shell, comp.lang.c, comp.lang.lisp, comp.lang.scheme Original-Lines: 10 Original-NNTP-Posting-Host: 89.96.190.244 Original-X-Trace: posting.google.com 1280939020 11554 127.0.0.1 (4 Aug 2010 16:23:40 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 4 Aug 2010 16:23:40 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c10g2000yqi.googlegroups.com; posting-host=89.96.190.244; posting-account=AFCLjAoAAABJAOf_HjgEEEi3ty-lG5m2 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:180380 comp.unix.shell:246344 comp.lang.c:979407 comp.lang.lisp:290895 comp.lang.scheme:87273 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:76294 Archived-At: On Aug 4, 4:45=A0am, Fren Zeee wrote: > If there is a wrapper do nothing type function in elisp/clisp/scheme > which can have the same effect as commenting out. Scheme multi-line comments are here: http://srfi.schemers.org/srfi-30/srfi-30.html Which also is first hit when searching the Net for "scheme multi line comments".