Re[2]: QNX 6.2 patch

2003-03-10 Thread Pavel Roskin
Hello! > >> - zombie processes when mcview or mcedit is started Could you please describe in more details how you create zombies? I don't see any zombies with CVS mc and QNX Neutrino 6.2.0. Even if they are created, I don't like the approach used for SCO. Waiting for any process and discarding

Re: Retain orig. filename as suffix for tmp. filename

2003-03-10 Thread Adam Byrtek / alpha
On Mon, Mar 10, 2003 at 07:43:02PM -0500, Pavel Roskin wrote: > Actually, your patch has created a security hole, but not where I > expected. extfs_cmd() doesn't quote the local filename. It was OK > before. But since the local name is now based on the entry name, it must > be quoted. Please no

Re: Retain orig. filename as suffix for tmp. filename

2003-03-10 Thread Pavel Roskin
Hello, Adam! > I've applied your patch with minimal changes. Thank you! Actually, your patch has created a security hole, but not where I expected. extfs_cmd() doesn't quote the local filename. It was OK before. But since the local name is now based on the entry name, it must be quoted. Try

Re: Backspace doesn't work in filename search (C-s) in xterm

2003-03-10 Thread Pavel Roskin
Hello! > > Also M-Backspace works now as simple Backspace in command line in xterm > > instead of previous word deleting as before. > > to the table. We need to find a better way to detect backspace. Done. correct_key_code() in key.c converts Ctrl-h and '\0177' to Backspace and Ctrl-d to Dele

Re: Keyboard modifiers in Photon 2.x (QNX 6.x)

2003-03-10 Thread Pavel Roskin
On Mon, 10 Mar 2003, Pavel Roskin wrote: > Hello! > > > Attached is patch to allow modifiers detection in QNX Photon > > pterm. (diff against key.c from yesterday's CVS snap) > > Applied. Thank you! By the way, you are using fstat() incorrectly. The first argument should be an open file descrip

Re: ouch -> undelete on ext3

2003-03-10 Thread Ali Akcaagac
On Mon, 2003-03-10 at 12:03, Protector 330 wrote: > I'm running the system and mc as above, but I can not unmount the partition > because I have no remote access to my server. Is there a way to run a > undelete without unmounting? I make it short for you. Depending on your filesystem which may b

ouch -> undelete on ext3

2003-03-10 Thread Protector 330
RedHat 7.3 i386 MC 4.6.0-1 Hello list, I've really a bad problem. The backup was killed (did just see it now) and because you never get into troubles... without getting into more troubles... I've accidentaly deleted some files on my server with mc (located on hda2, var/www/html/website/). I'm

Re: Keyboard modifiers in Photon 2.x (QNX 6.x)

2003-03-10 Thread Pavel Roskin
Hello! > Attached is patch to allow modifiers detection in QNX Photon > pterm. (diff against key.c from yesterday's CVS snap) Applied. Thank you! -- Regards, Pavel Roskin ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listi

Re: fix for save/load cursor and display position (mc 4.6.0)

2003-03-10 Thread Pavel Roskin
Hello! I don't think the display position needs to be saved. Next time please write some comments about your changes. -- Regards, Pavel Roskin ___ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel

Re: Some patches for mc

2003-03-10 Thread Pavel Roskin
> mc-4.6.0-x11browser.diff > > You forgot to attach the script. Sorry, I was wrong. The script was attached. > By the way, if Mozilla is the default browser and the file is called > "www.foo.com", will "x11browser www.foo.com" load that file in Mozilla? > If it doesn't work, please fix it first.