Re: zenity bindings

2016-03-28 Thread Christopher M. Hobbs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Mon, 28 Mar 2016 20:00:54 +0100 ra...@openmailbox.org wrote: > Hello > > I've made a guile interface to the zenity program: > . It is released under GPL3. > > This allows people to easily make simple dia

Re: anyone define port types?

2016-03-28 Thread Matt Wette
> On Mar 28, 2016, at 12:04 PM, Andy Wingo wrote: > I am working on improving our port implementation to take advantage of > the opportunity to break ABI in 2.2. I am wondering how much I can > break C API as well -- there are some changes that would allow better > user-space threading I made a

Re: zenity bindings

2016-03-28 Thread Jean Louis
That is great, I like it. /jl/ On Mon, Mar 28, 2016 at 08:00:54PM +0100, ra...@openmailbox.org wrote: > Hello > > I've made a guile interface to the zenity program: > . It is released under GPL3. > > This allows people to easily make simple dialog boxes f

zenity bindings

2016-03-28 Thread rain1
Hello I've made a guile interface to the zenity program: . It is released under GPL3. This allows people to easily make simple dialog boxes from guile scheme programs. Quite useful! Currently it covers: Calendar, File Selection, List, Checklist, Mess

anyone define port types?

2016-03-28 Thread Andy Wingo
Hi! I am working on improving our port implementation to take advantage of the opportunity to break ABI in 2.2. I am wondering how much I can break C API as well -- there are some changes that would allow better user-space threading (e.g. http://thread.gmane.org/gmane.lisp.guile.devel/14158/focus

Re: How to get the preferred environment variable path separator?

2016-03-28 Thread Paul Smith
On Mon, 2016-03-28 at 10:24 -0400, Thompson, David wrote: > The environment variable path separator is *not* defined depending on > the OS. It is up to the programs that interpret these search paths > to specify what the separator should be. ":" is the most common > separator, but that is just c

Re: How to get the preferred environment variable path separator?

2016-03-28 Thread Thompson, David
On Mon, Mar 28, 2016 at 11:36 AM, Eli Zaretskii wrote: >> Date: Mon, 28 Mar 2016 10:24:56 -0400 >> From: "Thompson, David" >> Cc: Guile User , Chris Marusich >> >> The environment variable path separator is *not* defined depending on >> the OS. It is up to the programs that interpret these sear

Re: How to get the preferred environment variable path separator?

2016-03-28 Thread Eli Zaretskii
> Date: Mon, 28 Mar 2016 10:24:56 -0400 > From: "Thompson, David" > Cc: Guile User , Chris Marusich > > The environment variable path separator is *not* defined depending on > the OS. It is up to the programs that interpret these search paths to > specify what the separator should be. ":" is t

Re: filename(CJK utf8) problem on OSX.

2016-03-28 Thread Eli Zaretskii
> From: Park SungMin > Date: Mon, 28 Mar 2016 10:21:46 +0900 > > (define filename "/Users/byul/Desktop/사진.gif") > > (define my-open-file > (lambda (filename) > (let* ((fd ((pointer->procedure >int >(dynamic-func "open" (dynamic-link)) >(list

Re: How to get the preferred environment variable path separator?

2016-03-28 Thread Thompson, David
On Mon, Mar 28, 2016 at 9:46 AM, Alex Vong wrote: > "Thompson, David" writes: > >> On Mon, Mar 28, 2016 at 6:00 AM, Alex Vong wrote: >>> Hi, >>> >>> Chris Marusich writes: >>> Hi, Info node "(guile) File System" describes a procedure for getting the preferred file name separ

Re: How to get the preferred environment variable path separator?

2016-03-28 Thread Alex Vong
"Thompson, David" writes: > On Mon, Mar 28, 2016 at 6:00 AM, Alex Vong wrote: >> Hi, >> >> Chris Marusich writes: >> >>> Hi, >>> >>> Info node "(guile) File System" describes a procedure for getting the >>> preferred file name separator of the operating system: >>> >>> -- Scheme Variable: file

Re: How to get the preferred environment variable path separator?

2016-03-28 Thread Thompson, David
On Mon, Mar 28, 2016 at 6:00 AM, Alex Vong wrote: > Hi, > > Chris Marusich writes: > >> Hi, >> >> Info node "(guile) File System" describes a procedure for getting the >> preferred file name separator of the operating system: >> >> -- Scheme Variable: file-name-separator-string >> The prefe

Re: How to get the preferred environment variable path separator?

2016-03-28 Thread Alex Vong
Hi, Chris Marusich writes: > Hi, > > Info node "(guile) File System" describes a procedure for getting the > preferred file name separator of the operating system: > > -- Scheme Variable: file-name-separator-string > The preferred file name separator. > > Note that on MinGW builds for

How to get the preferred environment variable path separator?

2016-03-28 Thread Chris Marusich
Hi, Info node "(guile) File System" describes a procedure for getting the preferred file name separator of the operating system: --8<---cut here---start->8--- -- Scheme Variable: file-name-separator-string The preferred file name separator. Note tha