Re: cygwin and filtering bug

2003-08-03 Thread Christopher Faylor
On Sun, Aug 03, 2003 at 01:35:04PM +0200, Joerg Fischer wrote: >>(sorry folks, I don't speak Vim) > >I know that I should have checked the problem with a pure >console editor. In Vim filtering works regardless of size. > >This isn't a big surprise. To read the standard streams >of the called filter

Re: Cygwin and filtering bug

2003-08-03 Thread Joerg Fischer
>(sorry folks, I don't speak Vim) I know that I should have checked the problem with a pure console editor. In Vim filtering works regardless of size. This isn't a big surprise. To read the standard streams of the called filter, NEdit sets up Xt callbacks (with XtAppAddInput), see source/shell.c

Cygwin and filtering bug

2003-08-03 Thread Joerg Fischer
The problem is as follows: In NEdit (sorry folks, I don't speak Vim) make a selection and filter (Alt+R) it through e.g. fmt. Everything is fine as long as the text to be filtered doesn't exceed a certain size. More precisely, the text *returned* by the filter mustn't exceed a certain size (I guess