Re: xterm_title Test Fix (delay removed)

2003-01-19 Thread Pavel Roskin
Hello! Proposal for Tomas's xterm_title_restore patch (possible solution for eliminating ~5-second delay) Feel free to overwrite my original 'dirty hack' in BTS: https://savannah.gnu.org/patch/?func=detailpatchpatch_id=898group_id=3521 I'm afraid that there is no good solution for this

/tmp/mc-username issues

2003-01-19 Thread Nerijus Baliunas
Hello, If /tmp/mc-username is removed when mc is running (by the /tmp cleaning scripts for example), I get an error: Cannot create temporary command file No such file or directory (2) when I try to enter tar.gz file. Regards, Nerijus ___ Mc-devel

Re: xterm_title Test Fix (delay removed)

2003-01-19 Thread Adam Byrtek 'alpha'
On Sun, Jan 19, 2003 at 06:11:09AM -0500, Pavel Roskin wrote: I'm afraid that there is no good solution for this problem. Anyway, using the titlebar is optional, so whoever is confused by the title can turn this feature off. Agree, but I guess the idea Thomas found in vim might be quite

Re: xterm_title Test Fix (delay removed)

2003-01-19 Thread Pavel Roskin
Hello! Agree, but I guess the idea Thomas found in vim might be quite reliable and unbloated: [quote] It looks at environment variables WINDOWID and DISPLAY and connects to the X server using xlib. Then it gets and sets the title using the xlib functions XGetWMName and XSetWMName.

GNU Midnight Commander 4.6.0-pre2

2003-01-19 Thread eviler
Hello I have found 2 bugs: 1. if /tmp/mc-user is not owned to user then is show text Please enter any key but i enter space and no results :) only enter func :) 2. if dir / or /home have chmod 711 and user jumping from homedir do .. (up) then have error Cannot read directory contents. (im sorry

4.6.0 final?

2003-01-19 Thread Adam Byrtek 'alpha'
Pavel, could you tell us what is the timeline for 4.6.0 final release? Do you plan to release rc3? What still needs to be done in order to release (TODO shows only documentation/testing) and how can we help? Regards -- _.|._ |_ _.: Adam Byrtek, alpha@(irc.pl|debian.org) (_|||_)| |(_|

[PATCH] Clean xterm title restore (was: xterm_title Test Fix (delay removed))

2003-01-19 Thread Adam Byrtek 'alpha'
On Sun, Jan 19, 2003 at 09:42:52AM -0500, Pavel Roskin wrote: I could implement this if you think it's good. Yes. I looked into vim code as Thomas suggested, but the whole xterm title thing was really huge and messy, about few hundreds of code. I've decided to do it the simple way. Used

Re: 4.6.0 final?

2003-01-19 Thread Pavel Roskin
Hello! On Sun, 19 Jan 2003, Adam Byrtek 'alpha' wrote: Pavel, could you tell us what is the timeline for 4.6.0 final release? Do you plan to release rc3? What still needs to be done in order to release (TODO shows only documentation/testing) and how can we help? I think I'll release pre3 as

Re: [PATCH] Clean xterm title restore

2003-01-19 Thread Thomas Zajic
* Adam Byrtek 'alpha' [EMAIL PROTECTED], 19/01/2003, 22:59 [...] Patch attached and sent to the BTS (update for #898). Feel free to send any comments, I don't have any experience with xlib programming. Works fine here (finally no delays on startup :-), except one thing: it fails to (save

Re: [PATCH] Clean xterm title restore

2003-01-19 Thread Adam Byrtek 'alpha'
On Mon, Jan 20, 2003 at 01:05:51AM +0100, Thomas Zajic wrote: Works fine here (finally no delays on startup :-), except one thing: it fails to (save and?) restore the original xterm title on remote connections when quitting mc. I don't have access to a remote xserver, so could you try to debug

Re: [PATCH] Clean xterm title restore (was: xterm_title Test Fix (delay removed))

2003-01-19 Thread Adam Byrtek 'alpha'
On Sun, Jan 19, 2003 at 10:59:18PM +0100, Adam Byrtek 'alpha' wrote: I looked into vim code as Thomas suggested, but the whole xterm title thing was really huge and messy, about few hundreds of code. I've ^^ d I mean