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

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

Re: quoting a block of text with ">"


From: ken
Subject: Re: quoting a block of text with ">"
Date: Thu, 30 Sep 2010 10:25:43 -0400
User-agent: Thunderbird 2.0.0.24 (X11/20100912)

On 09/30/2010 09:16 AM Tom Roche wrote:
> Stever Wed, 29 Sep 2010 11:59:19 -0700
>>>> is there any function where I can highlight a block of text and
>>>> put a ">" in front of it.

Here's how I do it:

Put a '>' in the first column of the first and second lines of the block
of text,  The hit C-q.

==================

As an alternative, I have this in ~/.emacs

(fset 'mailind "\C-a> \C-n\C-a")
(global-set-key [C-f8] 'mailind)

Then I can hold down C-F8 for as long as I need to prepend those '>' chars.


hth,
ken




reply via email to

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