|
|
@@ -133,16 +133,6 @@ define_webjump("srfi", function (i) { |
|
|
|
return "http://srfi.schemers.org/srfi-" + i + "/srfi-" + i + ".html"; |
|
|
|
}); |
|
|
|
|
|
|
|
define_webjump("commandlinefu", |
|
|
|
function(term) { |
|
|
|
return 'http://www.commandlinefu.com/commands/matching/' + |
|
|
|
term.replace(/[^a-zA-Z0-9_\-]/g, '') |
|
|
|
.replace(/[\s\-]+/g, '-') + |
|
|
|
'/' + btoa(term); |
|
|
|
}, |
|
|
|
$argument = 'optional', |
|
|
|
$alternative = "http://www.commandlinefu.com/"); |
|
|
|
|
|
|
|
define_webjump("emacswiki", |
|
|
|
"http://www.google.com/cse?cx=004774160799092323420%3A6-ff2s0o6yi"+ |
|
|
|
"&q=%s&sa=Search&siteurl=emacswiki.org%2F", |
|
|
|