|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi,
Consider this article:
http://www.nytimes.com/2009/11/15/world/asia/15china.html?_r=1&pagewanted=print
Now I can copy and paste this article into nano.
If I try to do it in Emacs console mode (emacs -nw), it doesn't paste
all of it. Why and how do I fix? I believe it does paste all of it when
I'm in graphical mode.
--
I don't suffer from insanity, i enjoy every waking moment of it.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Neeum Zawan <m.n### [at] ieeeorg> wrote:
> Hi,
>
> Consider this article:
>
> http://www.nytimes.com/2009/11/15/world/asia/15china.html?_r=1&pagewanted=print
>
> Now I can copy and paste this article into nano.
>
> If I try to do it in Emacs console mode (emacs -nw), it doesn't paste
> all of it. Why and how do I fix? I believe it does paste all of it when
> I'm in graphical mode.
if you're in a console, do it the console way: append the text to a text file
and edit that.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 11/15/09 21:16, nemesis wrote:
> if you're in a console, do it the console way: append the text to a text file
> and edit that.
And how do I append the text to a text file?
Keep in mind that this is a whole article I've copied to the clipboard.
And besides, this is not a solution to the question posed: I can copy
and paste it fine in nano, and perhaps in other console apps. Why not
Emacs? There must be a reason, and a fix. It wouldn't be Emacs were
there not!
--
Ground yourself, THEN hug your motherboard!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Neeum Zawan wrote:
> And how do I append the text to a text file?
>
> Keep in mind that this is a whole article I've copied to the clipboard.
$ xclip -out >> text_file
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Neeum Zawan <m.n### [at] ieeeorg> writes:
> Hi,
>
> Consider this article:
>
> http://www.nytimes.com/2009/11/15/world/asia/15china.html?_r=1&pagewanted=print
>
> Now I can copy and paste this article into nano.
>
> If I try to do it in Emacs console mode (emacs -nw), it
> doesn't paste all of it. Why and how do I fix? I believe it does paste
> all of it when I'm in graphical mode.
With XTerm you can use the mouse middle button.
Don't know about other vts.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 11/17/09 12:01, JRG wrote:
> With XTerm you can use the mouse middle button.
I _am_ using the middle mouse button. The problem is that Emacs has
trouble with some characters (or so I guess), so it skips a lot of text.
--
I didn't know my husband drank until one day he came home sober.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Neeum Zawan <m.n### [at] ieeeorg> writes:
> On 11/17/09 12:01, JRG wrote:
>> With XTerm you can use the mouse middle button.
>
> I _am_ using the middle mouse button. The problem is that
> Emacs has trouble with some characters (or so I guess), so it skips a
> lot of text.
Oops, sorry I missed that part. I see. Never really used
x-clipboard-yank. And yes, it works fine with the gui version.
--
Jonathan.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |