Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

html editing

1 view
Skip to first unread message

Daniel Dalton

unread,
Feb 26, 2010, 3:46:32 AM2/26/10
to Help-gnu-emacs
Hi all,

Here is my situation:
I'm blind and doing a unit on web design, which I must complete. I'm
generating html pages. Currently I type all the code out by hand. My
fellow class mates are using gui front ends such as dream weaver on
windows.

So, for generating tables, changing fonts, and I guess for repetitive
html tasks, what tools can I use to speed up the process? Perhaps there
are tools that are available to save me so much typing...?

Thanks!
Dan

Pascal J. Bourguignon

unread,
Feb 26, 2010, 6:29:47 AM2/26/10
to

Have a look at skeleton and dabbrev.

Of course, if you're a programmer, you can write a program to generate
the html instead of writing it manually...


--
__Pascal Bourguignon__

Henri-Paul Indiogine

unread,
Feb 26, 2010, 10:19:16 AM2/26/10
to Help-gn...@gnu.org
This may not be the complete answer to your question, but org-mode,
http://orgmode.org, which is included in Emacs, is able to generate HTML
tables easily.

Best,

--
Henri-Paul Indiogine
Email: hindi...@gmail.com
Skype: hindiogine
Website: http://www.coe.tamu.edu/~enrico

Message has been deleted

Daniel Dalton

unread,
Feb 27, 2010, 8:03:33 AM2/27/10
to help-gn...@gnu.org
I have it installed just need to read the docs:)

I think this works for both latex and html too...

signature.asc

Gary

unread,
Feb 26, 2010, 7:00:23 AM2/26/10
to Help-gnu-emacs
On Fri, Feb 26, 2010 at 07:46:32PM +1100, Daniel Dalton wrote:

> So, for generating tables, changing fonts, and I guess for repetitive
> html tasks, what tools can I use to speed up the process? Perhaps there
> are tools that are available to save me so much typing...?

Well there is html mode of course, and there's a nice tutorial for that
at http://xahlee.org/emacs/emacs_html.html. That would definitely save
you typing tags. I don't know if you are expected to use CSS for your
fonts, styling and so on, it probably depends how advanced you are in
the course, but there is also a CSS mode with recent versions of
emacs. Predictive mode also has support for completing HTML tags, and
maybe other things you want as well -
http://www.dr-qubit.org/predictive/predictive-user-manual/html/HTML-Support.html#HTML-Support
I haven't use it myself yet, but it looks pretty flexible.

If you start with a plain text file you could also use txt2html, which
is a standalone tool that, as its name suggests, generates html from
plain text files. It only generates the basic HTML though, including
tables and so forth, you would have to add any styling yourself.

There is also emacs muse, of course, which can publish HTML, but I guess
that's not what you want.


Lennart Borgman

unread,
Feb 27, 2010, 9:09:45 AM2/27/10
to Help-gnu-emacs
On Fri, Feb 26, 2010 at 1:00 PM, Gary <em...@garydjones.name> wrote:
>
> Predictive mode also has support for completing HTML tags, and
> maybe other things you want as well -
> http://www.dr-qubit.org/predictive/predictive-user-manual/html/HTML-Support.html#HTML-Support
> I haven't use it myself yet, but it looks pretty flexible.


I wonder how that works if you are blind. The overlays used for menus
in predictive mode (and in the interface used by company mode) are
perhaps difficult for blind people, I do not know.

I think the authors of predictive mode and company mode are thinking
about dividing the GUI part and the completion part better.

They both have frame works for this and mixing the best of them is in
my opinion what is needed now to get something like this into Emacs.
So anyone who is interested in this could perhaps help. (This is
probably much more valuable than spawning new similar GUI:s.)


0 new messages