Re: Don't allow stdout and stderr from extfs scripts pollute thescreen.

2002-12-02 Thread Pavel Roskin
Hello! > > patch below prevents stderr from extfs scripts pollute the screen. > > Applied as is. Thank you very much! Bad news. After your patch extfs gets stuck on output that exceeds 4 kilobytes. The example is attached. Try "cd lslR#lslR" It looks like mc doesn't accept more data, so what

Re: petantic...

2002-12-02 Thread Pavel Roskin
Hello! On Mon, 2 Dec 2002, Philip Ehrens wrote: > Google shows more than 1000 hits for "save cursor position", versus 50 > for "save file position". That's because "save cursor position" is a more low-level operation, and therefore it's applicable to a wider range of software. You cannot "save

Re: petantic...

2002-12-02 Thread Pavel Roskin
Hello, Marco! > I just think that the last added option in the editor shoud be better > written: "Save cursor position" instead of "Save file position" if I > correctly understand the option meaning. Over meticuous, pedantic? It's great to get feedback from translators that early after the string

Re: petantic...

2002-12-02 Thread Philip Ehrens
Google shows more than 1000 hits for "save cursor position", versus 50 for "save file position". Personally I prefer "lasts longer, no moving parts!" but that yields no hits at all. Marco Ciampa wrote: > ...am I? > I just think that the last added option in the editor shoud be better written: >

petantic...

2002-12-02 Thread Marco Ciampa
...am I? I just think that the last added option in the editor shoud be better written: "Save cursor position" instead of "Save file position" if I correctly understand the option meaning. Over meticuous, pedantic? -- "Analizzando e valutando ogni giorno tutte le idee, ho capito che spesso tu

Re[5]: problem with nls on AIX

2002-12-02 Thread Pavel Roskin
Hello! > > Just for compilation purpose ... supply a Makefile.in with empty > > targets (all,install,check). > > It helps, but it would be nice if at least ./configure --disable-nls > worked without gettext... configure works with or without gettext if you have the complete sources, as distribute

Re[5]: problem with nls on AIX

2002-12-02 Thread Nerijus Baliunas
On Mon, 2 Dec 2002 19:12:05 +0100 (CET) David Sterba <[EMAIL PROTECTED]> wrote: > > I ran autogen.sh on another PC (Linux) and copied configure to AIX. > > ./configure --disable-nls ends with > > > > config.status: creating intl/Makefile > > config.status: error: cannot find input file: intl/Make

Re: libpath ?

2002-12-02 Thread Pavel Roskin
Hello! On Mon, 2 Dec 2002 [EMAIL PROTECTED] wrote: > Hello, is it possible to change the libpath to libglib-1.2.so in the > source-code, instead pointing to another location ? There is no word "libpath" in the current snapshot of GNU Midnight Commander. You cannot change something that it not t

libpath ?

2002-12-02 Thread k4306
Hello, is it possible to change the libpath to libglib-1.2.so in the source-code, instead pointing to another location ? ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: [PATCH] Find file non-recursively

2002-12-02 Thread David Sterba
Hi, > MC finds files in specified directory and in it's all subdirecories. > I made a small patch that allows to choose how the files find: recursively > (as usually) or not (new behaviour). The new checkbox "find recursively" is added in >"File find" dialog. The only find.c file is changed. >

Re[4]: problem with nls on AIX

2002-12-02 Thread David Sterba
Hi, > I ran autogen.sh on another PC (Linux) and copied configure to AIX. > ./configure --disable-nls ends with > > config.status: creating intl/Makefile > config.status: error: cannot find input file: intl/Makefile.in Just for compilation purpose ... supply a Makefile.in with empty targets (all

Re[4]: problem with nls on AIX

2002-12-02 Thread Nerijus Baliunas
On Mon, 2 Dec 2002 12:30:06 -0500 (EST) Pavel Roskin <[EMAIL PROTECTED]> wrote: > > Is it possible to add some switch to autogen.sh to NOT use any gettext > > support at all? > > It's quite hard. Some references to gettext are hardcoded in configure.in > and Makefile.am, so they would have to be

Re[3]: problem with nls on AIX

2002-12-02 Thread Pavel Roskin
Hello! > Is it possible to add some switch to autogen.sh to NOT use any gettext > support at all? It's quite hard. Some references to gettext are hardcoded in configure.in and Makefile.am, so they would have to be replaced or fooled somehow. I understand that you have gettext, you just cannot c

Re[3]: problem with nls on AIX

2002-12-02 Thread Nerijus Baliunas
On Tue, 1 Oct 2002 22:55:01 -0400 (EDT) Pavel Roskin <[EMAIL PROTECTED]> wrote: > > > Could you please try "--with-included-gettext" option? > > > > I used this option with autogen.sh, is it OK? > > As we can see below, it is still not OK. Please remove the gettext > package completely, includi