all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.