Samuel Wales <samolog...@gmail.com> writes:

> On 2010-10-19, Jeff Horn <jrhorn...@gmail.com> wrote:
>> .----
>> | like this
>> | or this
>> .__
>
> As it can be an obstacle for people who are new to Emacs to remove the
> rectangle,
> I do
>
> ===
> This
> ===

Gnus provides a function to

--8<---------------cut here---------------start------------->8---
wrap text like
this
--8<---------------cut here---------------end--------------->8---

using C-c M-m (message-mark-inserted-region)

I have that as a global binding now
(global-set-key (kbd "<f9> m") 'message-mark-inserted-region)


I also use boxquote.el
(global-set-key (kbd "<f9> r") 'boxquote-region)
(global-set-key (kbd "<f9> f") 'boxquote-insert-file)

HTH,
Bernt

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to