This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

guile and defcustom


Hi!

I am thinking that havin a defcustom module in guile modeled after the 
defcustom in recent emacsen would be a good idea. 

defgroup/defcustom is a nice and consistent way to specify customizable
things in a program. 

Also if anybody would write a widget (Tk, GTK) that supports the defcustom
interface then all the applications written with that toolkit and
guilee will have a way to present the user all the configuration options.
For free.

What do you think about this? 

--Dan