From: Pascal Bourguignon <spam@mouse-potato.com>
Subject: Re: Newbie: Copy&paste text from native application into emacs?
Date: Thu, 11 Aug 2005 09:54:41 +0200 [thread overview]
Message-ID: <87y878kiwu.fsf@thalassa.informatimago.com> (raw)
In-Reply-To: 1123743413.150599.270340@g44g2000cwa.googlegroups.com
francisrammeloo@hotmail.com writes:
> I'm very new to emacs and I wonder how I can copy some text from my
> webbrowser into an emacs buffer?
>
> (I use GNU Emacs on Mac OS X )
To paste is called yank in emacs.
So normally you copy or cut as usual in MacOSX, then you switch to
emacs and type: C-y to paste.
(To copy is called kill-ring-save M-w and to cut is called kill-region
C-w, but if you use emacs on X, then everytime you select (mark) a
region, it's automatically "copied").
--
__Pascal Bourguignon__ http://www.informatimago.com/
Until real software engineering is developed, the next best practice
is to develop with a dynamic system that has extreme late binding in
all aspects. The first system to really do this in an important way
is Lisp. -- Alan Kay
next prev parent reply other threads:[~2005-08-11 7:54 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-11 6:56 Newbie: Copy&paste text from native application into emacs? francisrammeloo
2005-08-11 7:46 ` Friedrich Laher
2005-08-11 7:53 ` Sébastien Kirche
2005-08-11 9:14 ` Pascal Bourguignon
2005-08-11 9:44 ` Sébastien Kirche
2005-08-11 11:16 ` francisrammeloo
2005-08-11 7:54 ` Pascal Bourguignon [this message]
2005-08-11 16:49 ` Drew Adams
-- strict thread matches above, loose matches on Subject: below --
2005-08-11 15:56 David Reitter
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=87y878kiwu.fsf@thalassa.informatimago.com \
--to=spam@mouse-potato.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.