* Aquamacs and html-helper-mode
@ 2007-01-30 21:57 srdjan.m
2007-01-31 6:48 ` Gian Uberto Lauri
[not found] ` <mailman.3810.1170226142.2155.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 6+ messages in thread
From: srdjan.m @ 2007-01-30 21:57 UTC (permalink / raw)
To: help-gnu-emacs
Hello,
Sorry if this is not a place to ask about Aquamacs. But I'm having a
problem with the bundled
html-helper-mode. The problem is that TAB doesn't work. In other words
indentation via TAB key doesn't work. Any words of wisdom will be
greatly appreciated.
cheers
srdjan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Aquamacs and html-helper-mode
2007-01-30 21:57 Aquamacs and html-helper-mode srdjan.m
@ 2007-01-31 6:48 ` Gian Uberto Lauri
[not found] ` <mailman.3810.1170226142.2155.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 6+ messages in thread
From: Gian Uberto Lauri @ 2007-01-31 6:48 UTC (permalink / raw)
To: srdjan.m; +Cc: help-gnu-emacs
>>>>> "sm" == srdjan m <srdjan.marinovic@gmail.com> writes:
sm> Hello, Sorry if this is not a place to ask about Aquamacs. But I'm
sm> having a problem with the bundled html-helper-mode. The problem is
sm> that TAB doesn't work. In other words indentation via TAB key
sm> doesn't work. Any words of wisdom will be greatly appreciated.
What exactly means "doesn't work" ?
At this time the indentation engine in the mode does not indent all
the tags as does the default HTML mode.
--
/\ ___
/___/\_|_|\_|__|___Gian Uberto Lauri_____
//--\| | \| | Integralista GNUslamico
\/ e coltivatore diretto di Software
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Aquamacs and html-helper-mode
[not found] ` <mailman.3810.1170226142.2155.help-gnu-emacs@gnu.org>
@ 2007-01-31 10:14 ` srdjan.m
2007-01-31 10:50 ` Gian Uberto Lauri
[not found] ` <mailman.3813.1170240636.2155.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 6+ messages in thread
From: srdjan.m @ 2007-01-31 10:14 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
> What exactly means "doesn't work" ?
e.g.
...
<html>
...
<body>
...
When I press TAB key with cursor, when it is in front of <body>
nothing happens. The tag doesn't get indented.
Also wherever I press TAB key no indentation happens.
Thanks for your time
Srdjan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Aquamacs and html-helper-mode
2007-01-31 10:14 ` srdjan.m
@ 2007-01-31 10:50 ` Gian Uberto Lauri
2007-01-31 14:59 ` Lennart Borgman (gmail)
[not found] ` <mailman.3813.1170240636.2155.help-gnu-emacs@gnu.org>
1 sibling, 1 reply; 6+ messages in thread
From: Gian Uberto Lauri @ 2007-01-31 10:50 UTC (permalink / raw)
To: srdjan.m; +Cc: help-gnu-emacs
>>>>> "sm" == srdjan m <srdjan.marinovic@gmail.com> writes:
sm> Hi,
>> What exactly means "doesn't work" ?
sm> e.g. ... <html> ... <body> ... When I press TAB key with
sm> cursor, when it is in front of <body> nothing happens. The tag
sm> doesn't get indented. Also wherever I press TAB key no
sm> indentation happens.
Oh, it works fine, then. But it's workings doesn't suite your taste.
A solution could be to replace the indentation engine with that of FSF
html mode.
html-helper-mode developement is a bit halted. The main feature was
painting in a special color "server side scripts" of JSP/PHP and ASP,
but the kluge once developed stopped to work with the latest Emacsen
and their fine jit font-lock engine and a solution was not found.
--
/\ ___
/___/\_|_|\_|__|___Gian Uberto Lauri_____
//--\| | \| | Integralista GNUslamico
\/ e coltivatore diretto di Software
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Aquamacs and html-helper-mode
[not found] ` <mailman.3813.1170240636.2155.help-gnu-emacs@gnu.org>
@ 2007-01-31 12:43 ` srdjan.m
0 siblings, 0 replies; 6+ messages in thread
From: srdjan.m @ 2007-01-31 12:43 UTC (permalink / raw)
To: help-gnu-emacs
> Oh, it works fine, then. But it's workings doesn't suite your taste.
>
> A solution could be to replace the indentation engine with that of FSF
> html mode.
Thanks for the explanation. I'll see if I can figure something out.
Thanks again for your time
srdjan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Aquamacs and html-helper-mode
2007-01-31 10:50 ` Gian Uberto Lauri
@ 2007-01-31 14:59 ` Lennart Borgman (gmail)
0 siblings, 0 replies; 6+ messages in thread
From: Lennart Borgman (gmail) @ 2007-01-31 14:59 UTC (permalink / raw)
To: saint; +Cc: srdjan.m, help-gnu-emacs
Gian Uberto Lauri wrote:
>>>>>> "sm" == srdjan m <srdjan.marinovic@gmail.com> writes:
>
> sm> Hi,
>>> What exactly means "doesn't work" ?
>
> sm> e.g. ... <html> ... <body> ... When I press TAB key with
> sm> cursor, when it is in front of <body> nothing happens. The tag
> sm> doesn't get indented. Also wherever I press TAB key no
> sm> indentation happens.
>
> Oh, it works fine, then. But it's workings doesn't suite your taste.
>
> A solution could be to replace the indentation engine with that of FSF
> html mode.
>
> html-helper-mode developement is a bit halted. The main feature was
> painting in a special color "server side scripts" of JSP/PHP and ASP,
> but the kluge once developed stopped to work with the latest Emacsen
> and their fine jit font-lock engine and a solution was not found.
>
Maybe I should say that nxhtml-mode (see
http://www.emacswiki.org/cgi-bin/wiki/NxhtmlModea) might be an
alternative too. However it requires Emacs 22 (stable, but in pretest
yet) and it is for XHTML.
This is helpful in a different way than html-helper-mode. nxhtml-mode
knows about the XHTML syntax and can do completion.
I have seen a rather low interest in this counted in the number of
downloads. Maybe it is too high-tech? (Not my part, but nxml-mode, which
it is based on ;-) .) Maybe it is because of missing features? I would
be interested to know.
Strangely enough I have seen a little bit bigger interest from Asian
countries.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-01-31 14:59 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-30 21:57 Aquamacs and html-helper-mode srdjan.m
2007-01-31 6:48 ` Gian Uberto Lauri
[not found] ` <mailman.3810.1170226142.2155.help-gnu-emacs@gnu.org>
2007-01-31 10:14 ` srdjan.m
2007-01-31 10:50 ` Gian Uberto Lauri
2007-01-31 14:59 ` Lennart Borgman (gmail)
[not found] ` <mailman.3813.1170240636.2155.help-gnu-emacs@gnu.org>
2007-01-31 12:43 ` srdjan.m
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).