From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.help Subject: Re: Is there any elisp functions to tell whether the cursor is in a comment block? Date: Mon, 14 Jul 2008 19:27:40 -0600 Message-ID: References: <87tzetis7w.fsf@DEBLAP1.BeNet> <71bcf427-442c-45b8-95d6-5f8289c85297@z72g2000hsb.googlegroups.com> <87iqv8sdyi.fsf@DEBLAP1.BeNet> <87mykk1b1r.fsf@DEBLAP1.BeNet> <487BDF2F.8010202@gmail.com> Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216088801 10466 80.91.229.12 (15 Jul 2008 02:26:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jul 2008 02:26:41 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Lennart Borgman \(gmail\)" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 15 04:27:28 2008 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.50) id 1KIaGG-0006dg-6i for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Jul 2008 04:27:28 +0200 Original-Received: from localhost ([127.0.0.1]:41599 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIaFO-00031h-2t for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Jul 2008 22:26:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KIZKi-0004bc-UE for help-gnu-emacs@gnu.org; Mon, 14 Jul 2008 21:28:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KIZKh-0004b6-92 for help-gnu-emacs@gnu.org; Mon, 14 Jul 2008 21:28:00 -0400 Original-Received: from [199.232.76.173] (port=44830 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIZKh-0004b1-0l for help-gnu-emacs@gnu.org; Mon, 14 Jul 2008 21:27:59 -0400 Original-Received: from mx1.redhat.com ([66.187.233.31]:59698) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KIZKf-0001xW-Rg for help-gnu-emacs@gnu.org; Mon, 14 Jul 2008 21:27:58 -0400 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m6F1RfPv025020; Mon, 14 Jul 2008 21:27:41 -0400 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m6F1RfrH003601; Mon, 14 Jul 2008 21:27:41 -0400 Original-Received: from opsy.redhat.com (vpn-12-60.rdu.redhat.com [10.11.12.60]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m6F1ReaI022790; Mon, 14 Jul 2008 21:27:40 -0400 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 22BEE508080; Mon, 14 Jul 2008 19:27:40 -0600 (MDT) X-Attribution: Tom In-Reply-To: <487BDF2F.8010202@gmail.com> (Lennart Borgman's message of "Tue\, 15 Jul 2008 01\:20\:15 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-Mailman-Approved-At: Mon, 14 Jul 2008 22:24:53 -0400 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:55584 Archived-At: >>>>> "Lennart" == Lennart Borgman (gmail) writes: Lennart> I have been thinking of putting up a page with information about which Lennart> packages works with which version of Emacs. Of course I can not Lennart> populate such a page myself. People who are actually using a package Lennart> must tell about there success/problems. For such a page to be really Lennart> useful I think it should be structured both with free text and Lennart> structured text that makes it possible for package helpers like ELPA Lennart> to use it. Yeah -- this particular problem is something I did not try to solve with ELPA/package.el. I just don't see a very good way to solve it, beyond documentation. I'm open to suggestions. Tom