emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: OFF-TOPIC - posting file snippets..


From: Richard Riley
Subject: Re: [Orgmode] Re: OFF-TOPIC - posting file snippets..
Date: Thu, 08 Jan 2009 20:27:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Manish <address@hidden> 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




reply via email to

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