From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard G Riley Newsgroups: gmane.emacs.help Subject: Re: Q: How do You Indent to same level as last instance of a given char? Date: Sat, 10 May 2008 17:36:08 +0200 Organization: A noiseless patient Spider Message-ID: References: <878wyj6653.fsf@localhost.localdomain> <874p97659z.fsf@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210434049 20805 80.91.229.12 (10 May 2008 15:40:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 May 2008 15:40:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 10 17:41:26 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 1JurCL-0003Di-8N for geh-help-gnu-emacs@m.gmane.org; Sat, 10 May 2008 17:41:21 +0200 Original-Received: from localhost ([127.0.0.1]:38819 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JurBc-0007As-QS for geh-help-gnu-emacs@m.gmane.org; Sat, 10 May 2008 11:40:36 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!feeder.news-service.com!feeder.news-service.com!news.motzarella.org!motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 37 Original-X-Trace: feeder.motzarella.org U2FsdGVkX19jPtVqSLr4fcpZf0QbOH6Ov13n6NjGC4isxmZtksCetM/4GPUrZHqsN1C/78OhWaACShwE96h1J19+XzZ6SC31rv8tXzlnpZ8ise69efFhYJLsm6X3/YtuLrhz7+bBuvfwP7rwNOZEnQ== Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Sat, 10 May 2008 15:36:09 +0000 (UTC) X-Auth-Sender: U2FsdGVkX1/I18BZZ7X5P68z3WskHY+kW7Wk0nhr4E9xwU8RGlZTmg== Cancel-Lock: sha1:0ftyfVzNNlVhVc98fFIge8VKdG0= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:158505 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:53865 Archived-At: Uber_Micro writes: > Richard G Riley writes: > >> Uber_Micro writes: >> >> > For example >> > >> > >> > If i have: >> > >> >
>> >
>> >

>> > I love to eat lots of fish >> > >> >

[PRESS TAB HERE] >> >
>> >
>> > >> > >> > I want this to move

so that it lines up with the other

. >> > >> > Bonus points if you could give to line up with correct >> >

. >> >> Look up nxhtml mode in google. > > nxhtml only works on xhtml, xhtml doesn't work on the net (i.e. not > supported by IE6-7, no partial render in FF2). > > I need a good HTML4.01 which works with php code. I use it all the time to write xhtml code which works just fine on the net. And with mumamo mode providing mode specific modes for when in php blocks.