Automatic code formatting?

2014-08-15 Thread Bernardo Ezequiel Contreras
hi all, i would like to know how do you automatically format your code? cause i have no idea, and i don't want to do it manually. is there a emacs mode, command or something for that? thanks in advance -- Bernardo E.C. Sent from a cheap desktop computer in South America.

Re: get extensiondir

2013-11-30 Thread Bernardo Ezequiel Contreras
(assv-ref %guile-build-info 'extensiondir) On Fri, Nov 29, 2013 at 3:35 PM, xantares 09 wrote: > > Hello, > > I'd want to get extensiondir value from %guile-build-info dictionnary: > > print %guile-build-info > > $1 = ((buildstamp . "2012-02-28 05:38:10") (CFLAGS . " -pthread") (LIBS . > "-Wl,-

Re: Anniversary hack: Zile editor with Guile support

2012-02-13 Thread Bernardo Ezequiel Contreras
Do you plan to write everything on guile? is it possible? On Sun, Feb 12, 2012 at 9:51 PM, Mike Gran wrote: > > > Hello- > > In response to Ludo's request for a Guile-2.0 anniversary hack, I'll > start by offering a release of a hack I made. But this isn't my > official hack: it is just a build

Re: Build System?

2011-06-16 Thread Bernardo Ezequiel Contreras
BTW, i'll take a look at dorodango [?] On Thu, Jun 16, 2011 at 4:26 PM, Bernardo Ezequiel Contreras < vonbecm...@gmail.com> wrote: > i agree, (also takes over tasks like unit tests, integration tests, > reports, site, documentation) > > so let me rephrase it. > >

Re: Build System?

2011-06-16 Thread Bernardo Ezequiel Contreras
concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. On Thu, Jun 16, 2011 at 2:52 PM, Andreas Rottmann wrote: > Bernardo Ezequiel Contreras writes: > > > Hi all, > > Is there a build sys

Build System?

2011-06-15 Thread Bernardo Ezequiel Contreras
Hi all, Is there a build system for guile? for instance, maven is the build system for java thanks in advance

Re: http request?

2011-04-25 Thread Bernardo Ezequiel Contreras
sorry, not so clever question[?] http://www.gnu.org/software/guile/manual/guile.html#Web On Mon, Apr 25, 2011 at 5:27 PM, Bernardo Ezequiel Contreras < vonbecm...@gmail.com> wrote: > Hi all, > is there a library for requesting an url? and get the contents? > lik

http request?

2011-04-25 Thread Bernardo Ezequiel Contreras
Hi all, is there a library for requesting an url? and get the contents? like python's http://docs.python.org/library/urllib.html thanks in advance