From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Valentin Baciu Newsgroups: gmane.emacs.help Subject: Re: Lisp comments enclosed inside #|..|# Date: Sat, 18 Feb 2012 15:30:18 +0200 Message-ID: References: <4F3F013E.5040502@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1329571833 10105 80.91.229.3 (18 Feb 2012 13:30:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 18 Feb 2012 13:30:33 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Akshay Srinivasan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 18 14:30:32 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RykMt-0008Tp-Le for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Feb 2012 14:30:27 +0100 Original-Received: from localhost ([::1]:47700 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RykMt-0003fr-0E for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Feb 2012 08:30:27 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:47110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RykMn-0003fm-FO for help-gnu-emacs@gnu.org; Sat, 18 Feb 2012 08:30:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RykMm-00024v-BF for help-gnu-emacs@gnu.org; Sat, 18 Feb 2012 08:30:21 -0500 Original-Received: from mail-vx0-f169.google.com ([209.85.220.169]:43653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RykMm-00024p-5p for help-gnu-emacs@gnu.org; Sat, 18 Feb 2012 08:30:20 -0500 Original-Received: by vcbf13 with SMTP id f13so3576086vcb.0 for ; Sat, 18 Feb 2012 05:30:19 -0800 (PST) Received-SPF: pass (google.com: domain of valentin@syntactic.org designates 10.220.141.201 as permitted sender) client-ip=10.220.141.201; Authentication-Results: mr.google.com; spf=pass (google.com: domain of valentin@syntactic.org designates 10.220.141.201 as permitted sender) smtp.mail=valentin@syntactic.org; dkim=pass header.i=valentin@syntactic.org Original-Received: from mr.google.com ([10.220.141.201]) by 10.220.141.201 with SMTP id n9mr7368383vcu.66.1329571819037 (num_hops = 1); Sat, 18 Feb 2012 05:30:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=syntactic.org; s=syntacticorg; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=dREaM6zHtfZitbc0OIsIDWGJ+NUfYpfzIMgJvV0zMSs=; b=Ri3qzNHszgqgBM6j4LKKE5nAZ6o+8MklxwG0Jl7aSjl3hspzoYzXJfPGZGWl2bJxJe k+LO1BlMZkjxAubwc4k6yNDhXzwUA6X0UcCY/ebxeYGQOvXsJIk58IsQTWfV/eoCulmm +gAN9h0G6aP37ZO2Nwqe9bL/FK0s/PSMF7GCQ= Original-Received: by 10.220.141.201 with SMTP id n9mr5865749vcu.66.1329571818909; Sat, 18 Feb 2012 05:30:18 -0800 (PST) Original-Received: by 10.52.35.80 with HTTP; Sat, 18 Feb 2012 05:30:18 -0800 (PST) In-Reply-To: <4F3F013E.5040502@gmail.com> X-Gm-Message-State: ALoCoQkxaq1rQc5gjxzo6xpJlA4AW/Gtgu5dQvOfm/fmg8JPhQUw0IBPA8p4RAIwAxBFWZIJ+mt2 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.220.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83785 Archived-At: On Sat, Feb 18, 2012 at 3:39 AM, Akshay Srinivasan wrote: > Hello, > =A0=A0=A0 I had issues with emacs not rendering comments enclosed inside = #|..|# > properly in lisp-mode. Does anyone know how to fix this ? > > Thanks, > Akshay If you are super cereal about this issue then you should provide more detai= ls.