all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Riley <rileyrgdev@googlemail.com>
To: Manish <mailtomanish.sharma@gmail.com>
Cc: Paul R <paul.r.ml@gmail.com>, emacs-orgmode@gnu.org
Subject: Re: Re: OFF-TOPIC - posting file snippets..
Date: Thu, 08 Jan 2009 20:27:16 +0100	[thread overview]
Message-ID: <49665397.1438560a.4a80.ffffeaa5@mx.google.com> (raw)
In-Reply-To: e7cdbe30901081006h53138768ld044f4aa49c3f4f4@mail.gmail.com

Manish <mailtomanish.sharma@gmail.com> 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	other threads:[~2009-01-08 19:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-08 15:57 OFF-TOPIC - posting file snippets sergio_101
2009-01-08 16:04 ` Chris Gray
2009-01-08 17:23 ` Paul R
2009-01-08 18:06   ` Manish
2009-01-08 19:27     ` Richard Riley [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49665397.1438560a.4a80.ffffeaa5@mx.google.com \
    --to=rileyrgdev@googlemail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=mailtomanish.sharma@gmail.com \
    --cc=paul.r.ml@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.