From mboxrd@z Thu Jan 1 00:00:00 1970 From: Haider Rizvi Subject: =?UTF-8?B?UmU6IFtPVF0gQSBuZXcgd2ViIGJyb3dzZXLigL0=?= Date: Wed, 13 Apr 2016 12:44:47 -0700 Message-ID: References: <87potzvlp0.fsf@mbork.pl> <87wpo7a56g.fsf@ericabrahamsen.net> <878u0hq20h.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqQit-0004Hw-Qj for emacs-orgmode@gnu.org; Wed, 13 Apr 2016 15:45:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqQiq-00038s-IR for emacs-orgmode@gnu.org; Wed, 13 Apr 2016 15:45:11 -0400 Received: from plane.gmane.org ([80.91.229.3]:37962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqQiq-00034J-CL for emacs-orgmode@gnu.org; Wed, 13 Apr 2016 15:45:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aqQii-00022A-QK for emacs-orgmode@gnu.org; Wed, 13 Apr 2016 21:45:00 +0200 Received: from ip68-2-30-31.ph.ph.cox.net ([68.2.30.31]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Apr 2016 21:45:00 +0200 Received: from harizvi by ip68-2-30-31.ph.ph.cox.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Apr 2016 21:45:00 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Ramon Diaz-Uriarte writes: > For me Conkeror works just great most of the time. But the main problem > (for me) is that some of the extensions of Firefox will not work with > Conkeror. Yes, well aware of the extensions issue. Since I had no solution, I started looking at it as a blessing in disguise ;-) It makes me use less extensions, only adblock and https-everywhere right now on Conkeror. But then I have a lot of stuff in javascript! > In particular, the connector with Zotero standalone just cannot > work with it. And this has forced me to "use Conkeror always, except if I > need to do reference-related work" > KeySnail so far seems to be an alternative to avoid my schizoid > behavior. Glad keysnail is working, I may have to look at it as a backup option. I could never get into zotero, when I tried last. I use a combination of Pocket, Evernote, and org files for research / notes taking. > (problem being that sometimes, while browsing, I decide "let's add > this to Zotero" and then I need to start firefox, copy the link, > etc). You probably know this, but .... you can write a function and assign a key for this to make life a bit easier. // **** open in Firefox **** function open_in_firefox (url, window) { var cmd_str = 'open -a firefox '+url; if (window != null) { window.minibuffer.message('Issuing ' + cmd_str); } shell_command_blind(cmd_str); } interactive("firefox", "Send url to Firefox", function (I) { open_in_firefox(I.buffer.display_uri_string, I.window); }); define_key(content_buffer_normal_keymap, "f5", "firefox"); >> I have tried out Vimium with Chrome, and liked it. You may want to >> try it out if you haven't already. > > Thanks for the suggestion; I did not know it. > > I'll have to revisit it, because I just tried it and was unable to activate > it in any page (get the icon on the bar to be colored). I must be doing > something silly. However, I looked over the documentation quickly and I > could not see how to mark stuff for downloading. Do I need more coffee? > > > Best, > > R. > > >> >> Regards, -- Regards, -- Haider Rizvi