From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bruce Ingalls Newsgroups: gmane.emacs.help Subject: emacs vs xhtml Date: Thu, 12 Jun 2003 16:57:38 GMT Organization: Road Runner - NYC Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <6i2Ga.141560$h42.100634@twister.nyc.rr.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1055437305 27130 80.91.224.249 (12 Jun 2003 17:01:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 12 Jun 2003 17:01:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 12 19:01:43 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19QVSJ-00073J-00 for ; Thu, 12 Jun 2003 19:01:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19QVRs-0005Jg-Dc for gnu-help-gnu-emacs@m.gmane.org; Thu, 12 Jun 2003 13:01:16 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newshub.sdsu.edu!elnk-pas-nf2!elnk-pas-nf1!newsfeed.earthlink.net!newsfeed2.easynews.com!newsfeed1.easynews.com!easynews.com!easynews!news3.optonline.net!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!53ab2750!not-for-mail User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4) Gecko/20030529 X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 24.168.133.50 Original-X-Complaints-To: abuse@rr.com Original-X-Trace: twister.nyc.rr.com 1055437058 24.168.133.50 (Thu, 12 Jun 2003 12:57:38 EDT) Original-NNTP-Posting-Date: Thu, 12 Jun 2003 12:57:38 EDT Original-Xref: shelby.stanford.edu gnu.emacs.help:114410 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:10903 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10903 Generally, I have a hook, to fill (word wrap) all html files at 80 cols. There is one file, which I have overridden the fill, by ... Where the char before the Local Variables line is a ^L form feed. Unfortunately, such chars are illegal under x[ht]ml. I want my file to validate correctly under xhtml strict. I tried
 tags, amongst others.
Any suggestions?

BTW, part of the problem is that table rows don't indent nicely under
html helper mode.