[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemacs-devel] How to use the html mode? Can't even insert a <br> .
From: |
Peter Hoffmann |
Subject: |
Re: [Qemacs-devel] How to use the html mode? Can't even insert a <br> . . . |
Date: |
Wed, 26 Oct 2005 12:45:09 +0200 |
On 10/26/05, Helge Hafting <address@hidden> wrote:
> Is there any documentation about how html mode is supposed to work?
> The rendering looks fine, but I can't do much editing, other than
> entering text.
>
> I can't insert any html commands - because qemacs escape the "<" and so on.
> I needed a <br>, and pressing enter/return is the obvious choice.
> But this only inserts a space. Well, I have the spacebar for that . . .
>
> Is html-mode unfinished, or is there a way to enter more than just text?
I think it is a feature of html-mode to convert >, < and & to their
html eqivalents a< > and &. An enter is inserted, but
rendered as a space.
If you want to insert html code directly you better switch to xml-mode
(M-x xml-mode). Or split the window(Ctr-x 3) and have the file open
once in html-mode and once in xml-mode.
Peter