From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.help Subject: Re: Is there any elisp functions to tell whether the cursor is in a comment block? Date: Tue, 15 Jul 2008 01:20:15 +0200 Message-ID: <487BDF2F.8010202@gmail.com> References: <87tzetis7w.fsf@DEBLAP1.BeNet> <71bcf427-442c-45b8-95d6-5f8289c85297@z72g2000hsb.googlegroups.com> <87iqv8sdyi.fsf@DEBLAP1.BeNet> <87mykk1b1r.fsf@DEBLAP1.BeNet> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216077664 14656 80.91.229.12 (14 Jul 2008 23:21:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Jul 2008 23:21:04 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Tom Tromey Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 15 01:21:52 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 1KIXMb-0003Bw-5K for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Jul 2008 01:21:49 +0200 Original-Received: from localhost ([127.0.0.1]:40024 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIXLi-0005A3-SF for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Jul 2008 19:20:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KIXLK-00057z-QU for help-gnu-emacs@gnu.org; Mon, 14 Jul 2008 19:20:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KIXLJ-00057C-A7 for help-gnu-emacs@gnu.org; Mon, 14 Jul 2008 19:20:30 -0400 Original-Received: from [199.232.76.173] (port=41997 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIXLI-000575-TL for help-gnu-emacs@gnu.org; Mon, 14 Jul 2008 19:20:28 -0400 Original-Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]:49128) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KIXLI-0003hv-95 for help-gnu-emacs@gnu.org; Mon, 14 Jul 2008 19:20:28 -0400 Original-Received: from c83-254-145-59.bredband.comhem.se ([83.254.145.59]:60129 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1KIXLG-0000J3-8P; Tue, 15 Jul 2008 01:20:26 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <87mykk1b1r.fsf@DEBLAP1.BeNet> X-Antivirus: avast! (VPS 080712-0, 2008-07-12), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.145.59 X-Scan-Result: No virus found in message 1KIXLG-0000J3-8P. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1KIXLG-0000J3-8P ce4f3276f1f6c8ba4b061b24d5e8eecc X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:55575 Archived-At: Joe Bloggs wrote: > "Lennart Borgman (gmail)" writes: > >> Joe Bloggs wrote: >>> I guess I would have to adapt Johan's code to get it to work in >>> emacs 21, but thanks anyway. >> Just out of curiosity: Why don't you upgrade to Emacs 22? > > I tried, but couldn't get it to work properly. > I wasted a whole day ****ing around with my .emacs, load-path etc. > I use quite a lot of packages and I'm not sure which ones are > compatible or not. So for the moment I'm sticking with what works (i.e. emacs 21). > Actually maybe you could give me some tips on a smooth transition? Unfortunately I am not the right person for that. I have hardly ever used Emacs 21. I started with CVS Emacs 22. I have been thinking of putting up a page with information about which packages works with which version of Emacs. Of course I can not populate such a page myself. People who are actually using a package must tell about there success/problems. For such a page to be really useful I think it should be structured both with free text and structured text that makes it possible for package helpers like ELPA to use it. > My OS is Debian Etch. > Currently I get the following error when I start up emacs 22.2: > > "File error: Cannot open load file, tramp-gw" > > which means I can't use tramp. > > Wouldn't mind trying out emacs 23 at some point either. It could be a good idea trying CVS Emacs 23 instead of Emacs 22. Emacs 23 is not too far from a release and in most respect stable.