Tagged Questions
Conkeror is a web browser based on Firefox's xulrunner which contains mappings for emacs keybindings. It configuration is done via javascript.
4
votes
2answers
420 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 ...
3
votes
2answers
116 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 ...
3
votes
3answers
639 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 ...
1
vote
1answer
203 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
0answers
47 views
how to use greasemonkey script in conkeror?
Is there any way to do this?
Specifically for now, I want to use this script.
For those of you who wonder:
greasemonkey
conkeror
0
votes
1answer
19 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 ...
0
votes
0answers
26 views
How do I open multiple URLs in new tabs in Conkeror? I have them stored in a text file, one per line
I have a bunch of links in a txt file, one per line.
I want to open them up in new tabs in conkeror.
What is the fastest way to do so?
Thank you,
tanstaafl
0
votes
3answers
446 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?
0
votes
1answer
385 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 ...