unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* How to cut and paste in emacs editor without special character interpretation, ie raw mode
@ 2002-09-27  4:05 gnuist
  2002-09-27 13:37 ` Kai Großjohann
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: gnuist @ 2002-09-27  4:05 UTC (permalink / raw)


I can copy and paste in notepad without problem.
I can copy and paste in vi or vim without problem.
I can copy and paste in emacs with problem. It interprets some characters.
Is there a way to paste in a raw mode where it does not interpret any
character?

The problems are incomplete paste, deletion, cursor jumps.

Many thanks

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to cut and paste in emacs editor without special character interpretation, ie raw mode
  2002-09-27  4:05 How to cut and paste in emacs editor without special character interpretation, ie raw mode gnuist
@ 2002-09-27 13:37 ` Kai Großjohann
  2002-09-27 15:58 ` D. Goel
  2002-09-27 16:40 ` gnuist
  2 siblings, 0 replies; 5+ messages in thread
From: Kai Großjohann @ 2002-09-27 13:37 UTC (permalink / raw)


gnuist007@hotmail.com (gnuist) writes:

> The problems are incomplete paste, deletion, cursor jumps.

Does it happen every time?  Or does sometimes paste work okay?

(It could be that it's non-ascii chars that are causing the problem.)

kai
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to cut and paste in emacs editor without special character interpretation, ie raw mode
  2002-09-27  4:05 How to cut and paste in emacs editor without special character interpretation, ie raw mode gnuist
  2002-09-27 13:37 ` Kai Großjohann
@ 2002-09-27 15:58 ` D. Goel
  2002-09-27 16:40 ` gnuist
  2 siblings, 0 replies; 5+ messages in thread
From: D. Goel @ 2002-09-27 15:58 UTC (permalink / raw)



> I can copy and paste in notepad without problem.
> I can copy and paste in vi or vim without problem.
> I can copy and paste in emacs with problem. It interprets some characters.
> Is there a way to paste in a raw mode where it does not interpret any
> character?
> 
> The problems are incomplete paste, deletion, cursor jumps.

These problems had always happened for me on windows, where windows,
for instance, has a real-smart "smartquote" feature which converted
the ' character and others into special control characters...  Perhaps
it has more "smart" features causing more problems (?)

They all go away when one switches to gnulinux :)


DG                                 http://24.197.159.102/~deego/
--

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to cut and paste in emacs editor without special character interpretation, ie raw mode
  2002-09-27  4:05 How to cut and paste in emacs editor without special character interpretation, ie raw mode gnuist
  2002-09-27 13:37 ` Kai Großjohann
  2002-09-27 15:58 ` D. Goel
@ 2002-09-27 16:40 ` gnuist
  2002-09-27 17:34   ` Kai Großjohann
  2 siblings, 1 reply; 5+ messages in thread
From: gnuist @ 2002-09-27 16:40 UTC (permalink / raw)


gnuist007@hotmail.com (gnuist) wrote in message news:<9e8ebeb2.0209262005.22fa2ddb@posting.google.com>...
> I can copy and paste in notepad without problem.
> I can copy and paste in vi or vim without problem.
> I can copy and paste in emacs with problem. It interprets some characters.
> Is there a way to paste in a raw mode where it does not interpret any
> character?
> The problems are incomplete paste, deletion, cursor jumps.

Let me add some more info since no applicable help has arrived as yet.

The emacs or vi is running in an xterm window in microsoft.
Emacs can also be ran in its own window if -nw is not used.
The pasting to the emacs in its own window can be done by C-y after
C-c in say internet explorer. This is not as problematic.
The pasting to the emacs or vi in xterm window in microsoft can be
done by mouse activated paste. The vi gives absolutely no problem but
pasting to emacs is problematic.

A few threads below the following reply was given. That is to paste 
to emacs in its own window and that is where I got this clue.

Note, my emacs is running on a linuxbox accessed via an xterm client
in windows. I believe it is not the Xterm client program problem since
vi gives no problem at all in the very same environment.

I need to turn off all or some special characters off or go to some
ISO
character set. This is because after a C-y in emacs in its own window
it
did ask me if to use some ISO-???? characters upon saving.

================================================================================
"Bingham, Jay" <Jay.Bingham@hp.com> wrote in message news:mailman.1032985044.20443.help-gnu-emacs@gnu.org...
I assume that you are running emacs on a PC under Windows,  not that
it matters in this case, but it might the next time you ask a
question.

After getting the text in the clipboard, switch to emacs and use the
standard yank from kill ring command, i.e. C-y.                       
   ^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

-----Original Message-----
From: Micki Fox [mailto:mchoya33@hotmail.com]
Sent: Wednesday, September 25, 2002 2:14 PM
To: help-gnu-emacs@gnu.org
Subject: inserting text from elsewhere


How do I insert text from another program, i.e. MS notepad, into
emacs.

So in any other program I copy what I want and paste it from the
Windows' clipboard...(I think you get it)

Thanks so much for your help!

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to cut and paste in emacs editor without special character interpretation, ie raw mode
  2002-09-27 16:40 ` gnuist
@ 2002-09-27 17:34   ` Kai Großjohann
  0 siblings, 0 replies; 5+ messages in thread
From: Kai Großjohann @ 2002-09-27 17:34 UTC (permalink / raw)


gnuist007@hotmail.com (gnuist) writes:

> I need to turn off all or some special characters off or go to some
> ISO character set. This is because after a C-y in emacs in its own
> window it did ask me if to use some ISO-???? characters upon saving.

What's your normal character set?

How do you enter non-ascii characters?

kai
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-09-27 17:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-27  4:05 How to cut and paste in emacs editor without special character interpretation, ie raw mode gnuist
2002-09-27 13:37 ` Kai Großjohann
2002-09-27 15:58 ` D. Goel
2002-09-27 16:40 ` gnuist
2002-09-27 17:34   ` Kai Großjohann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).