From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: A few questions about how you write e-mails Date: Wed, 20 Oct 2010 07:36:06 -0400 Message-ID: <87hbghume1.fsf@gollum.intra.norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=54265 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8X3R-0005Ig-IK for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 07:42:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8Wxt-0005DX-Gh for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 07:36:18 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:57031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8Wxt-0005Cp-Ei for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 07:36:17 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Samuel Wales Cc: Jeff Horn , Org-mode ml Samuel Wales writes: > On 2010-10-19, Jeff Horn 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 " m") 'message-mark-inserted-region) I also use boxquote.el (global-set-key (kbd " r") 'boxquote-region) (global-set-key (kbd " f") 'boxquote-insert-file) HTH, Bernt