Prev: lists not comparing equal
Next: Creating GUI for new implementation of Common Lisp (CLforJava) - Want Community Input
From: Tim Bradshaw on 25 Jan 2010 16:01 Hi, does anyone know of a Firefox search addon which will *just* look in CLHS? I am fairly sure I could write one, but I am lazy. The lispdoc one (which I use) gets all sorts of non-CLHS stuff, which I generally do not want Thanks --tim
From: Raymond Toy on 25 Jan 2010 20:41 On 1/25/10 4:01 PM, Tim Bradshaw wrote: > Hi, does anyone know of a Firefox search addon which will *just* look in > CLHS? I am fairly sure I could write one, but I am lazy. The lispdoc > one (which I use) gets all sorts of non-CLHS stuff, which I generally do > not want I used to have a search addon that I got from somewhere, but I don't use it anymore. Now I just use a Firefox smart bookmark to lookup CLHS entries. I got this from Zach Beane quite some time ago. Just create a new bookmark to http://xach.com/clhs?q=%s, with a name of clhs and a keyword of clhs. Then in the url bar, I just type "clhs make-array" and I get redirected to the CLHS page on make-array. Way cool! Ray
From: Paul Donnelly on 25 Jan 2010 23:06 Raymond Toy <toy.raymond(a)gmail.com> writes: > On 1/25/10 4:01 PM, Tim Bradshaw wrote: >> Hi, does anyone know of a Firefox search addon which will *just* look in >> CLHS? I am fairly sure I could write one, but I am lazy. The lispdoc >> one (which I use) gets all sorts of non-CLHS stuff, which I generally do >> not want > > I used to have a search addon that I got from somewhere, but I don't use > it anymore. Now I just use a Firefox smart bookmark to lookup CLHS > entries. > > I got this from Zach Beane quite some time ago. Just create a new > bookmark to http://xach.com/clhs?q=%s, with a name of clhs and a keyword > of clhs. > > Then in the url bar, I just type "clhs make-array" and I get redirected > to the CLHS page on make-array. Way cool! > > Ray One can also use yubnub.org rather than making a search bookmark on every computer one uses. This is what I do, which is particularly handy when I'm using a machine other than my own.
From: Tim Bradshaw on 26 Jan 2010 14:29
On 2010-01-26 01:41:02 +0000, Raymond Toy said: > > I got this from Zach Beane quite some time ago. Just create a new > bookmark to http://xach.com/clhs?q=%s, with a name of clhs and a keyword > of clhs. > > Then in the url bar, I just type "clhs make-array" and I get redirected > to the CLHS page on make-array. Way cool! Thanks, that is indeed fairly cool. Combined with the IRC specbot thing I'm now probably OK! |