all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Riley <rileyrgdev@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: LaTeX-editing TEXTAREAs using w3m?
Date: Mon, 29 Sep 2008 20:37:41 +0200	[thread overview]
Message-ID: <gbr78g$oe6$1@registered.motzarella.org> (raw)
In-Reply-To: mailman.20173.1222712592.18990.help-gnu-emacs@gnu.org

"Drew Adams" <drew.adams@oracle.com> writes:

>> > This is probably no help, but isn't there a way to open an 
>> > editor (e.g. the value of $EDITOR) from a Web browser for such
>> > a text area? If there is, then you should be able to use
>> > emacsclient (or gnuclient) to do that editing with Emacs.
>> >
>> > That's one of the things emacsclient is for: to let you 
>> > open Emacs from some other app. Dunno if Web browsers let you
>> > do that easily, though.
>> 
>> Firefox does.
>> Look into using : https://addons.mozilla.org/en-US/firefox/addon/4125
>
> Yes, thanks for the link; works fine. Makes Firefox pop up an Emacs window (via
> emacsclient) whenever you use an HTML text area. Just use `C-x #' to send the
> edited text back to the browser.

Linux users (X) might be interested in this little script which I call
from the extension above:

,----
| wmctrl -a emacs
| source ~/bin/emacs.bash
| edit $1
`----

wmctrl brings emacs to the foreground and the emacs.bash is a copy of
the bash script which defines edit() to use emacs client or start emacs
as appropriate. Edit as appropriate.

Caveat : When using with gmail for example set gmail up to use "basic
html" or it wont work.


 


  parent reply	other threads:[~2008-09-29 18:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-29 11:56 LaTeX-editing TEXTAREAs using w3m? Nicolas Neuss
2008-09-29 12:00 ` Nicolas Neuss
2008-09-29 13:43 ` Paul R
     [not found] ` <mailman.20151.1222695852.18990.help-gnu-emacs@gnu.org>
2008-09-29 14:27   ` Andreas Politz
2008-09-29 15:09 ` Drew Adams
     [not found] ` <mailman.20157.1222700981.18990.help-gnu-emacs@gnu.org>
2008-09-29 16:07   ` Richard Riley
2008-09-29 18:22     ` Drew Adams
     [not found]     ` <mailman.20173.1222712592.18990.help-gnu-emacs@gnu.org>
2008-09-29 18:37       ` Richard Riley [this message]
2008-10-02 13:24         ` Christian Herenz
2008-09-29 16:16 ` Bastien
2008-09-29 16:36 ` Raj Shekhar
     [not found] ` <mailman.20162.1222705005.18990.help-gnu-emacs@gnu.org>
2008-09-29 17:25   ` Nicolas Neuss

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='gbr78g$oe6$1@registered.motzarella.org' \
    --to=rileyrgdev@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.