Re: [ANNOUNCEMENT] Uploads for 12 August

2013-08-13 Thread Ken Brown
On 8/13/2013 2:26 PM, Corinna Vinschen wrote: On Aug 13 13:09, Yaakov (Cygwin/X) wrote: On 2013-08-13 09:13, Ken Brown wrote: Yes. The fix was to add the following for the Cygwin build, very early in main(): setenv ("G_SLICE", "always-malloc", 1); I don't know why this no longer works. M

Re: [ANNOUNCEMENT] Uploads for 12 August

2013-08-13 Thread Charles Wilson
On 8/13/2013 2:09 PM, Yaakov (Cygwin/X) wrote: For now, I think you'll have to add a wrapper script. Which would cause issues (dos boxes, etc) when launching from a shortcut, unless you use run.exe or run2.exe. With run2 (assuming the upcoming(?) release fixes the known issues), you can set

Re: [ANNOUNCEMENT] Uploads for 12 August

2013-08-13 Thread Corinna Vinschen
On Aug 13 13:09, Yaakov (Cygwin/X) wrote: > On 2013-08-13 09:13, Ken Brown wrote: > >Yes. The fix was to add the following for the Cygwin build, very early > >in main(): > > > > setenv ("G_SLICE", "always-malloc", 1); > > > >I don't know why this no longer works. Maybe Glib now does its memory

Re: [ANNOUNCEMENT] Uploads for 12 August

2013-08-13 Thread Yaakov (Cygwin/X)
On 2013-08-13 09:13, Ken Brown wrote: Yes. The fix was to add the following for the Cygwin build, very early in main(): setenv ("G_SLICE", "always-malloc", 1); I don't know why this no longer works. Maybe Glib now does its memory management initialization before emacs's main() is entered.

Re: [ANNOUNCEMENT] Uploads for 12 August

2013-08-13 Thread Angelo Graziosi
Ken Brown wrote: Yes. The fix was to add the following for the Cygwin build, very early in main(): Indeed.. I have verified that G_SLICE_ALWAYS_MALLOC is 1 in config.h so that in emacs.c #ifdef G_SLICE_ALWAYS_MALLOC /* This is used by the Cygwin build. */ xputenv ("G_SLICE=always-mall

Re: [ANNOUNCEMENT] Uploads for 12 August

2013-08-13 Thread Ken Brown
On 8/13/2013 10:13 AM, Ken Brown wrote: On 8/13/2013 8:08 AM, Angelo Graziosi wrote: Il 13/08/2013 11.52, Angelo Graziosi ha scritto: Yaakov wrote: The following packages (and their subpackages) have been updated for both arches: After this update my GTK builds of Emacs trunk do not work any

Re: [ANNOUNCEMENT] Uploads for 12 August

2013-08-13 Thread Ken Brown
On 8/13/2013 8:08 AM, Angelo Graziosi wrote: Il 13/08/2013 11.52, Angelo Graziosi ha scritto: Yaakov wrote: The following packages (and their subpackages) have been updated for both arches: After this update my GTK builds of Emacs trunk do not work any more. For example, the bootstrap of rev.

Re: [ANNOUNCEMENT] Uploads for 12 August

2013-08-13 Thread Angelo Graziosi
Il 13/08/2013 11.52, Angelo Graziosi ha scritto: Yaakov wrote: The following packages (and their subpackages) have been updated for both arches: After this update my GTK builds of Emacs trunk do not work any more. For example, the bootstrap of rev. 113816 I did yesterday and that worked fine u