all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Barry Margolin <barmar@genuity.net>
Subject: Re: pasting to emacs running in an xterm window
Date: Fri, 27 Sep 2002 17:37:14 GMT	[thread overview]
Message-ID: <eH0l9.21$AO3.2178@paloalto-snr1.gtei.net> (raw)
In-Reply-To: b00bb831.0209270909.61e8ffb8@posting.google.com

In article <b00bb831.0209270909.61e8ffb8@posting.google.com>,
gnuist006 <gnuist006@hotmail.com> wrote:
>Objective: Bug free pasting to emacs running in an xterm window
>
>No problem when pasted to vim running in an xterm window.
>Thus I have to waste time and effort going back and forth
>between emacs and vim to do the editing and pasting respectively.

As long as the text you're pasting doesn't contain any control characters
(except newlines), I don't see why this should be a problem.

If it does contain control characters, Emacs will treat them exactly as if
you'd typed them, and execute them as commands.  When a program is running
in an xterm window, it can't tell the difference between pasted input and
keyboard input.

This is why it's usually preferable to run Emacs in its own window.  It
then has direct access to the X server, and can take full advantage of
this.  When running in an xterm, it's effectively limited to the
capabilities it has on a dumb terminal.

-- 
Barry Margolin, barmar@genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.

      reply	other threads:[~2002-09-27 17:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-27 17:09 pasting to emacs running in an xterm window gnuist006
2002-09-27 17:37 ` Barry Margolin [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='eH0l9.21$AO3.2178@paloalto-snr1.gtei.net' \
    --to=barmar@genuity.net \
    /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.