Re: [PATCH] Editor file locking

2003-04-04 Thread Adam Byrtek / alpha
On Wed, Apr 02, 2003 at 02:48:07PM -0500, Pavel Roskin wrote: One bug that needs to be fixed - if I use Enter to modify the file and I get a file locked message, the old current line is not repainted. Try it to see what I mean. Looks like it is because the screen gets refreshed after

[PATCH] Editor file locking

2003-04-02 Thread Adam Byrtek / alpha
As discussed earlier, patch to implement file locking in editor. Try and tell me about any problems. Locking scheme described in edit/editlock.c TODO: 'Abort' option would be very useful, but it requires some more hacking in the undo stack. I'll do this when this patch will be considered stable.

Re: [PATCH] Editor file locking

2003-04-02 Thread Pavel Roskin
Hello! As discussed earlier, patch to implement file locking in editor. Try and tell me about any problems. Locking scheme described in edit/editlock.c TODO: 'Abort' option would be very useful, but it requires some more hacking in the undo stack. I'll do this when this patch will be

Re: [PATCH] Editor file locking

2003-04-02 Thread Adam Byrtek / alpha
On Wed, Apr 02, 2003 at 11:37:07AM -0500, Pavel Roskin wrote: The patch looks good, but Steal and Continue looks a bit confusing for a new user. Maybe Break lock and Ignore lock would be better? Yes, they sound better. 'Steal' and 'continue' was based on JED. Emacs 21.2.1 understands the