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

learn more… | top users | synonyms

0
votes
0answers
8 views

Why does conkeror ignore user variable?

I recently switched to conkeror, and now tried to customize the clock in the mode line. The documentation on http://conkeror.org/UserVariables tells me to set the user variable "clock_time_format". ...
0
votes
0answers
28 views

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.
0
votes
1answer
50 views

How to download using Conkeror when the download link is hidden behind a Rt Click menu

As an example consider emacswiki and the need to download .el files. This page http://www.emacswiki.org/emacs/help-fns%2b.el has a green download button which the user Rt Clicks on in Firefox to get a ...
0
votes
1answer
43 views

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 ...
3
votes
2answers
226 views

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 ...
2
votes
3answers
906 views

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?
1
vote
1answer
312 views

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 = ...
0
votes
1answer
489 views

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 ...
3
votes
3answers
898 views

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 ...
3
votes
4answers
1k views

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 ...
4
votes
2answers
528 views

Emacs (or conkeror) Stack Overflow mode?

Have any of the heavy users put together an emacs or conkeror Stack Overflow mode that they'd wish to share? It'd be REALLY nice to compose posts and replies in a text editor rather than switching to ...