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

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

Re: How to quote region into HTML tags?


From: Jesper Harder
Subject: Re: How to quote region into HTML tags?
Date: Wed, 23 Apr 2003 14:26:43 +0200
User-agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3.50 (gnu/linux)

wang yin <wy@wangyin.com> writes:

> I want to quote some text in a region into HTML tags.
>
> for example, I want to change
>
> here is some text
>
> into
>
> <H3>here is some text</H3>
>
> How can I do this with HTML mode?

It works if you turn on transient mark mode, `M-x transient-mark-mode'.
Then the region will be highlighted, and inserted in the tag when you
use one of HTML mode shortcuts, say, `C-c 3' for <h3>.


reply via email to

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