Questions tagged [conkeror]

Conkeror is a web browser based on Firefox's XULRunner which contains mappings for Emacs keybindings. It configuration is done via JavaScript.

Conkeror is a web browser based on Firefox's XULRunner which contains mappings for Emacs keybindings. Its configuration is done via JavaScript.

Interesting features include:

  • Configuration in JavaScript
  • Site-specific CSS
  • Site-specific JavaScript modules (think: Greasemonkey)
  • Opening links without removing fingers from keyboard
16 questions
9
votes
3 answers

How do I copy some text from within conkeror into my clipboard?

conkeror i'v started using it and its great! i cant find however how do i copy some text from within the browser into my clipboard?
Jas
  • 14,493
  • 27
  • 97
  • 148
5
votes
4 answers

What does your .conkerorrc look like?

Conkeror has changed the way I browse the web: it's basically Emacs + Firefox with javascript based configuration in .conkerrorc rather than elisp configuration in .emacs. I've built up a huge library of .emacs customizations over the years by…
ramanujan
  • 5,581
  • 5
  • 30
  • 31
5
votes
2 answers

Is there a urlview (a la mutt) for gnus? Or just elisp for extracting urls?

I switched from mutt to gnus and would like to extract urls from emails and be able to launch a new buffer that contains all urls in a given email. Urlview does this for mutt as a frame of reference for what I am looking for.
user284244
3
votes
3 answers

Vimperator/Conkeror-like link selection

I use Conkeror on a daily basis except at work where I need Firebug, since I'm a web developer. I really miss having the "follow link" ability in Conkeror but I don't want to resort to using Vimperator to get it. Is there any Firefox extension which…
Deniz Dogan
  • 25,711
  • 35
  • 110
  • 162
2
votes
1 answer

How can I split my conkeror-rc config over multiple files?

Short version: can you help me fill in this code? var conkeror_settings_dir = ".conkeror.mozdev.org/settings"; function load_all_js_files_in_dir (dir) { var full_path = get_home_directory().appendRelativePath(dir); // YOUR CODE…
Ryan C. Thompson
  • 40,856
  • 28
  • 97
  • 159
1
vote
1 answer

How to configure Desktop Notification in Conkeror browser?

How can I enable Desktop Notification for web apps (Slack, for example)? I didn't find anything about this on Conkeror Wiki, Mailling List or Google :( Thanks!
Fernando Almeida
  • 3,134
  • 3
  • 25
  • 24
1
vote
2 answers

Conkeror Keybindings on Mac OSX

Has anyone figured out how to change the keybindings for the meta and control keys for Conkeror on Mac OSX? For example, in Emacs I have my C mapped to the apple command key and my M mapped to the option key. Is there any way to do this for…
Alex
  • 21
  • 2
1
vote
1 answer

Is this a .conkerorrc error ?

Console error: [JavaScript Error: "TypeError: props is undefined" {file: "chrome://conkeror/content/minibuffer-read.js" line: 71}] Category: chrome javascript Console error: [JavaScript Error: "TypeError: props is undefined" {file: …
syntax
  • 585
  • 1
  • 6
  • 17
1
vote
0 answers

CUA bindings for Conkeror during Gmail

How to have CUA style bindings for copy (C-c), paste (C-v) and possibly cut (C-x ), during Gmail rather than the EMACS bindings? Understand cut as C-x is harder because it is a prefix.
Mikef
  • 1,572
  • 2
  • 10
  • 21
0
votes
1 answer

Can't define new page mode correctly in Conkeror

I can't seem to get even a basic new page mode working in Conkeror. In my .conkerorrc I have this: define_page_mode("bz_mode", "BZ"); auto_mode_list.push([/bugzilla/, bz_mode]); The documentation suggests (at least to me) that this should be…
Sean
  • 29,130
  • 4
  • 80
  • 105
0
votes
1 answer

Enumerating installed packages in gecko

I was trying to make conkeror work with firefox 54 and noticed devtools seems to be missing when running under the conkeror application.ini. To provide some context conkeror can be run from the conkeror repo directory…
fakedrake
  • 6,528
  • 8
  • 41
  • 64
0
votes
1 answer

Enable fullscreen on youtube in conkeror

I've asked this question before on SuperUser, but didn't get an answer. So I'll try here again. I'm using conkeror version 1.0~~pre-1+git150730-1 on debian strech. When I go on youtube, the fullscreen button is not clickable. For some reason youtube…
Ben
  • 165
  • 1
  • 9
0
votes
1 answer

Keybinding to return to homepage in conkeror?

I have set my default homepage in my conkerorrc and conkeror opens with it fine. homepage = "/home/dka/my-home-page/index.html"; How do i get back to my homepage after I have browsed to another page? Is there a default keybinding or do I have to set…
user41365
  • 109
  • 1
  • 2
0
votes
1 answer

Open n different URLs in n different browser windows

Suppose there are 3 windows of dwb browser open. Using a script I want to open URL1 in first window, then URL2 in second and so on... Anything suggesting use of Luakit/Firefox/Chromium/Midori is also welcome. Thanks in advance.
Nexu
  • 35
  • 4
0
votes
1 answer

Conkeror does not prompt to remember passwords

I've been using conkeror for a while, and at some point password management stopped working. Conkeror no longer displays a prompt offering to remember new passwords; existing passwords can still be edited with M-x password-manager but conkeror no…
Qudit
  • 472
  • 4
  • 14
1
2