* emacs vs xhtml
@ 2003-06-12 16:57 Bruce Ingalls
2003-06-12 18:29 ` Stefan Monnier
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Bruce Ingalls @ 2003-06-12 16:57 UTC (permalink / raw)
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
...
<!-- Turn off word-wrap for this file (without Emacs prompting to eval
local vars)
\f
Local Variables:
fill-column: 999
End:
-->
</body>
</html>
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 <pre> tags, amongst others.
Any suggestions?
BTW, part of the problem is that table rows don't indent nicely under
html helper mode.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: emacs vs xhtml
2003-06-12 16:57 emacs vs xhtml Bruce Ingalls
@ 2003-06-12 18:29 ` Stefan Monnier
2003-06-12 18:30 ` Stefan Monnier
2003-06-13 7:01 ` Kai Großjohann
2 siblings, 0 replies; 5+ messages in thread
From: Stefan Monnier @ 2003-06-12 18:29 UTC (permalink / raw)
> Where the char before the Local Variables line is a ^L form feed.
Have you tried to put <!-- -*- fill-column: 9999 -*- -->
somewhere on the first line of your file ?
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: emacs vs xhtml
2003-06-12 16:57 emacs vs xhtml Bruce Ingalls
2003-06-12 18:29 ` Stefan Monnier
@ 2003-06-12 18:30 ` Stefan Monnier
2003-06-13 7:01 ` Kai Großjohann
2 siblings, 0 replies; 5+ messages in thread
From: Stefan Monnier @ 2003-06-12 18:30 UTC (permalink / raw)
> BTW, part of the problem is that table rows don't indent nicely under
> html helper mode.
How do they indent, how should they indent instead ?
You know... the usual bug-reporting info...
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: emacs vs xhtml
2003-06-12 16:57 emacs vs xhtml Bruce Ingalls
2003-06-12 18:29 ` Stefan Monnier
2003-06-12 18:30 ` Stefan Monnier
@ 2003-06-13 7:01 ` Kai Großjohann
2003-06-13 23:58 ` Bruce Ingalls
2 siblings, 1 reply; 5+ messages in thread
From: Kai Großjohann @ 2003-06-13 7:01 UTC (permalink / raw)
Bruce Ingalls <bingalls@CUT-this-SPAM-BLOCK.fit-zones.com> writes:
> Where the char before the Local Variables line is a ^L form feed.
> Unfortunately, such chars are illegal under x[ht]ml.
Just omit it, then...
--
This line is not blank.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: emacs vs xhtml
2003-06-13 7:01 ` Kai Großjohann
@ 2003-06-13 23:58 ` Bruce Ingalls
0 siblings, 0 replies; 5+ messages in thread
From: Bruce Ingalls @ 2003-06-13 23:58 UTC (permalink / raw)
Kai Großjohann wrote:
> Bruce Ingalls <bingalls@CUT-this-SPAM-BLOCK.fit-zones.com> writes:
>
>>Where the char before the Local Variables line is a ^L form feed.
>>Unfortunately, such chars are illegal under x[ht]ml.
>
> Just omit it, then...
DOH!
I'll get the bug report to the maintainer of html helper mode
thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-06-13 23:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-12 16:57 emacs vs xhtml Bruce Ingalls
2003-06-12 18:29 ` Stefan Monnier
2003-06-12 18:30 ` Stefan Monnier
2003-06-13 7:01 ` Kai Großjohann
2003-06-13 23:58 ` Bruce Ingalls
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).