[Chicken-users] test custom feeds url 404

2011-05-05 Thread Alan Post
On the nightly tests page: http://tests.call-cc.org/ There is a link to the custom feeds: http://tests.call-cc.org/feeds/custom which is generating a 404 message for me. I used to have there the file: http://tests.call-cc.org/feeds/custom/alanpost.xml Which I used to monitor the nightl

Re: [Chicken-users] [wish list] chicken-install: show available eggs, upgrade all installed eggs?

2011-05-05 Thread Jim Ursetto
On May 5, 2011, at 9:58 AM, William Xu wrote: > Felix call-with-current-continuation.org> writes: >> What editor are you using? > > Emacs. You mentioned in the other mail it has no problem with default setup. > i > think that may be due to my emacs config then, i will check my config. > How

Re: [Chicken-users] [wish list] chicken-install: show available eggs, upgrade all installed eggs?

2011-05-05 Thread matt welland
On Thu, 2011-05-05 at 16:51 +0200, Peter Bex wrote: > On Thu, May 05, 2011 at 11:33:54AM -0300, Stephen Eilert wrote: > > On Thu, May 5, 2011 at 7:06 AM, Felix > > > That is possible, but would require a regularly updated "master" document > > > somewhere > > > on our server. > > > > Henrietta al

Re: [Chicken-users] [wish list] chicken-install: show available eggs, upgrade all installed eggs?

2011-05-05 Thread William Xu
Felix call-with-current-continuation.org> writes: > That is possible, but would require a regularly updated "master" document > somewhere on our server. Good.. I tend to use chicken-install in a way similar to apt-get in Debian. > > The other feature is being able to upgrade all installed eggs

Re: [Chicken-users] [wish list] chicken-install: show available eggs, upgrade all installed eggs?

2011-05-05 Thread Peter Bex
On Thu, May 05, 2011 at 11:33:54AM -0300, Stephen Eilert wrote: > On Thu, May 5, 2011 at 7:06 AM, Felix > > That is possible, but would require a regularly updated "master" document > > somewhere > > on our server. > > Henrietta already provides a list of eggs to chicken-install. AFAIK it doesn'

Re: [Chicken-users] [wish list] chicken-install: show available eggs, upgrade all installed eggs?

2011-05-05 Thread David N Murray
On May 5, Felix scribed: > > For example, I may have several applications that use one or the other > installed egg. Those eggs may be out of date, but I'm more interested > in having my system running, so when I install new extensions, > "chicken-install" will warn me when an egg requires higher

Re: [Chicken-users] [wish list] chicken-install: show available eggs, upgrade all installed eggs?

2011-05-05 Thread Stephen Eilert
On Thu, May 5, 2011 at 7:06 AM, Felix wrote: > Hello! > >> It would be good to be able to show available eggs when installing an egg, >> such >> that user can grep and find wanted eggs quickly without having to browse at >> http://wiki.call-cc.org/chicken-projects/egg- index-4.html.  Simply a tex

Re: [Chicken-users] [wish list] chicken-install: show available eggs, upgrade all installed eggs?

2011-05-05 Thread Peter Bex
On Thu, May 05, 2011 at 06:52:16AM -0400, Felix wrote: > > See also http://emacswiki.org/TabsAreEvil > > It's the default behaviour of my emacs That's *very* easy to fix and I don't understand why emacs has such a silly default for lispy modes: (add-hook 'lisp-mode-hook (lambda () (setq indent-t

Re: [Chicken-users] [wish list] chicken-install: show available eggs, upgrade all installed eggs?

2011-05-05 Thread Felix
> See also http://emacswiki.org/TabsAreEvil It's the default behaviour of my emacs and it saves time (in the way I use the keyboard). And telling people how to layout the invisible part of their code is a waste of time. cheers, felix ___ Chicken-users

Re: [Chicken-users] [wish list] chicken-install: show available eggs, upgrade all installed eggs?

2011-05-05 Thread Peter Bex
On Thu, May 05, 2011 at 06:06:16AM -0400, Felix wrote: > Hello! > > > It would be good to be able to show available eggs when installing an egg, > > such > > that user can grep and find wanted eggs quickly without having to browse at > > http://wiki.call-cc.org/chicken-projects/egg- index-4.html.

Re: [Chicken-users] [wish list] chicken-install: show available eggs, upgrade all installed eggs?

2011-05-05 Thread Felix
Hello! > It would be good to be able to show available eggs when installing an egg, > such > that user can grep and find wanted eggs quickly without having to browse at > http://wiki.call-cc.org/chicken-projects/egg- index-4.html. Simply a text > dump > of that html page would help much. That

Re: [Chicken-users] Error installing glut egg on Windows 7 64-bit

2011-05-05 Thread Felix
> > I thought installing would be trivial as with other eggs. Anything that has to link with native libraries has the potential to break, especially on Windows, where there is not default or standard location for header-files and libraries. > > What other setup is required for glut? You mention