From steve at holmesgrown.com Fri Nov 23 09:11:00 2007 From: steve at holmesgrown.com (Steve Holmes) Date: Fri, 23 Nov 2007 09:11:00 -0700 Subject: [elinks-users] Harmless Buttons Message-ID: <20071123161100.GA8097@lnx3.holmesgrown.com> Actually, these should really be called "useless buttons." Whenever a site has a button and the status line of elinks shows "harmless button" I can't do anything with it! I can hit the enter key all day long and nothing happens. Twitter has just changed something so now the update button has become "Harmless" or should I say Unusable!!!. I used to be able to use twitter with elinks and now I'm going to have to go back to my windows browser to use it. Another website that no longer works with elinks! Is there any way to correct this? -- HolmesGrown Solutions The best solutions for the best price! http://holmesgrown.ld.net/ _______________________________________________ elinks-users mailing list elinks-users at linuxfromscratch.org http://linuxfromscratch.org/mailman/listinfo/elinks-users From ota at animenfo.com Fri Nov 23 18:42:47 2007 From: ota at animenfo.com (User Ota) Date: Fri, 23 Nov 2007 20:42:47 -0500 Subject: [elinks-users] Refresh problem with php Message-ID: <20071124014247.GD35614@noah.ota.homelinux.net> I'm trying to use elinks on a forum board, however: After I log in or log out, or post a reply or create a topic or do any type of database IO, the page doesnt get refreshed properly. I can't really tell what exactly is going on. My vague question is: could this be a problem with elinks and its cache or cookies, or would it most likely be the way the php code is set up to refresh and handle post data? Russell Doucette From ino-news at spotteswoode.dnsalias.org Sun Nov 25 06:28:56 2007 From: ino-news at spotteswoode.dnsalias.org (clemens fischer) Date: Sun, 25 Nov 2007 14:28:56 +0100 Subject: [elinks-users] Refresh problem with php References: <20071124014247.GD35614@noah.ota.homelinux.net> Message-ID: On Fri, 23 Nov 2007 20:42:47 -0500 User Ota wrote: > After I log in or log out, or post a reply or create a topic or do any > type of database IO, the page doesnt get refreshed properly. I can't > really tell what exactly is going on. you can use the "refresh" command, usually mapped to ^R. From ino-news at spotteswoode.dnsalias.org Sun Nov 25 07:16:23 2007 From: ino-news at spotteswoode.dnsalias.org (clemens fischer) Date: Sun, 25 Nov 2007 15:16:23 +0100 Subject: [elinks-users] Most inane feature request ever References: <20071101015742.GQ2395@betrug.unreal2> Message-ID: On Wed, 31 Oct 2007 21:57:42 -0400 Faux_Pseudo wrote: > Is there a macro, bit of scripting, shell script opperating via ssh (a > really ugly hack) or some other trick that will allow elinks to figure > out where I really am and launch the link/page on that system? can't you use URI-passing for this? like: .elinks/elinks.conf: set document.uri_passing.clip = "echo -n %c | xclip -i" .elinks/elinks.conf: set document.uri_passing.guibrowser = "sudo -i -u ino firefox %c" "xclip -i" stores what's passed into it on stdin into the X-selection. you can use, eg. "firefox `xclip -o`" to start a GUI browser on it. From faux.pseudo at gmail.com Sun Nov 25 09:53:40 2007 From: faux.pseudo at gmail.com (Faux_Pseudo) Date: Sun, 25 Nov 2007 11:53:40 -0500 Subject: [elinks-users] Most inane feature request ever In-Reply-To: References: <20071101015742.GQ2395@betrug.unreal2> Message-ID: <20071125165340.GB2447@betrug.unreal2> On Sun, Nov 25, 2007 at 03:16:23PM +0100, clemens fischer wrote: > On Wed, 31 Oct 2007 21:57:42 -0400 Faux_Pseudo wrote: > > > Is there a macro, bit of scripting, shell script opperating via ssh (a > > really ugly hack) or some other trick that will allow elinks to figure > > out where I really am and launch the link/page on that system? > > can't you use URI-passing for this? No. URI-passing works from the server side so it will launch a GUI browser there. I want to launch the GUI browser on the client side. faux$ ssh betrug Password: betrug$ elinks http://slashdot.org # fill some time browsing, find link I want to see in GUI and # do some command # link launchs in GUI browser on faux and not on betrug. I know this is very inana feature request but I do think that i wouild come in handy for all of those people who do a lot of remote system work. I run everything in GNU screen so I can log in from any computer to my desktop and run "screen -d -rr" and be right were I left off with my email, web, newsgroups, chat, emacs server, etc and not loose a beat. But I would love to find way to tie in remote run elinks, to a local GUI browser without having to resort to cut and paste. -- =()==()==()==()==()- http://fauxascii.com \ \ \ \ \ \ ASCII artist :F_P:-O- -O- -O- -O- -O- -O- -O- Get your ASCII Art T-Shirt: http://www.keystroketshirts.com/ascii/dream-in-ascii-fullView.php# From ota at animenfo.com Sun Nov 25 13:20:25 2007 From: ota at animenfo.com (User Ota) Date: Sun, 25 Nov 2007 15:20:25 -0500 Subject: [elinks-users] Refresh problem with php In-Reply-To: References: <20071124014247.GD35614@noah.ota.homelinux.net> Message-ID: <20071125202024.GA763@noah.ota.homelinux.net> On Sun, Nov 25, 2007 at 02:28:56PM +0100, clemens fischer wrote: > On Fri, 23 Nov 2007 20:42:47 -0500 User Ota wrote: > > > After I log in or log out, or post a reply or create a topic or do any > > type of database IO, the page doesnt get refreshed properly. I can't > > really tell what exactly is going on. > > you can use the "refresh" command, usually mapped to ^R. > > > _______________________________________________ > elinks-users mailing list > elinks-users at linuxfromscratch.org > http://linuxfromscratch.org/mailman/listinfo/elinks-users It's fixed in the latest GIT repository. From ino-news at spotteswoode.dnsalias.org Mon Nov 26 15:34:54 2007 From: ino-news at spotteswoode.dnsalias.org (clemens fischer) Date: Mon, 26 Nov 2007 23:34:54 +0100 Subject: [elinks-users] Most inane feature request ever References: <20071101015742.GQ2395@betrug.unreal2> <20071125165340.GB2447@betrug.unreal2> Message-ID: On Sun, 25 Nov 2007 11:53:40 -0500 Faux_Pseudo wrote: > On Sun, Nov 25, 2007 at 03:16:23PM +0100, clemens fischer wrote: > >> can't you use URI-passing for this? > > No. URI-passing works from the server side so it will launch a GUI > browser there. I want to launch the GUI browser on the client side. but URI-passing would tell you which URL or link is selected. so far, so good. now you'd need something to make a local browser use that URL. given a remote-side binding of: set document.uri_passing.clip = "echo -n %c | xclip -i" did you try switching to a local terminal and just do "xclip -o" to check? i think this should allow using the contents of the X11 clipboard wherever you need it. how about an alias alias gui='firefox `xclip -o`'? this has to be on the local side, of course. do you use the ssh(1) X11-forwarding? you don't need to use xclip(1), of course. anything that lets you beam data back to your local computer is alright. > # link launchs in GUI browser on faux and not on betrug. (interesting naming there, btw ...) > I run everything in GNU screen so I can log in from any computer to my > desktop and run "screen -d -rr" and be right were I left off with my > email, web, newsgroups, chat, emacs server, etc and not loose a beat. was that supposed to be "screen -d -RR"? i can find `-RR' in screen(1), but not `-rr'. i hope i didn't mix up "client" and "server" here, which is reversed in meaning in X11. regards, clemens