Bug in Ada95 syntax

2002-11-06 Thread Victor Porton
Some keywordsaremissingitis the patch: --- ada95.syntax.oldSun Feb 17 04:15:50 2002 +++ ada95.syntaxThu Nov 7 11:15:03 2002 @@ -39,6 +39,8 @@ keyword whole for brightred/18 keyword whole while brightred/18 keyword whole ifbrightred/18 +

Re: [BUG] Disappearing of first line after Ctrl-Y

2002-11-06 Thread Pavel Roskin
Hello! > > At first your patch cannot be applied clearly because it is in DOS > > format (carriage return before newline). > > Strange, I don't see any 0x0D codes in the attached patch. It's a bug (a.k.a. feature that cannot be turned off) in Pine. I'm using Pine too, and I never send plain tex

Re: [BUG] Disappearing of first line after Ctrl-Y

2002-11-06 Thread Dmitry Semyonov
Hello, Andrew. On Wed, 6 Nov 2002, Andrew V. Samoilov wrote: > Dmitry Semyonov wrote: > > The patch for edit.c that fixes all the discribed problems is attached. > > At the same time I think that 'Ctrl-Y F3' related bug was just shaded > > out but not fixed. > > At first your patch cannot be app

mtools extfs script patch proposal

2002-11-06 Thread Standa Opichal
Hi there! I've recently played with the mc and mtools. The extfs for mtools a needs the patch below to run properly with the current mtools packages. With this patch the compatibility issues do not exist. best regards STan PS: In case of replies, please use my personal email as I'm not a mem

Re: editing removes suid

2002-11-06 Thread Pavel Roskin
Hello, Nerijus! > When I edit suid perl script, after saving suid bit disappears: > mc 4.5.55, didn't check with latest cvs, sorry. Yes, I confirm the bug with the current version. When restoring file permissions, chown should always be called before chmod. I almost knew that mcedit does it wro

editing removes suid

2002-11-06 Thread Nerijus Baliunas
Hello, When I edit suid perl script, after saving suid bit disappears: # ls -l qmail-scanner-queue.pl -rwsr-xr-x1 qmailq qmail 56492 Lap 6 00:39 qmail-scanner-queue.pl # ls -l qmail-scanner-queue.pl -rwxr-xr-x1 qmailq qmail 56489 Lap 6 19:46 qmail-scanner-queue.pl mc

Re: [BUG] Disappearing of first line after Ctrl-Y

2002-11-06 Thread Andrew V. Samoilov
Dmitry Semyonov wrote: Hello, Pavel. The patch for edit.c that fixes all the discribed problems is attached. At the same time I think that 'Ctrl-Y F3' related bug was just shaded out but not fixed. At first your patch cannot be applied clearly because it is in DOS format (carriage return befor

Re: [BUG] Disappearing of first line after Ctrl-Y

2002-11-06 Thread Dmitry Semyonov
Hello, Pavel. The patch for edit.c that fixes all the discribed problems is attached. At the same time I think that 'Ctrl-Y F3' related bug was just shaded out but not fixed. The pathch was produced via 'LC_ALL=C TZ=UTC0 diff -Naur edit.c edit.c.new > edit.c.patch' command agains 1.42 version of

Re: [BUG] running mc "over" running one

2002-11-06 Thread Jose Celestino
Words by Pavel Roskin [Mon, Nov 04, 2002 at 12:47:57AM -0500]: > Hello, Jose! > > Sorry that I didn't not reply earlier. > > > It is indeed a subshell problem, see ahead. > > Good to know. > Hmmm, all of a sudden it started to work ok again. Certainly I have made some changes to tons of other