Patch to avoid history duplicates applied

2003-02-18 Thread Pavel Roskin
Hello! I have applied a patch to avoid duplicates in the history. Unlike the patch posted on Savannah, it affects both the input widgets and the directory history. As a side effect, the lists used for history were converted to GList (double linked list from glib). Also, Alt-O writes the

RE: [Patch #1093] User Menu localization

2003-02-18 Thread David Martin
Does ease count? Even if Makefile.in.in comes from gettext it's just a tiny change that it needs. Cost is very, very low. Second try: would you like/accept reusing the sed script to make a dummy C file which could be scanned in a traditional way? *8-) David --- On Tue 02/18, [EMAIL

Re: several issues + wishes

2003-02-18 Thread Oswald Buddenhagen
moin, thx for the reply. mc forgets to reset the x window title when it exits. It was never meant to reset the title. There was a discussion how to restore the original title, but no good solution was suggested. too bad. is the problem that xterm does not provide a title query sequence?

Re: several issues + wishes

2003-02-18 Thread Nerijus Baliunas
On Tue, 18 Feb 2003 11:53:32 +0100 Oswald Buddenhagen [EMAIL PROTECTED] wrote: mc forgets to reset the x window title when it exits. It was never meant to reset the title. There was a discussion how to restore the original title, but no good solution was suggested. too bad. is the

RE: [Patch #1093] User Menu localization

2003-02-18 Thread Pavel Roskin
Hello! Second try: would you like/accept reusing the sed script to make a dummy C file which could be scanned in a traditional way? Yes. -- Regards, Pavel Roskin ___ Mc-devel mailing list [EMAIL PROTECTED]

resetting the xterm title (once more) (Re: several issues + wishes)

2003-02-18 Thread Oswald Buddenhagen
On Tue, Feb 18, 2003 at 11:53:32AM +0100, Oswald Buddenhagen wrote: mc forgets to reset the x window title when it exits. It was never meant to reset the title. There was a discussion how to restore the original title, but no good solution was suggested. too bad. is the problem that

Re: MC bug

2003-02-18 Thread Adam Byrtek / alpha
On Tue, Feb 18, 2003 at 12:14:07AM +0100, Martin Tomsik wrote: Output is following: --- mac:~# mc -V subshell.c: couldn't get terminal settings: Inappropriate ioctl for device

Re: Patch to avoid history duplicates applied

2003-02-18 Thread Adam Byrtek / alpha
On Tue, Feb 18, 2003 at 03:29:04AM -0500, Pavel Roskin wrote: As a side effect, the lists used for history were converted to GList (double linked list from glib). Also, Alt-O writes the directory history now. And Alt-P in the command line doesn't work now :) It shows not the last command,

Tilde expansion fix

2003-02-18 Thread Adam Byrtek / alpha
Original Debian bug report: ---cut--- Package: mc Version: 4.5.42-11.potato.4 Severity: normal MC believes that regular files with leading tilde and user names are directories. ~root is one such file. Create one (touch ~root) and run mc to demonstrate the bug. Oskar Liljeblad ([EMAIL

Re: several issues + wishes

2003-02-18 Thread Oswald Buddenhagen
i had one more thought ... On Tue, Feb 18, 2003 at 11:53:32AM +0100, Oswald Buddenhagen wrote: a cmdline switch to replace the mc prefix in the window title would be very helpful. i usually have dozens of xterms with mc open, some of them are root consoles and some on remote hosts. it's

Re: Patch to avoid history duplicates applied

2003-02-18 Thread Pavel Roskin
Hello! And Alt-P in the command line doesn't work now :) It shows not the last command, but the previous one. Alt-H works fine. It has to be some simple mistake. Yes, it was a simple mistake. Even the comment return pointer to last entry in list was preserved, but the code actually doing it