Re: [elinks-users] Newbie Needs Copy and Paste Help Please
On Sat, Apr 09, 2005 at 06:56:51AM -0700, Jim Tucker wrote: > This may be an elementary question, but I have failed to find the > answer in the elinks documentation. How can I copy and paste text > within elinks? For example, if I am editing a bookmark URL, how do I > select text and copy it so that I can later paste it into, say, a web > page field? If I prefer not to use the mouse, is there a way to do > this using only the keyboard? > > Thanks in advance for any help. There are actions copy-clipboard (default binding Ctrl-Ins) and cut-clipboard (default binding Ctrl-X). They will copy the URI using the system's mechanism, but the only systems currently supported are OS/2 and GNU Screen. Support for an internal clipboard is planned, as is support for X. You might want to try GNU Screen. GNU Screen provides a very nice system, with which ELinks integrates reasonably well. See 'Copy and Paste' in Screen's info page. -- Miciah Masters <[EMAIL PROTECTED]> / <[EMAIL PROTECTED]> ___ elinks-users mailing list elinks-users@linuxfromscratch.org http://linuxfromscratch.org/mailman/listinfo/elinks-users
[elinks-users] Re: elinks crashes on website
"Markus Haunschild" <[EMAIL PROTECTED]> schrieb am 08.04.05 21:17:35: > > > Hi, > > elinks completely hangs, if I try to view the site > www.wetter-oline.de. > > What's going on there? > > Thanks in advance, > Markus Yes you're right, it's www.wetter-online.de I'm using the latest elinks from cvs (yesterdays files). It crashes on my machine if I enter a city in the search dialog. Afterwards it loads the following page and stucks after displaying the frames. Only a kill -9 can help then. Regards, Markus __ Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. weltweit telefonieren! http://freephone.web.de/?mc=021201 ___ elinks-users mailing list elinks-users@linuxfromscratch.org http://linuxfromscratch.org/mailman/listinfo/elinks-users
Re: [elinks-users] Newbie Needs Copy and Paste Help Please
Jim Tucker <[EMAIL PROTECTED]> wrote Sat, Apr 09, 2005: > On Apr 9, 2005 8:02 AM, Jonas Fonseca <[EMAIL PROTECTED]> wrote: > > Jim Tucker <[EMAIL PROTECTED]> wrote Sat, Apr 09, 2005: > > > Thanks for your response. I can copy using the mouse now. Is there > > > some way to select and copy text using only the keyboard? > > > > That would be cool but is not possible (yet! ;) It should not be so hard > > to add. We already have cursor routing so it is probably just a matter > > of adding keybindings for entering and leaving a visual mode. > > Thanks. I guess I'll have to wait. > > How do I invoke cursor routing? Put bind "main" "Ctrl-W" = "move-cursor-up" bind "main" "Ctrl-S" = "move-cursor-down" bind "main" "Ctrl-A" = "move-cursor-left" bind "main" "Ctrl-D" = "move-cursor-right" or similar in ~/.elinks/elinks.conf ... -- Jonas Fonseca ___ elinks-users mailing list elinks-users@linuxfromscratch.org http://linuxfromscratch.org/mailman/listinfo/elinks-users
Re: [elinks-users] Newbie Needs Copy and Paste Help Please
On Apr 9, 2005 8:02 AM, Jonas Fonseca <[EMAIL PROTECTED]> wrote: > Jim Tucker <[EMAIL PROTECTED]> wrote Sat, Apr 09, 2005: > > Thanks for your response. I can copy using the mouse now. Is there > > some way to select and copy text using only the keyboard? > > That would be cool but is not possible (yet! ;) It should not be so hard > to add. We already have cursor routing so it is probably just a matter > of adding keybindings for entering and leaving a visual mode. Thanks. I guess I'll have to wait. How do I invoke cursor routing? ___ elinks-users mailing list elinks-users@linuxfromscratch.org http://linuxfromscratch.org/mailman/listinfo/elinks-users
Re: [elinks-users] Newbie Needs Copy and Paste Help Please
Jim Tucker <[EMAIL PROTECTED]> wrote Sat, Apr 09, 2005: > Thanks for your response. I can copy using the mouse now. Is there > some way to select and copy text using only the keyboard? That would be cool but is not possible (yet! ;) It should not be so hard to add. We already have cursor routing so it is probably just a matter of adding keybindings for entering and leaving a visual mode. -- Jonas Fonseca ___ elinks-users mailing list elinks-users@linuxfromscratch.org http://linuxfromscratch.org/mailman/listinfo/elinks-users
Re: [elinks-users] Newbie Needs Copy and Paste Help Please
Thanks for your response. I can copy using the mouse now. Is there some way to select and copy text using only the keyboard? On Apr 9, 2005 7:05 AM, Jonas Fonseca <[EMAIL PROTECTED]> wrote: > Jim Tucker <[EMAIL PROTECTED]> wrote Sat, Apr 09, 2005: > > This may be an elementary question, but I have failed to find the > > answer in the elinks documentation. How can I copy and paste text > > within elinks? For example, if I am editing a bookmark URL, how do I > > select text and copy it so that I can later paste it into, say, a web > > page field? If I prefer not to use the mouse, is there a way to do > > this using only the keyboard? > > > > Thanks in advance for any help. > > http://elinks.or.cz/faq.html#cutnpaste :) > > -- > Jonas Fonseca > ___ elinks-users mailing list elinks-users@linuxfromscratch.org http://linuxfromscratch.org/mailman/listinfo/elinks-users
Re: [elinks-users] elinks crashes on website
Markus Haunschild wrote: > elinks completely hangs, if I try to view the site > www.wetter-oline.de. > > What's going on there? Well, it doesn't crash, but try pushing [Tab] to change current frame, as that may be the case. rj -- . o . >> http://joker.linuxstuff.pl << . . o It's easier to get forgiveness for being wrong o o o than forgiveness for being right. ___ elinks-users mailing list elinks-users@linuxfromscratch.org http://linuxfromscratch.org/mailman/listinfo/elinks-users
Re: [elinks-users] elinks crashes on website
Markus Haunschild <[EMAIL PROTECTED]> wrote Fri, Apr 08, 2005: > Hi, > > elinks completely hangs, if I try to view the site > www.wetter-oline.de. Do you mean http://www.wetter-online.de/? (missing 'n') > What's going on there? Works for me in both ELinks version 0.10.4 and 0.11. What ELinks version are you using? -- Jonas Fonseca ___ elinks-users mailing list elinks-users@linuxfromscratch.org http://linuxfromscratch.org/mailman/listinfo/elinks-users
Re: [elinks-users] Newbie Needs Copy and Paste Help Please
Jim Tucker <[EMAIL PROTECTED]> wrote Sat, Apr 09, 2005: > This may be an elementary question, but I have failed to find the > answer in the elinks documentation. How can I copy and paste text > within elinks? For example, if I am editing a bookmark URL, how do I > select text and copy it so that I can later paste it into, say, a web > page field? If I prefer not to use the mouse, is there a way to do > this using only the keyboard? > > Thanks in advance for any help. http://elinks.or.cz/faq.html#cutnpaste :) -- Jonas Fonseca ___ elinks-users mailing list elinks-users@linuxfromscratch.org http://linuxfromscratch.org/mailman/listinfo/elinks-users
[elinks-users] Newbie Needs Copy and Paste Help Please
This may be an elementary question, but I have failed to find the answer in the elinks documentation. How can I copy and paste text within elinks? For example, if I am editing a bookmark URL, how do I select text and copy it so that I can later paste it into, say, a web page field? If I prefer not to use the mouse, is there a way to do this using only the keyboard? Thanks in advance for any help. ___ elinks-users mailing list elinks-users@linuxfromscratch.org http://linuxfromscratch.org/mailman/listinfo/elinks-users
[elinks-users] elinks crashes on website
Hi, elinks completely hangs, if I try to view the site www.wetter-oline.de. What's going on there? Thanks in advance, Markus __ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 ___ elinks-users mailing list elinks-users@linuxfromscratch.org http://linuxfromscratch.org/mailman/listinfo/elinks-users