all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "B. T. Raven" <nihil@nihilo.net>
To: help-gnu-emacs@gnu.org
Subject: Re: html editing
Date: Fri, 26 Feb 2010 15:55:12 -0600	[thread overview]
Message-ID: <Odmdnc4Rl8Gn3hXWnZ2dnUVZ_qWdnZ2d@bright.net> (raw)
In-Reply-To: <mailman.1915.1267174005.14305.help-gnu-emacs@gnu.org>

Daniel Dalton wrote:
> 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
> 
> 
> 


There are also html-mode and html-helper-mode which add sections to the
menu (html, sgml, etc.) Both insert html tags, headers, lists, etc. and
position the cursor appropriately. I have this in my .emacs:

(autoload 'html-helper-mode "html-helper-mode" "Yay HTML" t)
(setq auto-mode-alist (cons '("\\.html$" . html-helper-mode)

    auto-mode-alist))

(setq html-helper-build-new-buffer t)

Since I don't really use html much, I don't remember where all this came
from. Html-helper-mode might not be part of Emacs (I have it in the
site-lisp directory) but it can be downloaded here:

http://www.emacswiki.org/emacs/HtmlHelperMode


Ed



  parent reply	other threads:[~2010-02-26 21:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1915.1267174005.14305.help-gnu-emacs@gnu.org>
2010-02-26 11:29 ` html editing Pascal J. Bourguignon
2010-02-26 21:55 ` B. T. Raven [this message]
2010-02-26 15:19 Henri-Paul Indiogine
2010-02-27 13:03 ` Daniel Dalton
  -- strict thread matches above, loose matches on Subject: below --
2010-02-26  8:46 Daniel Dalton
2010-02-26 12:00 ` Gary
2010-02-27 14:09   ` Lennart Borgman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Odmdnc4Rl8Gn3hXWnZ2dnUVZ_qWdnZ2d@bright.net \
    --to=nihil@nihilo.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.