help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HTML utility functions (my first Emacs Lisp)


From: Will McCutchen
Subject: Re: HTML utility functions (my first Emacs Lisp)
Date: Sun, 19 Mar 2006 11:58:47 -0600

Hi François,

On 3/18/06, François Gannaz <mytskine@laposte.net> wrote:
> (define-skeleton xhtml-wrap-par
>   "Wraps a paragrah."
>       nil
>       "<p>" _ "</p>")
> "define-skeleton" is defined in skeleton.el which is part of
> Emacs. The above function is interactive and can be applied to a
> selected region.

Ahh... I've never come across define-skeleton before.  It looks like
that will be a solution for at least some of my problems.  I'll have
to try to work with it some to figure out if I can make it do some of
the more advanced tasks I need.

> Hope it helps.

It does, I appreciate the help!


Will.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]