Re: [PATCH] bracket matching extension

2002-11-29 Thread Pavel Roskin
Hello! Sorry, I don't feel safe about applying your patch. OK, I understand it. I have no more time to send patches for /dev/null, so goodbye, and have fun! If somebody interested in, please look after my patches! The problem is, if you make changes that you cannot explain, then other

saving file position, bracket matching extension

2002-11-29 Thread BARTHAZI Andras
Hi! Why did you add #ifdef HAVE_SYNTAXH? It is always defined, but it's kept in the code to make it easy to disable syntax highlighting. I think we should remove this option if it stands in the way, as well as the OA definition, which is always 1. I don't understand you.

[PATCH] bracket matching extension

2002-11-29 Thread BARTHAZI Andras
Hi! OK, I understand it. I have no more time to send patches for /dev/null, so goodbye, and have fun! If somebody interested in, please look after my patches! The problem is[...] code today. I hope you understand. As I wrote, I understand it :). Just have no more time in these days

Saving file position in mcedit

2002-11-29 Thread Pavel Roskin
Hello! I have tried the patch for saving file position, and indeed it seems very convenient. I think it should be in 4.6.0. I'm doing minor cleanups now. In particular, I changed edit_move_to_column() to be much more effective (current patch is attached for the curious). There is one

Re: Saving file position in mcedit

2002-11-29 Thread Andrew V. Samoilov
Pavel Roskin wrote: Hello! I have tried the patch for saving file position, and indeed it seems very convenient. I think it should be in 4.6.0. I'm doing minor cleanups now. In particular, I changed edit_move_to_column() to be much more effective (current patch is attached for the curious).

Re: [PATCH] bracket matching extension

2002-11-29 Thread Nerijus Baliunas
On Fri, 29 Nov 2002 07:36:22 +0100 BARTHAZI Andras [EMAIL PROTECTED] wrote: Sorry, I don't feel safe about applying your patch. OK, I understand it. I have no more time to send patches for /dev/null, so goodbye, and have fun! If somebody interested in, please look after my patches! Hmm,

RE: Saving file position in mcedit

2002-11-29 Thread BARTHAZI Andras
Hi! I have tried the patch for saving file position, and indeed it seems very convenient. I think it should be in 4.6.0. You're getting understand while I thought that I have to make my first adventure with C. :)) I'm doing minor cleanups now. In particular, I changed

RE: [PATCH] bracket matching extension

2002-11-29 Thread BARTHAZI Andras
Hi! projects) - he comments what's wrong with patches, does not take poorly written code, looks at security aspects, etc. So please conquer your ego;-) You are right, sorry Pavel, I'm a bit stupid sometimes. :( The reason I think is the response time. I'm always sitting (and working)

RE: Saving file position in mcedit

2002-11-29 Thread Pavel Roskin
Hello! I'm doing minor cleanups now. In particular, I changed edit_move_to_column() to be much more effective (current patch is attached for the curious). C is still a bit alien for me, that's why I made a bit strange modifications. Please care about that if you edit the EditPos file by