From guilledist at gmail.com Tue Dec 2 02:07:01 2008 From: guilledist at gmail.com (guille lists) Date: Tue, 2 Dec 2008 11:07:01 +0100 Subject: [Conkeror] get/set current URL from applescript Message-ID: <299b3e610812020207u6ae5e5fcm19829f5c1dc1fc2@mail.gmail.com> Hello, is it possible to get or set the current URL of Conkeror from Applescript? (note that my knowledge of applescript is quite limited so sorry if this is a stupid question). I could get the name of the page with: tell application "conkeror" name of window 1 end tell but I am not sure how to get and set the current URL. It is not included in the properties of the window as in Firefox. Does anyone know if it is possible to do get/set the current URL (or even open a new buffer/window)?. I'm using conkeror from current svn and Leopard OSX. guille From joyfulgirl at archlinux.us Wed Dec 3 22:28:10 2008 From: joyfulgirl at archlinux.us (Ivy Foster) Date: Thu, 4 Dec 2008 00:28:10 -0600 Subject: [Conkeror] [PATCH]: http://bugs.conkeror.org/issue66 Message-ID: <20081204062810.GA16135@daedalus> As far as I can tell, this is a working implementation of the wishlist item http://bugs.conkeror.org/issue66. There is now a variable "extended_command_display_whereis" (false by default), which if true causes call_interactively, if called from M-x, to display any keybindings that exist for that command. Because I was originally working in commands.js, I also made a slight cleanup to execute-extended-command. Share and enjoy! Ivy -- If I Am Ever A Heroine... 25. I will never travel back into the past in order to prevent the current situation. It *never* works. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Commands-called-by-M-x-optionally-display-keys.patch Type: text/x-patch Size: 2817 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From jsg8pitt at yahoo.com Fri Dec 5 09:05:27 2008 From: jsg8pitt at yahoo.com (Joe Gallo) Date: Fri, 5 Dec 2008 17:05:27 +0000 (UTC) Subject: [Conkeror] Some keys in the User Manual are not working Message-ID: I just installed today from git, and some of the keys from the User Manual are not working. In particular M-<, M-> (I'm being careful to hold shift, so it's not M-, and M-.), and also M-n. Oddly enough, M-p works fine, and does M-v. So, some Meta keys don't work, but some do, and it's not only those that require holding shift. Any thoughts? Joe From jjfoerch at earthlink.net Fri Dec 5 10:10:58 2008 From: jjfoerch at earthlink.net (John J Foerch) Date: Fri, 05 Dec 2008 13:10:58 -0500 Subject: [Conkeror] Some keys in the User Manual are not working References: Message-ID: <87wseeh4r1.fsf@earthlink.net> > I just installed today from git, and some of the keys from the User Manual are > not working. > > In particular M-<, M-> (I'm being careful to hold shift, so it's not M-, and > M-.), and also M-n. > > Oddly enough, M-p works fine, and does M-v. > > So, some Meta keys don't work, but some do, and it's not only those that require > holding shift. > > Any thoughts? > > Joe Try going through: M-x keyboard-setup If you are on OS X, this may be an unresolved bug. -- John Foerch From jsg8pitt at yahoo.com Fri Dec 5 10:21:05 2008 From: jsg8pitt at yahoo.com (Joe Gallo) Date: Fri, 5 Dec 2008 18:21:05 +0000 (UTC) Subject: [Conkeror] Some keys in the User Manual are not working References: <87wseeh4r1.fsf@earthlink.net> Message-ID: > Try going through: M-x keyboard-setup > > If you are on OS X, this may be an unresolved bug. > I am on OS X. When I go through the keyboard-setup, it will not add entries when I hit keys like <, /, and >. There may be others as well. It adds a keycode of 0 and an empty string as the keycode name. Is this an existing unresolved bug? I'm not seeing it in roundup. Thanks, Joe From jjfoerch at earthlink.net Sun Dec 14 09:39:42 2008 From: jjfoerch at earthlink.net (John J Foerch) Date: Sun, 14 Dec 2008 12:39:42 -0500 Subject: [Conkeror] Some keys in the User Manual are not working References: <87wseeh4r1.fsf@earthlink.net> Message-ID: <87skoqhd0h.fsf@earthlink.net> >> Try going through: M-x keyboard-setup >> >> If you are on OS X, this may be an unresolved bug. >> > > I am on OS X. > > When I go through the keyboard-setup, it will not add entries when I > hit keys like <, /, and >. There may be others as well. > > It adds a keycode of 0 and an empty string as the keycode name. > > Is this an existing unresolved bug? I'm not seeing it in roundup. > > Thanks, > Joe Yes. I had noticed it at one time before our bug tracker existed so I never got around to opening an issue for it. I just opened one: http://bugs.conkeror.org/issue87 I have no good ideas about the source of the problem at this time. The workaround for the foreseeable future is to bind different keys in the rc. Would appreciate any experimentation to try to narrow down the source of this problem. Thanks. -- John Foerch From jjfoerch at earthlink.net Thu Dec 18 16:28:36 2008 From: jjfoerch at earthlink.net (John J Foerch) Date: Thu, 18 Dec 2008 19:28:36 -0500 Subject: [Conkeror] xkcd-mode change Message-ID: <87ocz9gg97.fsf@earthlink.net> Hi all, I made a change to xkcd-mode such that it does not insert the caption of the comic into the web page by default anymore. To enable that feature, put the following in your rc: xkcd_add_title = true; This change was made in recognition of a reasonable expectation that in its default configuration, conkeror should show all web pages as intended by their authors. Xkcd-mode also provides another feature, patterns for "[[" and "]]" to assist in navigating xkcd. Since that feature is a non-breaking "strict improvement" to conkeror, it seemed best to keep xkcd-mode as one of the default page-modes, but to require users to explicitly enable its content-editing feature if they want it. Sorry for the inconvenience. -- John Foerch From stormwatch at espiga4.com.ar Fri Dec 19 21:40:26 2008 From: stormwatch at espiga4.com.ar (Ezequiel Birman) Date: Sat, 20 Dec 2008 03:40:26 -0200 Subject: [Conkeror] toggle Flash Message-ID: Is there a way to enable or disable Flash Plugin interactively? I'd like to disable Flash when visiting certain URLs. -- Ezequiel Birman From tim at we-are-teh-b.org Sat Dec 20 02:22:23 2008 From: tim at we-are-teh-b.org (Tim Schumacher) Date: Sat, 20 Dec 2008 11:22:23 +0100 Subject: [Conkeror] toggle Flash In-Reply-To: References: Message-ID: <877i5vxi1s.wl%tim@we-are-teh-b.org> Hi there, At Sat, 20 Dec 2008 03:40:26 -0200, Ezequiel Birman wrote: > Is there a way to enable or disable Flash Plugin interactively? I'd like > to disable Flash when visiting certain URLs. IIRC nothing builtin. A perfect tool would be noscript. I started a script, to control it, but did not finish it. What I have missin is what you need ;). NoScript blocks -Tags by default. If you are into Javascript, feel free to contribute :). greetings Tim -- It's a dangerous business going out your front door. -- J.R.R. Tolkien From abe at deuxchevaux.org Mon Dec 22 16:07:37 2008 From: abe at deuxchevaux.org (Axel Beckert) Date: Tue, 23 Dec 2008 01:07:37 +0100 Subject: [Conkeror] Startup Help and Tutorial no more found? Message-ID: <20081223000736.GB4617@sym.noone.org> Hi, I just checked out the current HEAD from git and when I start it up, I get an internal 404: "File Not Found -- The file chrome://conkeror-help/content/help.html cannot be found. Please check the location and try again." Same counts for the tutorial I usually get with "C-h t": "The file chrome://conkeror-help/content/tutorial.html cannot be found." I suspect this has to do with some of the path renamings I read about in the git log. Or is this something which has been set once automatically and then saved in my .conkeror.mozdev.org directory? Regards, Axel -- Axel Beckert - abe at deuxchevaux.org, abe at noone.org - http://noone.org/abe/ From jjfoerch at earthlink.net Mon Dec 22 17:10:01 2008 From: jjfoerch at earthlink.net (John J Foerch) Date: Mon, 22 Dec 2008 20:10:01 -0500 Subject: [Conkeror] Startup Help and Tutorial no more found? References: <20081223000736.GB4617@sym.noone.org> Message-ID: <8763lbofx2.fsf@earthlink.net> > Hi, > > I just checked out the current HEAD from git and when I start it up, I > get an internal 404: "File Not Found -- The file > chrome://conkeror-help/content/help.html cannot be found. Please check > the location and try again." Same counts for the tutorial I usually > get with "C-h t": "The file > chrome://conkeror-help/content/tutorial.html cannot be found." > > I suspect this has to do with some of the path renamings I read about > in the git log. Or is this something which has been set once > automatically and then saved in my .conkeror.mozdev.org directory? > > Regards, Axel Hi Axel, Strange problem! Does your conkeror tree contain any *.manifest files other than the following? ./contrib/xrev/chrome/chrome.manifest ./chrome/chrome.manifest Does your ./chrome/chrome.manifest contain the following lines? content conkeror-gui file:../content/ content conkeror file:../modules/ content conkeror-help file:../help/ Does the `help' directory exist, and does it contain both help.html and tutorial.html? Can you browse to the url ? -- John Foerch From abe at deuxchevaux.org Mon Dec 22 17:26:40 2008 From: abe at deuxchevaux.org (Axel Beckert) Date: Tue, 23 Dec 2008 02:26:40 +0100 Subject: [Conkeror] Startup Help and Tutorial no more found? In-Reply-To: <8763lbofx2.fsf@earthlink.net> References: <20081223000736.GB4617@sym.noone.org> <8763lbofx2.fsf@earthlink.net> Message-ID: <20081223012640.GD4617@sym.noone.org> Hi John, On Mon, Dec 22, 2008 at 08:10:01PM -0500, John J Foerch wrote: > > I just checked out the current HEAD from git and when I start it up, I > > get an internal 404: "File Not Found -- The file > > chrome://conkeror-help/content/help.html cannot be found. Please check > > the location and try again." Same counts for the tutorial I usually > > get with "C-h t": "The file > > chrome://conkeror-help/content/tutorial.html cannot be found." > > Strange problem! 'kay. :-) > Does the `help' directory exist, and does it contain both help.html > and tutorial.html? That was it, thanks! (The other things were as you expected.) I was blind and missed this new directory when trying to package the version with the renamed paths. Thanks for the quick help and sorry for the noise. Regards, Axel -- Axel Beckert - abe at deuxchevaux.org, abe at noone.org - http://noone.org/abe/ From jjfoerch at earthlink.net Tue Dec 23 07:46:11 2008 From: jjfoerch at earthlink.net (John J Foerch) Date: Tue, 23 Dec 2008 10:46:11 -0500 Subject: [Conkeror] define_key and define_sticky_modifier Message-ID: <8763la28u4.fsf@earthlink.net> Hi all, Conkeror's keyboard system now works better on OS X, and with non-US101 keyboards. There is no more need to run keyboard-setup to train Conkeror about your key layout. There were a couple of changes involved in this that may affect your rc: * The call form of define_sticky_modifier has changed. The second argument should now be a string containing just the letters representing the modifiers. For example, the string "CM" would represent Control and Meta. * define_key no longer accepts the keyword $category. There will be temporary breakage of the describe-bindings command while key categories are re-implemented as command categories. * The names of some keys in the call form of define_key have changed. With the exception of "space", all punctuation characters are now given as the characters themselves, rather than the name of the character. Also, characters such as "*" can now be given directly instead of the old form "S-8". If anyone has trouble updating their rc, or getting a particular key binding to work, please ask here or in the irc channel. -- John Foerch From pdm at zamazal.org Tue Dec 23 11:25:58 2008 From: pdm at zamazal.org (Milan Zamazal) Date: Tue, 23 Dec 2008 20:25:58 +0100 Subject: [Conkeror] toggle Flash References: Message-ID: <873ageofqx.fsf@blackbird.nest.zamazal.org> >>>>> "EB" == Ezequiel Birman writes: EB> Is there a way to enable or disable Flash Plugin interactively? FWIW, Swfdec-Mozilla doesn't start any Flash animation until you click on it. Regards, Milan Zamazal From jjfoerch at earthlink.net Fri Dec 26 09:52:05 2008 From: jjfoerch at earthlink.net (John J Foerch) Date: Fri, 26 Dec 2008 12:52:05 -0500 Subject: [Conkeror] new directory: style Message-ID: <87abaij03e.fsf@earthlink.net> There is a new top-level directory called "style". Heads up for anyone who needs to update package-building scripts, etc. -- John Foerch From dcl441-bugs at yahoo.com Fri Dec 26 23:46:31 2008 From: dcl441-bugs at yahoo.com (Daniel Clemente) Date: Sat, 27 Dec 2008 08:46:31 +0100 Subject: [Conkeror] Scrolling eye guide References: <87d4kedkwo.fsf@notebook.home> Message-ID: <87zliif4bs.fsf@yahoo.com> Hi, this is a very useful feature. Could it be included so that it is easy to turn it on? Daniel marting at gmx.ch writes: > Hi all, > > In the firefox based conkeror there was a command called > "toggle-eod-space" "that should help you read articles more smoothly" > (see content/help.html where it is still documented). As far as I know > there's no equivalent functionality in the xulrunner based conkeror so > far. That's why I wrote the function below named after the similar > feature in GNU gv. It scrolls down a page and draws a temporary > horizontal line where you supposedly were reading before > scrolling. The options are documented. > > I'm not familiar with the conkeror source nor xul (and not much with > javascript either) so the code could be bad; please tell me if you > think this is the case. > > *** start code *** > > define_variable("scr_eye_gui_interval", 800, > "Interval during which the scrolling eye guide line is visible (in ms)"); > define_variable("scr_eye_gui_color", "#000000", > "Color of the scrolling eye guide line"); > define_variable("scr_eye_gui_opt", "end", > "'on'/'off'/'end', where 'end' means that the scrolling eye guide line" + > "becomes visible only when scrolling not a whole page, i.e. at the end" + > "of the buffer; while 'on' means that it becomes visible in any case; " + > "'off' (or anything else) disables the scrolling eye guide"); > > interactive("scroll-with-eye-guide", function(I) { > var win = I.window.buffers.current.focused_frame; > var old_y = win.scrollY; > win.scrollBy(0, win.innerHeight - 50); > var new_y = win.scrollY; > if (new_y > old_y && (scr_eye_gui_opt == "on" || > (scr_eye_gui_opt == "end" && > new_y < old_y + win.innerHeight - 50))){ > //mostly copied from hints.js: > var scr_eye_gui = win.document.createElementNS(XHTML_NS, "span"); > scr_eye_gui.className = "__conkeror_img_hint"; > scr_eye_gui.style.width = (win.innerWidth - 16) + "px"; > scr_eye_gui.style.height = "1px"; > scr_eye_gui.style.backgroundColor = scr_eye_gui_color; > scr_eye_gui.style.left = "0px"; > scr_eye_gui.style.top = (old_y + win.innerHeight) + "px"; > //notice that the line is 16px off if there is a horizontal > //scrollbar; I don't know if there is a reliable method to > //detect a scrollbar > win.document.documentElement.appendChild(scr_eye_gui); > scr_eye_gui.textContent = ""; > scr_eye_gui.style.display = "inline"; > win.setInterval(function () { > scr_eye_gui.style.display="none"; > }, scr_eye_gui_interval); > }}); > > *** end code *** > > You can then bind it as usual, e.g. to space: > > define_key(content_buffer_normal_keymap, "space", "scroll-with-eye-guide"); > > -- > Martin From songcq at gmail.com Sun Dec 28 09:32:14 2008 From: songcq at gmail.com (Chengqi(Lars) Song) Date: Mon, 29 Dec 2008 01:32:14 +0800 Subject: [Conkeror] disable "Conkeror User Manual" on startup Message-ID: <20081228173214.GA18061@lars-x200s> hi, i want conkeror to display a blank page on startup, how to configure it? thanks. by the way, how can I know my current using rc file location? the maual tells that the following command can modify it, but doesnt tell how to show it: M-: user_pref ('conkeror.rcfile', '/home/foo/conkeror-rc'); RET Thanks. Best Lars From lists at reinwarth.com Sun Dec 28 12:36:26 2008 From: lists at reinwarth.com (Alexander Reinwarth) Date: Sun, 28 Dec 2008 21:36:26 +0100 Subject: [Conkeror] disable "Conkeror User Manual" on startup In-Reply-To: <20081228173214.GA18061@lars-x200s> References: <20081228173214.GA18061@lars-x200s> Message-ID: <4957E34A.9010808@reinwarth.com> Chengqi(Lars) Song wrote: > i want conkeror to display a blank page on startup, how to configure > it? thanks. > homepage="about:blank"; > by the way, how can I know my current using rc file location? the maual > tells that the following command can modify it, but doesnt tell how to > show it: > > M-: user_pref ('conkeror.rcfile', '/home/foo/conkeror-rc'); RET > M-: get_pref("conkeror.rcfile"); RET HTH, Alexander From songcq at gmail.com Sun Dec 28 17:25:41 2008 From: songcq at gmail.com (Chengqi(Lars) Song) Date: Mon, 29 Dec 2008 09:25:41 +0800 Subject: [Conkeror] disable "Conkeror User Manual" on startup In-Reply-To: <4957E34A.9010808@reinwarth.com> References: <20081228173214.GA18061@lars-x200s> <4957E34A.9010808@reinwarth.com> Message-ID: <20081229012541.GA4331@lars-x200s> On Sun, 28 Dec 2008, Alexander Reinwarth wrote: > Chengqi(Lars) Song wrote: >> i want conkeror to display a blank page on startup, how to configure >> it? thanks. >> > homepage="about:blank"; >> by the way, how can I know my current using rc file location? the maual >> tells that the following command can modify it, but doesnt tell how to >> show it: >> >> M-: user_pref ('conkeror.rcfile', '/home/foo/conkeror-rc'); RET >> > M-: get_pref("conkeror.rcfile"); RET i tried and the result is "null". and i put "homepage='about:blank'" in my ~/.conkerorrc but it doesnt work. how can i specify rcfile? > > HTH, > > Alexander From songcq at gmail.com Sun Dec 28 18:55:54 2008 From: songcq at gmail.com (Chengqi(Lars) Song) Date: Mon, 29 Dec 2008 10:55:54 +0800 Subject: [Conkeror] using downThemAll in conkeror? Message-ID: <20081229025554.GA5125@lars-x200s> hi, anyone succeeded to make firefox's famous extension downThemAll work in conkeror? That's a very good downloading speed-up extension. best lars From songcq at gmail.com Mon Dec 29 17:56:14 2008 From: songcq at gmail.com (Chengqi(Lars) Song) Date: Tue, 30 Dec 2008 09:56:14 +0800 Subject: [Conkeror] how to change page encoding? Message-ID: <20081230015614.GA5564@lars-x200s> hi, i cannot find help on encoding by "c-h a" or "g conkerorwiki encoding", so i begin to doubt if conkeror supports changing encoding right now. could you tell me how? im using the latest git version. best lars From heart.of.sea.xp at gmail.com Wed Dec 31 07:13:09 2008 From: heart.of.sea.xp at gmail.com (=?GB2312?B?uN/UtA==?=) Date: Wed, 31 Dec 2008 23:13:09 +0800 Subject: [Conkeror] How to change my startup setting Message-ID: <27b583b70812310713l4c86e9cfq466f573f78c444a2@mail.gmail.com> Dear everyone, I am a firefox user before I found conkeror. I immediately fell in love with it. But I have the habit to continue browsing my web sites which I left the last time i use the browser. It's quite easy to deal with in firefox, but i cannot found any information about how to change the startup settings in conkeror anywhere. Hope someone could help me. 6Thank you. ps: i am Chinese, so don't blame me if you found my English sucks. I speak better Chinese than almost any of you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jjfoerch at earthlink.net Wed Dec 31 08:39:20 2008 From: jjfoerch at earthlink.net (John J Foerch) Date: Wed, 31 Dec 2008 11:39:20 -0500 Subject: [Conkeror] disable "Conkeror User Manual" on startup References: <20081228173214.GA18061@lars-x200s> <4957E34A.9010808@reinwarth.com> <20081229012541.GA4331@lars-x200s> Message-ID: <87tz8k47uv.fsf@earthlink.net> > Chengqi(Lars) Song wrote: >> M-: get_pref("conkeror.rcfile"); RET > i tried and the result is "null". and i put "homepage='about:blank'" in > my ~/.conkerorrc but it doesnt work. how can i specify rcfile? When the pref conkeror.rcfile is null, the default rc file is .conkerorrc in your home directory. If you are having trouble getting your rc to work right, start conkeror from a terminal so you can see any debugging output. Comment out the contents of your rc, and try putting in something like: dumpln("Hello, World!"); -- John Foerch From jjfoerch at earthlink.net Wed Dec 31 08:40:17 2008 From: jjfoerch at earthlink.net (John J Foerch) Date: Wed, 31 Dec 2008 11:40:17 -0500 Subject: [Conkeror] how to change page encoding? References: <20081230015614.GA5564@lars-x200s> Message-ID: <87ocys47ta.fsf@earthlink.net> > hi, > > i cannot find help on encoding by "c-h a" or "g conkerorwiki encoding", > so i begin to doubt if conkeror supports changing encoding right now. > could you tell me how? im using the latest git version. > > best > lars Unfortunately we don't have that command yet. -- John Foerch From jjfoerch at earthlink.net Wed Dec 31 08:47:53 2008 From: jjfoerch at earthlink.net (John J Foerch) Date: Wed, 31 Dec 2008 11:47:53 -0500 Subject: [Conkeror] How to change my startup setting References: <27b583b70812310713l4c86e9cfq466f573f78c444a2@mail.gmail.com> Message-ID: <87k59g47gm.fsf@earthlink.net> > Dear everyone, > I am a firefox user before I found conkeror. I immediately fell in love with it. But > I have the habit to continue browsing my web sites which I left the last time i use the > browser. It's quite easy to deal with in firefox, but i cannot found any information about how to > change the startup settings in conkeror anywhere. Hope someone could help me. 6Thank you. > There is a patch for sessions support being developed, so Conkeror will have that feature in the future, but it does not yet unfortunately. > ps: i am Chinese, so don't blame me if you found my English sucks. I speak better Chinese > than almost any of you. ????? ?? -- John Foerch From jjfoerch at earthlink.net Wed Dec 31 08:55:07 2008 From: jjfoerch at earthlink.net (John J Foerch) Date: Wed, 31 Dec 2008 11:55:07 -0500 Subject: [Conkeror] add_webjump removed Message-ID: <87fxk4474k.fsf@earthlink.net> Hi all, I just pushed a change that removes the alias `add_webjump'. Please update all calls to use `define_webjump' instead. There was another change, which probably doesn't affect anyone, but: the define_webjump keyword $no_argument was replaced by $argument so if you used it, please update according to the following: old: $no_argument = "maybe" new: $argument = "optional" old: $no_argument = true new: $argument = false -- John Foerch From songcq at gmail.com Wed Dec 31 10:59:59 2008 From: songcq at gmail.com (Chengqi(Lars) Song) Date: Thu, 1 Jan 2009 02:59:59 +0800 Subject: [Conkeror] how to change page encoding? In-Reply-To: <87ocys47ta.fsf@earthlink.net> References: <20081230015614.GA5564@lars-x200s> <87ocys47ta.fsf@earthlink.net> Message-ID: <20081231185959.GA4245@lars-x200s> is there any plan on this? it's important for CJK users, especially Chinese users, because there are several Chinese encodings... lars On Wed, 31 Dec 2008, John J Foerch wrote: > > hi, > > > > i cannot find help on encoding by "c-h a" or "g conkerorwiki encoding", > > so i begin to doubt if conkeror supports changing encoding right now. > > could you tell me how? im using the latest git version. > > > > best > > lars > > Unfortunately we don't have that command yet. > > -- > John Foerch > > _______________________________________________ > Conkeror mailing list > Conkeror at mozdev.org > https://www.mozdev.org/mailman/listinfo/conkeror From schulte.eric at gmail.com Wed Dec 31 11:28:56 2008 From: schulte.eric at gmail.com (Eric Schulte) Date: Wed, 31 Dec 2008 11:28:56 -0800 Subject: [Conkeror] highlight colors for commands like follow dependent on font color Message-ID: <87abacuosn.fsf@gmail.com> Hi, On pages with dark backgrounds and light text the yellow and green highlighting of the `follow' and `save' commands renders the underlying text of the links illegible. Would it be difficult to change the highlighting color based on the color of a page's text? Thanks, and thanks for creating this fantastic browser! -- Eric From jjfoerch at earthlink.net Wed Dec 31 12:10:20 2008 From: jjfoerch at earthlink.net (John J Foerch) Date: Wed, 31 Dec 2008 15:10:20 -0500 Subject: [Conkeror] highlight colors for commands like follow dependent on font color References: <87abacuosn.fsf@gmail.com> Message-ID: <87bpus3y37.fsf@earthlink.net> > Hi, > > On pages with dark backgrounds and light text the yellow and green > highlighting of the `follow' and `save' commands renders the underlying > text of the links illegible. Would it be difficult to change the > highlighting color based on the color of a page's text? > > Thanks, and thanks for creating this fantastic browser! -- Eric Can you give me an example of a site that exposes this problem? There are a couple of ways to go about solving it, but I would like to see the problem in action to narrow down the possibilities. -- John Foerch From schulte.eric at gmail.com Wed Dec 31 12:22:21 2008 From: schulte.eric at gmail.com (Eric Schulte) Date: Wed, 31 Dec 2008 12:22:21 -0800 Subject: [Conkeror] highlight colors for commands like follow dependent on font color In-Reply-To: <87bpus3y37.fsf@earthlink.net> (John J. Foerch's message of "Wed, 31 Dec 2008 15:10:20 -0500") References: <87abacuosn.fsf@gmail.com> <87bpus3y37.fsf@earthlink.net> Message-ID: <871vvot7r6.fsf@gmail.com> John J Foerch writes: >> Hi, >> >> On pages with dark backgrounds and light text the yellow and green >> highlighting of the `follow' and `save' commands renders the underlying >> text of the links illegible. Would it be difficult to change the >> highlighting color based on the color of a page's text? >> >> Thanks, and thanks for creating this fantastic browser! -- Eric > > Can you give me an example of a site that exposes this problem? There > are a couple of ways to go about solving it, but I would like to see the > problem in action to narrow down the possibilities. So the way that I ran into this issue is fairly contorted. I like dark backgrounds and light text (and they save laptop battery power, etc...), and I had some time to kill so I installed the Firefox stylish add-on [1], and then installed some views to make google default to a dark background and a light text [2]. It is on this tweaked google view that the problem really became apparent, but I assume that it would be an issue for any website which has a light link text color. Thanks -- Eric [1] https://addons.mozilla.org/en-US/firefox/addon/2108 [2] http://userstyles.org/styles/1693 From jjfoerch at earthlink.net Wed Dec 31 12:45:59 2008 From: jjfoerch at earthlink.net (John J Foerch) Date: Wed, 31 Dec 2008 15:45:59 -0500 Subject: [Conkeror] how to change page encoding? References: <20081230015614.GA5564@lars-x200s> <87ocys47ta.fsf@earthlink.net> <20081231185959.GA4245@lars-x200s> Message-ID: <877i5g3wfs.fsf@earthlink.net> > is there any plan on this? it's important for CJK users, especially > Chinese users, because there are several Chinese encodings... There is now.. I started researching this, and opened an issue on our tracker: http://bugs.conkeror.org/issue112 If you have any ideas for the UI by which to specify the charset to force, please share them. I think it would be annoying to have to issue the force-charset command (or whatever we decide to call it) for every single page served with the wrong charset. Perhaps there could be a data-structure associating url regexps with charset overrides defined in the rc, and this structure could be used to automatically force charsets for those pages. -- John Foerch From jjfoerch at earthlink.net Wed Dec 31 12:46:47 2008 From: jjfoerch at earthlink.net (John J Foerch) Date: Wed, 31 Dec 2008 15:46:47 -0500 Subject: [Conkeror] highlight colors for commands like follow dependent on font color References: <87abacuosn.fsf@gmail.com> <87bpus3y37.fsf@earthlink.net> <871vvot7r6.fsf@gmail.com> Message-ID: <873ag43weg.fsf@earthlink.net> > John J Foerch writes: >> Can you give me an example of a site that exposes this problem? There >> are a couple of ways to go about solving it, but I would like to see the >> problem in action to narrow down the possibilities. > > So the way that I ran into this issue is fairly contorted. > > I like dark backgrounds and light text (and they save laptop battery > power, etc...), and I had some time to kill so I installed the Firefox > stylish add-on [1], and then installed some views to make google default > to a dark background and a light text [2]. It is on this tweaked google > view that the problem really became apparent, but I assume that it would > be an issue for any website which has a light link text color. > > Thanks -- Eric > > [1] https://addons.mozilla.org/en-US/firefox/addon/2108 > [2] http://userstyles.org/styles/1693 Can you take a screenshot? -- John Foerch From jjfoerch at earthlink.net Wed Dec 31 12:52:50 2008 From: jjfoerch at earthlink.net (John J Foerch) Date: Wed, 31 Dec 2008 15:52:50 -0500 Subject: [Conkeror] Scrolling eye guide References: <87d4kedkwo.fsf@notebook.home> <87zliif4bs.fsf@yahoo.com> Message-ID: <87y6xw2hjx.fsf@earthlink.net> > Hi, > this is a very useful feature. Could it be included so that it is easy to turn it on? > > Daniel Thanks for the reminder. I had marked that message as important, but got involved in other things, so get to it yet. -- John Foerch From schulte.eric at gmail.com Wed Dec 31 13:01:08 2008 From: schulte.eric at gmail.com (Eric Schulte) Date: Wed, 31 Dec 2008 13:01:08 -0800 Subject: [Conkeror] highlight colors for commands like follow dependent on font color In-Reply-To: <873ag43weg.fsf@earthlink.net> (John J. Foerch's message of "Wed, 31 Dec 2008 15:46:47 -0500") References: <87abacuosn.fsf@gmail.com> <87bpus3y37.fsf@earthlink.net> <871vvot7r6.fsf@gmail.com> <873ag43weg.fsf@earthlink.net> Message-ID: <87wsdgrre3.fsf@gmail.com> John J Foerch writes: >> John J Foerch writes: >>> Can you give me an example of a site that exposes this problem? There >>> are a couple of ways to go about solving it, but I would like to see the >>> problem in action to narrow down the possibilities. >> >> So the way that I ran into this issue is fairly contorted. >> >> I like dark backgrounds and light text (and they save laptop battery >> power, etc...), and I had some time to kill so I installed the Firefox >> stylish add-on [1], and then installed some views to make google default >> to a dark background and a light text [2]. It is on this tweaked google >> view that the problem really became apparent, but I assume that it would >> be an issue for any website which has a light link text color. >> >> Thanks -- Eric >> >> [1] https://addons.mozilla.org/en-US/firefox/addon/2108 >> [2] http://userstyles.org/styles/1693 > > Can you take a screenshot? yup, here it is http://picasaweb.google.com/lh/photo/l63zZVBtguIGmXkm3OKT8Q?feat=directlink From jjfoerch at earthlink.net Wed Dec 31 13:34:42 2008 From: jjfoerch at earthlink.net (John J Foerch) Date: Wed, 31 Dec 2008 16:34:42 -0500 Subject: [Conkeror] highlight colors for commands like follow dependent on font color References: <87abacuosn.fsf@gmail.com> <87bpus3y37.fsf@earthlink.net> <871vvot7r6.fsf@gmail.com> <873ag43weg.fsf@earthlink.net> <87wsdgrre3.fsf@gmail.com> Message-ID: <87r63o2fm5.fsf@earthlink.net> >> Can you take a screenshot? > > yup, here it is > http://picasaweb.google.com/lh/photo/l63zZVBtguIGmXkm3OKT8Q?feat=directlink Thanks. Need time to experiment with it now. -- John Foerch From songcq at gmail.com Wed Dec 31 20:31:17 2008 From: songcq at gmail.com (Chengqi(Lars) Song) Date: Thu, 1 Jan 2009 12:31:17 +0800 Subject: [Conkeror] how to change page encoding? In-Reply-To: <877i5g3wfs.fsf@earthlink.net> References: <20081230015614.GA5564@lars-x200s> <87ocys47ta.fsf@earthlink.net> <20081231185959.GA4245@lars-x200s> <877i5g3wfs.fsf@earthlink.net> Message-ID: <20090101043117.GA3838@lars-x200s> In fact now most webpages have correct charset specification, so a simple command: "set-page-encoding GB2312" is good enough:) The regexp-pattern method is very considerable but not very neccessary. Moreover, if someone really needs that feature, he/she can make an on-loading hook in rc-file. best lars On Wed, 31 Dec 2008, John J Foerch wrote: > > is there any plan on this? it's important for CJK users, especially > > Chinese users, because there are several Chinese encodings... > > There is now.. I started researching this, and opened an issue on our > tracker: > > http://bugs.conkeror.org/issue112 > > If you have any ideas for the UI by which to specify the charset to > force, please share them. I think it would be annoying to have to issue > the force-charset command (or whatever we decide to call it) for every > single page served with the wrong charset. > > Perhaps there could be a data-structure associating url regexps with > charset overrides defined in the rc, and this structure could be used to > automatically force charsets for those pages. > > -- > John Foerch > > _______________________________________________ > Conkeror mailing list > Conkeror at mozdev.org > https://www.mozdev.org/mailman/listinfo/conkeror