From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: Re: OFF-TOPIC - posting file snippets.. Date: Thu, 08 Jan 2009 20:27:16 +0100 Message-ID: <49665397.1438560a.4a80.ffffeaa5@mx.google.com> References: <877i55empb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LL0XM-0002VY-A3 for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 14:27:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LL0XK-0002Te-To for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 14:27:23 -0500 Received: from [199.232.76.173] (port=33922 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LL0XK-0002TJ-K8 for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 14:27:22 -0500 Received: from fg-out-1718.google.com ([72.14.220.154]:18311) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LL0XK-0004Vb-1M for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 14:27:22 -0500 Received: by fg-out-1718.google.com with SMTP id l26so3506242fgb.30 for ; Thu, 08 Jan 2009 11:27:20 -0800 (PST) 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: Manish Cc: Paul R , emacs-orgmode@gnu.org Manish writes: > On Thu, Jan 8, 2009 at 10:53 PM, Paul R wrote: > > > > sergio> my question is.. how are they doing that? > > > > A lot of us format our mails in emacs using filling, boxquotes, > > rectangles etc. Some of us even send mail through emacs. The most > > adventurous will read mail in emacs, using Gnus, or ViewMail, or Mew or > > an other package. > > > > So my guess is that the answer is "emacs". > > Well said. > > For those using Firefox/Iceweasel addon "It's All Text" is worth > looking into. Using this one can use Emacs anywhere there's a text > box. To be specific, the OP needs "boxquote.el". I have it bound thus: ,---- | (define-key mode-specific-map [?q] 'boxquote-region) `---- So in Gnus it's "C-c q" on a region in ,---- | order to boxquote like this `---- And with things like It's All Text, be aware of "emacs --daemon" and "emacsclient -c". e.g In my .xsession I have: ,---- | pidof emacs || emacs --daemon `---- which starts emacs if not already running as a server. Then one can have a permanent emacs server running and connect to it from a terminal, script etc. using ,---- | emacsclient `---- Note that "its all text" requires full path e.g ,---- | /usr/local/bin/emacsclient `---- The daemon is a feature of Emacs 23 which I pull from the following git repository ,---- | git://git.sv.gnu.org/emacs.git `---- All good stuff! -- important and urgent problems of the technology of today are no longer the satisfactions of the primary needs or of archetypal wishes, but the reparation of the evils and damages by the technology of yesterday. ~Dennis Gabor, Innovations: Scientific, Technological and Social, 1970