Re: Odd problem with NSSavePanel

2014-01-10 Thread Germán Arias
Thanks Fred, now works. Germán. On 2014-01-10 10:59:43 -0600 Fred Kiefer wrote: > Should be fixed now. Please give it a try. > > Fred > > On 10.01.2014 16:50, Fred Kiefer wrote: >> Hi German, >> >> I think I understand the problem now and it is only in NSSavePenl, not >> in your application.

Re: Odd problem with NSSavePanel

2014-01-10 Thread Fred Kiefer
Should be fixed now. Please give it a try. Fred On 10.01.2014 16:50, Fred Kiefer wrote: > Hi German, > > I think I understand the problem now and it is only in NSSavePenl, not > in your application. When the save panel has already been used it holds > a value in the instance variable _fullFileNa

Re: Odd problem with NSSavePanel

2014-01-10 Thread Fred Kiefer
Hi German, I think I understand the problem now and it is only in NSSavePenl, not in your application. When the save panel has already been used it holds a value in the instance variable _fullFileName. When a document without a name gets save the save panel method runModal gets called, which calls

Re: [bug #41125] -make documentation is un-installable

2014-01-10 Thread Richard Frith-Macdonald
On 10 Jan 2014, at 10:24, Markus Hitter wrote: > Am 10.01.2014 09:26, schrieb Richard Frith-Macdonald: >> However, I tried your patch as follows: >> >> $ cd Documentation >> $ make > > Unbelievable! That I should test your patch using the most common sequence of commands rather than the par

Re: [bug #41125] -make documentation is un-installable

2014-01-10 Thread Richard Frith-Macdonald
On 10 Jan 2014, at 09:43, Richard Frith-Macdonald wrote: > > On 10 Jan 2014, at 08:26, Richard Frith-Macdonald > wrote: > >> >> On 9 Jan 2014, at 19:49, Markus Hitter wrote: >> >>> Am 08.01.2014 13:11, schrieb Niels Grewe: In fact it’s very, very easy to switch the documentation to

Re: [bug #41125] -make documentation is un-installable

2014-01-10 Thread Markus Hitter
Am 10.01.2014 09:26, schrieb Richard Frith-Macdonald: > However, I tried your patch as follows: > > $ cd Documentation > $ make Unbelievable! What from ... Am 09.01.2014 20:49, schrieb Markus Hitter: > The only minor problem not solved is, "make -C Documentation distclean" > _without_ configur

Re: [bug #41125] -make documentation is un-installable

2014-01-10 Thread Richard Frith-Macdonald
On 10 Jan 2014, at 08:26, Richard Frith-Macdonald wrote: > > On 9 Jan 2014, at 19:49, Markus Hitter wrote: > >> Am 08.01.2014 13:11, schrieb Niels Grewe: >>> In fact it’s very, very easy to switch the documentation to using the >>> present (not yet installed) configuration: You just have to

Re: [bug #41125] -make documentation is un-installable

2014-01-10 Thread Richard Frith-Macdonald
On 9 Jan 2014, at 19:49, Markus Hitter wrote: > Am 08.01.2014 13:11, schrieb Niels Grewe: >> In fact it’s very, very easy to switch the documentation to using the >> present (not yet installed) configuration: You just have to set >> GNUSTEP_MAKEFILES=../ at the beginning of Documentation/GNUmake