From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Auto xml end-tag Date: Wed, 21 Sep 2005 15:42:54 +0200 Message-ID: <4331635E.50006@student.lu.se> References: <1D2D5797BA36D341ACAF6151EA8C1D5211B47A@NoM35-SrEx4.no.via.as> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: Quoted-Printable X-Trace: sea.gmane.org 1127310619 20215 80.91.229.2 (21 Sep 2005 13:50:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Sep 2005 13:50:19 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 21 15:50:18 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EI4zH-0003YT-NX for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Sep 2005 15:50:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EI4zF-0001oy-HP for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Sep 2005 09:50:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EI4v3-0008KJ-23 for help-gnu-emacs@gnu.org; Wed, 21 Sep 2005 09:45:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EI4uz-0008Hu-HA for help-gnu-emacs@gnu.org; Wed, 21 Sep 2005 09:45:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EI4uz-00084Z-7k for help-gnu-emacs@gnu.org; Wed, 21 Sep 2005 09:45:49 -0400 Original-Received: from [81.228.8.164] (helo=pne-smtpout2-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EI4sH-0002Oy-Fl for help-gnu-emacs@gnu.org; Wed, 21 Sep 2005 09:43:01 -0400 Original-Received: from [192.168.123.121] (83.249.205.211) by pne-smtpout2-sn2.hy.skanova.net (7.2.060.1) id 42B94E2900FD8A91; Wed, 21 Sep 2005 15:42:55 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: =?ISO-8859-1?Q?Trond_Hersl=F8v?= In-Reply-To: <1D2D5797BA36D341ACAF6151EA8C1D5211B47A@NoM35-SrEx4.no.via.as> 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:29615 Archived-At: Trond Hersl=F8v wrote: > Hi! > I am myself not able to program to new things into my emacs, but I=20 > have a strong wish for a certain functionality. > Maybe there already exists a library that someone can show me how to=20 > include, of if not, maybe some of you also thinks this is a good idea,=20 > and actually make the effort to program it. > > Much of my work nowdays includes writing som kind of sgml based text=20 > files: XML, HTML, JSP, config files (eg. Apache webserver) etc. > > One of the biggest problems with these textfiles is the mismatch of=20 > start and end tag. For example: > This is the body > Errors like this is often in a big file hard to find, so my whish for=20 > a new functionality is this: > > After I have written or I= =20 > could press e.g Ctrl-t and emacs would insert for me. > > It would very nice if it could work recursiv ofcourse, but if it only=20 > works for the last tag, it would be fine too. > Maybe you should look into nxml-mode. Look at http://www.emacswiki.org/=20 for some starting info about it.