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

2011-05-09 Thread Alex Shinn
On Thu, May 5, 2011 at 7:18 PM, Peter Bex peter@xs4all.nl wrote: With Lisp/Scheme code, the only sensible indentation style really is spaces.  With braces-like languages like C it makes sense to use tabs if used consistently, but even there it's a good source of flamewars. You get exactly

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

2011-05-09 Thread Peter Bex
On Mon, May 09, 2011 at 10:25:27PM +0900, Alex Shinn wrote: On Thu, May 5, 2011 at 7:18 PM, Peter Bex peter@xs4all.nl wrote: With Lisp/Scheme code, the only sensible indentation style really is spaces.  With braces-like languages like C it makes sense to use tabs if used consistently,

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

2011-05-08 Thread Felix
I'm not crazy at getting bleeding edge eggs.. However, I do like to upgrade `chicken' itself whenever a newer release comes out. Only realize that i have to find out and reinstall all eggs again. (Because at least all the eggs have to be recompiled using the new chicken?) Not always,

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

2011-05-08 Thread Peter Bex
On Sun, May 08, 2011 at 12:52:36PM +0200, Felix wrote: I'm not crazy at getting bleeding edge eggs.. However, I do like to upgrade `chicken' itself whenever a newer release comes out. Only realize that i have to find out and reinstall all eggs again. (Because at least all the eggs

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

2011-05-08 Thread Felix
From: Peter Bex peter@xs4all.nl Subject: Re: [Chicken-users] [wish list] chicken-install: show available eggs, upgrade all installed eggs? Date: Sun, 8 May 2011 13:15:18 +0200 On Sun, May 08, 2011 at 12:52:36PM +0200, Felix wrote: I'm not crazy at getting bleeding edge eggs.. However

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 is

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. Simply

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: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

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 fe...@call-with-current-continuation.org 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

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 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't do that.

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

2011-05-05 Thread William Xu
Felix felix at 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

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 already provides a

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 felix at 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.

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

2011-05-04 Thread William Xu
Hi, 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. The other feature is