From kon at iki.fi Sat Mar 1 14:31:54 2008 From: kon at iki.fi (Kalle Olavi Niemitalo) Date: Sat, 01 Mar 2008 23:31:54 +0200 Subject: [elinks-users] Ctrl-C -- possible to make it not quit ELinks? In-Reply-To: <20080228233843.GB12833@diku.dk> References: <20080228181909.GA3258@mail.b79.net> <20080228233843.GB12833@diku.dk> Message-ID: <87d4qe3zcl.fsf@Astalo.kon.iki.fi> Jonas Fonseca writes: > Ctrl-C is sadly hardcoded deep down in the code and thus does not allow > this keycombo to be overwritten. The following patch for ELinks 0.11.4rc0 attempts to prevent Ctrl-C from causing SIGINT while ELinks is using the terminal. I am not going to push it to Git, but it may be useful for people who want this behaviour. diff --git a/src/terminal/kbd.c b/src/terminal/kbd.c index d72aab5..1b6a4f7 100644 --- a/src/terminal/kbd.c +++ b/src/terminal/kbd.c @@ -220,6 +220,7 @@ setraw(int fd, struct termios *p) if (p) copy_struct(p, &t); elinks_cfmakeraw(&t); + t.c_cc[VINTR] = _POSIX_VDISABLE; t.c_lflag |= ISIG; #ifdef TOSTOP t.c_lflag |= TOSTOP; From fonseca at diku.dk Tue Mar 4 02:32:55 2008 From: fonseca at diku.dk (Jonas Fonseca) Date: Tue, 4 Mar 2008 10:32:55 +0100 Subject: [elinks-users] [ANNOUNCE] ELinks 0.11.4rc1 Message-ID: <20080304093255.GA32636@diku.dk> Hello, This second release candidate mostly brings minor fixes, documentation improvements, and translation updates. A special thanks goes out to the new debian package maintainers: Y Giridhar Appaji Nag and Moritz Muehlenhoff who have given the elinks package a much needed update and, with the help of Kalle, have gone through the bug reports and identified fixed issues. This will probably be the last release candidate before 0.11.4, so translators are encouraged to make updates! The only missing item on my TODO list is to synchronize changes in the doc/ directory with changes from the unstable branch(es). Below is the complete shortlog of changes since 0.11.4rc0. See the NEWS file for more information about bug fixes. Jonas Fonseca (15): elinks-0.11.4rc0.GIT Fix expansion when setting LOCALEDIR Clean vernum.o Introduce otherman:[] macro for non-ELinks manpage references parse_time: set tm_sec to zero before conditional second parsing Fix the FTP parser test program to handle multiline responses FTP: Test and fix handling of symbolic link name containing spaces elinks(1): Rewrite using AsciiDoc 8.2.1 and DocBook XSL 1.72.0 elinks(1): update and polish; leave out the platform section keys2doc: map the KBD_MOD_SHIFT modifier to Shift-prefix keys2doc: fix handling of dots (.) in description list term elinkskeys(5): Rewrite using AsciiDoc 8.2.1 and DocBook XSL 1.72.0 elinks.conf(5): Rewrite using AsciiDoc 8.2.1 and DocBook XSL 1.72.0 Add description and version info to manpages Minor fixes and improvements to option strings Kalle Olavi Niemitalo (9): Define datarootdir in Makefile.config.in, for better Autoconf compatibility. Bug 54: Don't force 8-bit characters and no parity. Bug 54: Don't disable XON/XOFF flow control. configure: Don't try to link with Lua 5.1. NEWS: "XON/XOFF", not "XON/OFF" NEWS: mention bug 987 Bug 1001: fix uninitialized-pointer crash in URI rewriting Bug 1003: fix bug number in previous commit NEWS: mention bug 1000 Laurent MONIN (1): Patch: fix for bug 938 Witold Filipczyk (4): Avoid compilation of vernum.c in 'make install' pl.po: Typo pl.po: fixes. bug 1000: Do not discard the query part of URI. Y Giridhar Appaji Nag (1): Bug 1002: Fix build failure on Debian GNU/Linux arch powerpc -- Jonas Fonseca From onemda at gmail.com Tue Mar 4 10:59:25 2008 From: onemda at gmail.com (Paul B. Mahol) Date: Tue, 4 Mar 2008 18:59:25 +0100 Subject: [elinks-users] rendering numbered links Message-ID: <3a142e750803040959s2b85d53cuafa6c11623a506ea@mail.gmail.com> On certain site like www.linuxforums.org/forum when elinks renders numbered links and user enters number < 26 cursor will be positioned on wrong link. It looks like that links are numbered differently in renderer and in parser. This bug is not present in links 2.1pre28. From fonseca at diku.dk Tue Mar 4 12:59:35 2008 From: fonseca at diku.dk (Jonas Fonseca) Date: Tue, 4 Mar 2008 20:59:35 +0100 Subject: [elinks-users] rendering numbered links In-Reply-To: <3a142e750803040959s2b85d53cuafa6c11623a506ea@mail.gmail.com> References: <3a142e750803040959s2b85d53cuafa6c11623a506ea@mail.gmail.com> Message-ID: <20080304195935.GA18732@diku.dk> Paul B. Mahol wrote Tue, Mar 04, 2008: > On certain site like www.linuxforums.org/forum when elinks renders > numbered links and user enters number < 26 cursor will be positioned > on wrong link. It looks like that links are numbered differently in > renderer and in parser. There is a bug or conflict when using link numbers and tabindex is enabled. The easy way to work around it is to just disable the tabindex option (document.browse.links.use_tabindex). -- Jonas Fonseca From kelly.terry.jones at gmail.com Sat Mar 8 09:48:05 2008 From: kelly.terry.jones at gmail.com (Kelly Jones) Date: Sat, 8 Mar 2008 09:48:05 -0700 Subject: [elinks-users] Search across tabs Message-ID: <26face530803080848s5fc77a0r1fb933f67b30a50f@mail.gmail.com> I have 20+ tabs open in elinks, and believe one of them has the word "foo". Can I do a cross-tab search to find 1) the tab that has the word, and 2) the word itself in that tab? Alternatively, can I have elinks dump the content of all tabs to different files (~/.elinks/tab-1.html, ~/.elinks/tab-2.html, etc...) so that I can grep to find what I need? -- We're just a Bunch Of Regular Guys, a collective group that's trying to understand and assimilate technology. We feel that resistance to new ideas and technology is unwise and ultimately futile. From hazelmotes at gmail.com Tue Mar 11 17:44:36 2008 From: hazelmotes at gmail.com (Seth Williamson) Date: Tue, 11 Mar 2008 19:44:36 -0400 (EDT) Subject: [elinks-users] Using Elinks with TinyUrl? Message-ID: I am having trouble using TinyUrl with Elinks. I can go the site and get the shrunken url, but there appears to be no easy way to copy the tiny url just created -- it does not present as an active url that I can copy to xclip. Does anybody know how to do this? Seth Williamson Slings Gap Franklin County, VA From fonseca at diku.dk Thu Mar 13 08:29:32 2008 From: fonseca at diku.dk (Jonas Fonseca) Date: Thu, 13 Mar 2008 15:29:32 +0100 Subject: [elinks-users] Using Elinks with TinyUrl? In-Reply-To: References: Message-ID: <20080313142932.GB18252@diku.dk> Seth Williamson wrote Tue, Mar 11, 2008: > I am having trouble using TinyUrl with Elinks. > > I can go the site and get the shrunken url, but there appears to be no > easy way to copy the tiny url just created -- it does not present as an > active url that I can copy to xclip. > > Does anybody know how to do this? I don't know if this may help you, but if you enable the "Display URIs" option for plain text rendering you can sometime make the links accessible by changing to the page source view. -- Jonas Fonseca From hazelmotes at gmail.com Thu Mar 13 16:38:02 2008 From: hazelmotes at gmail.com (Seth Williamson) Date: Thu, 13 Mar 2008 18:38:02 -0400 (EDT) Subject: [elinks-users] Using Elinks with TinyUrl? In-Reply-To: <20080313142932.GB18252@diku.dk> References: <20080313142932.GB18252@diku.dk> Message-ID: > I don't know if this may help you, but if you enable the "Display URIs" > option for plain text rendering you can sometime make the links > accessible by changing to the page source view. Sorry to be dense, but I can't seem to find this switch in the options manager. Or is it somewhere else? Seth Williamson Slings Gap Franklin County, VA From hazelmotes at gmail.com Thu Mar 13 16:38:02 2008 From: hazelmotes at gmail.com (Seth Williamson) Date: Thu, 13 Mar 2008 18:38:02 -0400 (EDT) Subject: [elinks-users] Using Elinks with TinyUrl? In-Reply-To: <20080313142932.GB18252@diku.dk> References: <20080313142932.GB18252@diku.dk> Message-ID: > I don't know if this may help you, but if you enable the "Display URIs" > option for plain text rendering you can sometime make the links > accessible by changing to the page source view. Sorry to be dense, but I can't seem to find this switch in the options manager. Or is it somewhere else? Seth Williamson Slings Gap Franklin County, VA From lars.bjorndal at broadpark.no Fri Mar 14 01:37:41 2008 From: lars.bjorndal at broadpark.no (Lars =?iso-8859-1?Q?Bj=F8rndal?=) Date: Fri, 14 Mar 2008 08:37:41 +0100 Subject: [elinks-users] Download.com Message-ID: Hello, list! Why isn't it possible to download software from the 'download.com' site with elinks? I have tried both with and without ECMscript enabled. Have anyone else experienced that? Lars From cga2000 at gmail.com Fri Mar 14 11:24:50 2008 From: cga2000 at gmail.com (cga2000) Date: Fri, 14 Mar 2008 13:24:50 -0400 Subject: [elinks-users] Google advanced search - New version messed up in ELinks Message-ID: <20080314172450.GA17240@turki.gavron.org> http://www.google.com/webhp?hl=en is the link but you may still have to select "advanced search" Anyone knows why this is messed up and if there's anything I can do about it? Thanks. From fonseca at diku.dk Fri Mar 14 15:52:39 2008 From: fonseca at diku.dk (Jonas Fonseca) Date: Fri, 14 Mar 2008 22:52:39 +0100 Subject: [elinks-users] Using Elinks with TinyUrl? In-Reply-To: References: <20080313142932.GB18252@diku.dk> Message-ID: <20080314215239.GA11543@diku.dk> Seth Williamson wrote Thu, Mar 13, 2008: > > I don't know if this may help you, but if you enable the "Display URIs" > > option for plain text rendering you can sometime make the links > > accessible by changing to the page source view. > > Sorry to be dense, but I can't seem to find this switch in the options > manager. Or is it somewhere else? Sorry for being unclear. Try: Document +- Plain rendering +- Display URIs -- Jonas Fonseca From hazelmotes at gmail.com Fri Mar 14 16:51:45 2008 From: hazelmotes at gmail.com (Seth Williamson) Date: Fri, 14 Mar 2008 18:51:45 -0400 (EDT) Subject: [elinks-users] Using Elinks with TinyUrl? In-Reply-To: <20080314215239.GA11543@diku.dk> References: <20080313142932.GB18252@diku.dk> <20080314215239.GA11543@diku.dk> Message-ID: On Fri, 14 Mar 2008, Jonas Fonseca wrote: > Seth Williamson wrote Thu, Mar 13, 2008: >> > I don't know if this may help you, but if you enable the "Display URIs" >> > option for plain text rendering you can sometime make the links >> > accessible by changing to the page source view. >> >> Sorry to be dense, but I can't seem to find this switch in the options >> manager. Or is it somewhere else? > > Sorry for being unclear. Try: > > Document > +- Plain rendering > +- Display URIs Actually I had gotten that far, but what's hosing me up is that there is apparently nothing in the "plain rendering" folder. I expand it and it shows there's no option of switch beneath it in the hierarchy. So my question is, is my version of elinks old or something? Or is this "display URI's" option something I'm supposed to add myself? If the latter, do I just click "add" and write that phrase? Sorry to take so much time over this. Seth Williamson Slings Gap Franklin County, VA From fonseca at diku.dk Sun Mar 16 05:08:32 2008 From: fonseca at diku.dk (Jonas Fonseca) Date: Sun, 16 Mar 2008 12:08:32 +0100 Subject: [elinks-users] Using Elinks with TinyUrl? In-Reply-To: References: <20080313142932.GB18252@diku.dk> <20080314215239.GA11543@diku.dk> Message-ID: <20080316110832.GA17921@diku.dk> Seth Williamson wrote Fri, Mar 14, 2008: > On Fri, 14 Mar 2008, Jonas Fonseca wrote: > > Seth Williamson wrote Thu, Mar 13, 2008: > > Sorry for being unclear. Try: > > > > Document > > +- Plain rendering > > +- Display URIs > > Actually I had gotten that far, but what's hosing me up is that there is > apparently nothing in the "plain rendering" folder. I expand it and it > shows there's no option of switch beneath it in the hierarchy. > > So my question is, is my version of elinks old or something? Or is this > "display URI's" option something I'm supposed to add myself? If the > latter, do I just click "add" and write that phrase? Sorry to take so > much time over this. Hmm, this is strange. The option is not something you have to add and it has been there for ages as far as I remember. -- Jonas Fonseca From hazelmotes at gmail.com Sun Mar 16 05:16:25 2008 From: hazelmotes at gmail.com (Seth Williamson) Date: Sun, 16 Mar 2008 07:16:25 -0400 (EDT) Subject: [elinks-users] Using Elinks with TinyUrl? In-Reply-To: <20080316110832.GA17921@diku.dk> References: <20080313142932.GB18252@diku.dk> <20080314215239.GA11543@diku.dk> <20080316110832.GA17921@diku.dk> Message-ID: On Sun, 16 Mar 2008, Jonas Fonseca wrote: > Seth Williamson wrote Fri, Mar 14, 2008: >> On Fri, 14 Mar 2008, Jonas Fonseca wrote: >> > Seth Williamson wrote Thu, Mar 13, 2008: >> > Sorry for being unclear. Try: >> > >> > Document >> > +- Plain rendering >> > +- Display URIs >> >> Actually I had gotten that far, but what's hosing me up is that there is >> apparently nothing in the "plain rendering" folder. I expand it and it >> shows there's no option of switch beneath it in the hierarchy. >> >> So my question is, is my version of elinks old or something? Or is this >> "display URI's" option something I'm supposed to add myself? If the >> latter, do I just click "add" and write that phrase? Sorry to take so >> much time over this. > > Hmm, this is strange. The option is not something you have to add and it > has been there for ages as far as I remember. It's definitely not there in the version I have, which I got with the current version of Ubuntu, Gutsy Gibbon. When I click the "edit" button it tells me you can't edit a folder or some such message. When I hit the space bar or the plus key, the plus-or-minus indicator to thne left of "display urls" changes back and forth, but nothing becomes visible below it. Very frustrating. I am running the program in konsole. Version is 0.11.1, built on September 28, 2007. Any ideas? Seth Williamson Sling Gap Franklin County, VA From hazelmotes at gmail.com Sun Mar 16 05:16:25 2008 From: hazelmotes at gmail.com (Seth Williamson) Date: Sun, 16 Mar 2008 07:16:25 -0400 (EDT) Subject: [elinks-users] Using Elinks with TinyUrl? In-Reply-To: <20080316110832.GA17921@diku.dk> References: <20080313142932.GB18252@diku.dk> <20080314215239.GA11543@diku.dk> <20080316110832.GA17921@diku.dk> Message-ID: On Sun, 16 Mar 2008, Jonas Fonseca wrote: > Seth Williamson wrote Fri, Mar 14, 2008: >> On Fri, 14 Mar 2008, Jonas Fonseca wrote: >> > Seth Williamson wrote Thu, Mar 13, 2008: >> > Sorry for being unclear. Try: >> > >> > Document >> > +- Plain rendering >> > +- Display URIs >> >> Actually I had gotten that far, but what's hosing me up is that there is >> apparently nothing in the "plain rendering" folder. I expand it and it >> shows there's no option of switch beneath it in the hierarchy. >> >> So my question is, is my version of elinks old or something? Or is this >> "display URI's" option something I'm supposed to add myself? If the >> latter, do I just click "add" and write that phrase? Sorry to take so >> much time over this. > > Hmm, this is strange. The option is not something you have to add and it > has been there for ages as far as I remember. It's definitely not there in the version I have, which I got with the current version of Ubuntu, Gutsy Gibbon. When I click the "edit" button it tells me you can't edit a folder or some such message. When I hit the space bar or the plus key, the plus-or-minus indicator to thne left of "display urls" changes back and forth, but nothing becomes visible below it. Very frustrating. I am running the program in konsole. Version is 0.11.1, built on September 28, 2007. Any ideas? Seth Williamson Sling Gap Franklin County, VA From hazelmotes at gmail.com Sun Mar 16 05:20:38 2008 From: hazelmotes at gmail.com (Seth Williamson) Date: Sun, 16 Mar 2008 07:20:38 -0400 (EDT) Subject: [elinks-users] Using Elinks with TinyUrl? In-Reply-To: <20080316110832.GA17921@diku.dk> References: <20080313142932.GB18252@diku.dk> <20080314215239.GA11543@diku.dk> <20080316110832.GA17921@diku.dk> Message-ID: I notice that, just before the program starts, I get six lines of this error: /home/seth/.elinks//elinks.conf:82: parse error Does that help with a diagnosis? The program runs seemingly OK after displaying those lines. Seth Williamson On Sun, 16 Mar 2008, Jonas Fonseca wrote: > Seth Williamson wrote Fri, Mar 14, 2008: >> On Fri, 14 Mar 2008, Jonas Fonseca wrote: >> > Seth Williamson wrote Thu, Mar 13, 2008: >> > Sorry for being unclear. Try: >> > >> > Document >> > +- Plain rendering >> > +- Display URIs >> >> Actually I had gotten that far, but what's hosing me up is that there is >> apparently nothing in the "plain rendering" folder. I expand it and it >> shows there's no option of switch beneath it in the hierarchy. >> >> So my question is, is my version of elinks old or something? Or is this >> "display URI's" option something I'm supposed to add myself? If the >> latter, do I just click "add" and write that phrase? Sorry to take so >> much time over this. > > Hmm, this is strange. The option is not something you have to add and it > has been there for ages as far as I remember. > > -- > Jonas Fonseca > _______________________________________________ > elinks-users mailing list > elinks-users at linuxfromscratch.org > http://linuxfromscratch.org/mailman/listinfo/elinks-users From hazelmotes at gmail.com Sun Mar 16 05:20:38 2008 From: hazelmotes at gmail.com (Seth Williamson) Date: Sun, 16 Mar 2008 07:20:38 -0400 (EDT) Subject: [elinks-users] Using Elinks with TinyUrl? In-Reply-To: <20080316110832.GA17921@diku.dk> References: <20080313142932.GB18252@diku.dk> <20080314215239.GA11543@diku.dk> <20080316110832.GA17921@diku.dk> Message-ID: I notice that, just before the program starts, I get six lines of this error: /home/seth/.elinks//elinks.conf:82: parse error Does that help with a diagnosis? The program runs seemingly OK after displaying those lines. Seth Williamson On Sun, 16 Mar 2008, Jonas Fonseca wrote: > Seth Williamson wrote Fri, Mar 14, 2008: >> On Fri, 14 Mar 2008, Jonas Fonseca wrote: >> > Seth Williamson wrote Thu, Mar 13, 2008: >> > Sorry for being unclear. Try: >> > >> > Document >> > +- Plain rendering >> > +- Display URIs >> >> Actually I had gotten that far, but what's hosing me up is that there is >> apparently nothing in the "plain rendering" folder. I expand it and it >> shows there's no option of switch beneath it in the hierarchy. >> >> So my question is, is my version of elinks old or something? Or is this >> "display URI's" option something I'm supposed to add myself? If the >> latter, do I just click "add" and write that phrase? Sorry to take so >> much time over this. > > Hmm, this is strange. The option is not something you have to add and it > has been there for ages as far as I remember. > > -- > Jonas Fonseca > _______________________________________________ > elinks-users mailing list > elinks-users at linuxfromscratch.org > http://linuxfromscratch.org/mailman/listinfo/elinks-users From hazelmotes at gmail.com Sun Mar 16 06:11:49 2008 From: hazelmotes at gmail.com (Seth Williamson) Date: Sun, 16 Mar 2008 08:11:49 -0400 (EDT) Subject: [elinks-users] Using Elinks with TinyUrl? In-Reply-To: <20080316110832.GA17921@diku.dk> References: <20080313142932.GB18252@diku.dk> <20080314215239.GA11543@diku.dk> <20080316110832.GA17921@diku.dk> Message-ID: After repeatedly fiddling with it, I've discovered that, if I don't look at any other option in the options manager BEFORE I look at display URI's, I will see it. If I open and close other sections, as I did before when I was searching for the correct one, then nothing is visible under "plain rendering" when I finally get to it. Why that should be I have no idea, but I have tested it several times this morning, and that is the case. By the way, changing that option from 0 to 1 doesn't affect the problem with urls at tinyurl. Still can't copy them. SW On Sun, 16 Mar 2008, Jonas Fonseca wrote: > Seth Williamson wrote Fri, Mar 14, 2008: >> On Fri, 14 Mar 2008, Jonas Fonseca wrote: >> > Seth Williamson wrote Thu, Mar 13, 2008: >> > Sorry for being unclear. Try: >> > >> > Document >> > +- Plain rendering >> > +- Display URIs >> >> Actually I had gotten that far, but what's hosing me up is that there is >> apparently nothing in the "plain rendering" folder. I expand it and it >> shows there's no option of switch beneath it in the hierarchy. >> >> So my question is, is my version of elinks old or something? Or is this >> "display URI's" option something I'm supposed to add myself? If the >> latter, do I just click "add" and write that phrase? Sorry to take so >> much time over this. > > Hmm, this is strange. The option is not something you have to add and it > has been there for ages as far as I remember. > > -- > Jonas Fonseca > _______________________________________________ > elinks-users mailing list > elinks-users at linuxfromscratch.org > http://linuxfromscratch.org/mailman/listinfo/elinks-users From hazelmotes at gmail.com Sun Mar 16 06:11:49 2008 From: hazelmotes at gmail.com (Seth Williamson) Date: Sun, 16 Mar 2008 08:11:49 -0400 (EDT) Subject: [elinks-users] Using Elinks with TinyUrl? In-Reply-To: <20080316110832.GA17921@diku.dk> References: <20080313142932.GB18252@diku.dk> <20080314215239.GA11543@diku.dk> <20080316110832.GA17921@diku.dk> Message-ID: After repeatedly fiddling with it, I've discovered that, if I don't look at any other option in the options manager BEFORE I look at display URI's, I will see it. If I open and close other sections, as I did before when I was searching for the correct one, then nothing is visible under "plain rendering" when I finally get to it. Why that should be I have no idea, but I have tested it several times this morning, and that is the case. By the way, changing that option from 0 to 1 doesn't affect the problem with urls at tinyurl. Still can't copy them. SW On Sun, 16 Mar 2008, Jonas Fonseca wrote: > Seth Williamson wrote Fri, Mar 14, 2008: >> On Fri, 14 Mar 2008, Jonas Fonseca wrote: >> > Seth Williamson wrote Thu, Mar 13, 2008: >> > Sorry for being unclear. Try: >> > >> > Document >> > +- Plain rendering >> > +- Display URIs >> >> Actually I had gotten that far, but what's hosing me up is that there is >> apparently nothing in the "plain rendering" folder. I expand it and it >> shows there's no option of switch beneath it in the hierarchy. >> >> So my question is, is my version of elinks old or something? Or is this >> "display URI's" option something I'm supposed to add myself? If the >> latter, do I just click "add" and write that phrase? Sorry to take so >> much time over this. > > Hmm, this is strange. The option is not something you have to add and it > has been there for ages as far as I remember. > > -- > Jonas Fonseca > _______________________________________________ > elinks-users mailing list > elinks-users at linuxfromscratch.org > http://linuxfromscratch.org/mailman/listinfo/elinks-users From drewfisher at gmail.com Fri Mar 14 15:03:41 2008 From: drewfisher at gmail.com (Drew Fisher) Date: Fri, 14 Mar 2008 17:03:41 -0400 Subject: [elinks-users] Javascript Button workaround? Message-ID: <44b966760803141403g603f7cd4r31240761452c8983@mail.gmail.com> Hello all, I'm working on automating a message post via korn shell scripting and using Lynx's -cmd_script option. I've hit a snag when I came across a javascript button. When browsing through MS-IE and clicking on the button, I see that it pops up another small confirmation window asking me "Are you sure?" and I have to click on OK or Cancel. Lynx doesn't know how to interpret this button so it simply doesn't display it on the page, basically leaving me stuck in my automation quest. I've read that Elinks has some support for Javascript. Before I tread down the path of getting everything downloaded and installed, I was wondering if any of you have seen this type of thing before and can verify that Elinks will work? Any help is appreciated! Thanks! From fonseca at diku.dk Sun Mar 16 10:31:33 2008 From: fonseca at diku.dk (Jonas Fonseca) Date: Sun, 16 Mar 2008 17:31:33 +0100 Subject: [elinks-users] Using Elinks with TinyUrl? In-Reply-To: References: <20080313142932.GB18252@diku.dk> <20080314215239.GA11543@diku.dk> <20080316110832.GA17921@diku.dk> Message-ID: <20080316163133.GA24554@diku.dk> Seth Williamson wrote Sun, Mar 16, 2008: > After repeatedly fiddling with it, I've discovered that, if I don't look > at any other option in the options manager BEFORE I look at display URI's, > I will see it. > > If I open and close other sections, as I did before when I was searching > for the correct one, then nothing is visible under "plain rendering" when > I finally get to it. > > Why that should be I have no idea, but I have tested it several times this > morning, and that is the case. OK, good that you found the option. This other issue might be due to state restoring or a previous search hiding some option values, however, you should be able to scroll the option tree to move the option into the view. > By the way, changing that option from 0 to 1 doesn't affect the problem > with urls at tinyurl. Still can't copy them. Hmm, then I don't have any idea of how to fix your problem. -- Jonas Fonseca From fonseca at diku.dk Sun Mar 16 10:32:36 2008 From: fonseca at diku.dk (Jonas Fonseca) Date: Sun, 16 Mar 2008 17:32:36 +0100 Subject: [elinks-users] Google advanced search - New version messed up in ELinks In-Reply-To: <20080314172450.GA17240@turki.gavron.org> References: <20080314172450.GA17240@turki.gavron.org> Message-ID: <20080316163236.GB24554@diku.dk> cga2000 wrote Fri, Mar 14, 2008: > http://www.google.com/webhp?hl=en > > is the link but you may still have to select "advanced search" > > Anyone knows why this is messed up and if there's anything I can do > about it? They seem to have strings such as '' inside the