Re: readline

2001-11-08 Thread Alexander V. Lukyanov
On Wed, Nov 07, 2001 at 12:47:50AM -0500, Glenn Maynard wrote: readline-4.2/config.h.in missing. It should be created by autogen.sh, which in turn calls autoheader. -- Alexander.

Re: readline

2001-11-08 Thread Glenn Maynard
On Thu, Nov 08, 2001 at 10:52:25AM +0300, Alexander V. Lukyanov wrote: On Wed, Nov 07, 2001 at 12:47:50AM -0500, Glenn Maynard wrote: readline-4.2/config.h.in missing. It should be created by autogen.sh, which in turn calls autoheader. It's blowing up: 02:59am [EMAIL PROTECTED]/6 [~/lftp]

Re: readline

2001-11-08 Thread Alexander V. Lukyanov
On Thu, Nov 08, 2001 at 03:00:47AM -0500, Glenn Maynard wrote: It's blowing up: 02:59am [EMAIL PROTECTED]/6 [~/lftp] ./autogen.sh --with-debug processing ./readline-4.2 Running aclocal ... Running autoheader... /usr/bin/autoheader2.13: Symbol `HAVE_LSTAT' is not covered by

Re: statusline blocking

2001-11-08 Thread Alexander V. Lukyanov
On Tue, Nov 06, 2001 at 07:58:41PM -0500, Glenn Maynard wrote: BTW, other tty output in lftp is blocking also. I remember that making tty non-blocking can cause funny side effects in other programs. So, e.g. `cat' command can also block other transfers. Well, the difference is that most

Re: readline

2001-11-08 Thread Glenn Maynard
On Thu, Nov 08, 2001 at 11:07:14AM +0300, Alexander V. Lukyanov wrote: It's blowing up: 02:59am [EMAIL PROTECTED]/6 [~/lftp] ./autogen.sh --with-debug processing ./readline-4.2 Running aclocal ... Running autoheader... /usr/bin/autoheader2.13: Symbol `HAVE_LSTAT' is not covered by

Re: readline

2001-11-08 Thread Nicolas Noble
It's blowing up: 02:59am [EMAIL PROTECTED]/6 [~/lftp] ./autogen.sh --with-debug processing ./readline-4.2 Running aclocal ... Running autoheader... /usr/bin/autoheader2.13: Symbol `HAVE_LSTAT' is not covered by /usr/share/autoconf2.13/acconfig.h I use autoconf 2.52. About

Re: statusline blocking

2001-11-08 Thread Glenn Maynard
On Thu, Nov 08, 2001 at 11:05:49AM +0300, Alexander V. Lukyanov wrote: The problem with cat would happen if the terminal stops, e.g. by ^S. That's how it'd happen with the status line, too. I think terminal abstraction layer (is it correct term?) is needed. Then a TtyBuffer can be defined.

Re: statusline blocking

2001-11-08 Thread Glenn Maynard
On Thu, Nov 08, 2001 at 03:38:11AM -0500, Glenn Maynard wrote: I don't know. That might be useful, though I'm not sure what it would do over a regular buffered FDStream. I don't think it'd be needed for this ... A thought: if subshells set up a pty, we could still output the status bar when

Re: NLIST 550

2001-11-08 Thread Alexander V. Lukyanov
On Wed, Nov 07, 2001 at 05:36:53PM -0500, Glenn Maynard wrote: --- 550 No files found. NLST 550s always go to pri 0, but at least ProFTPD returns 550 No files found. when there are no files; that should probably go to 4. This affects nlist, find, du, cls, others. This simple patch fixes

Re: misc (patch)

2001-11-08 Thread Alexander V. Lukyanov
On Wed, Nov 07, 2001 at 06:03:35PM -0500, Glenn Maynard wrote: To avoid ending up with a 1500 line patch again, here's current standalone changes, some of which are for du (not included yet): Applied, but I moved PRINTF_LIKE to config.h. -- Alexander.

Re: file vs directory stuff

2001-11-08 Thread Alexander V. Lukyanov
On Thu, Nov 08, 2001 at 02:02:12AM -0500, Glenn Maynard wrote: Here's the basic problem: lftp 0:/ cls cs cs/ lftp 0:/ cls cs/ ai/ db/ indent.exe xtypes.zip This is a known, documented problem; the fundamental problem being no fast, portable way to find out if a path is a file or a

Re: readline

2001-11-08 Thread Alexander V. Lukyanov
On Thu, Nov 08, 2001 at 09:22:43AM +0100, Nicolas Noble wrote: patching file intl/Makefile.in Hunk #1 FAILED at 102. Hunk #2 FAILED at 253. 2 out of 2 hunks FAILED -- saving rejects to file intl/Makefile.in.rej patching file po/Makefile.in.in Hunk #1 FAILED at 23. Hunk #2 succeeded at 86

Re: Problem with mget -E in lftp 2.4.5 and 2.4.6

2001-11-08 Thread Alexander V. Lukyanov
On Tue, Nov 06, 2001 at 07:30:29PM -0500, Glenn Maynard wrote: On Tue, Nov 06, 2001 at 12:55:29PM +0300, Alexander V. Lukyanov wrote: Time+TimeDiff is a time since epoch, Time+Time is not defined. That's the main difference. Other difference is in the name, TimeDiff underlines that it is

Re: file vs directory stuff

2001-11-08 Thread Glenn Maynard
On Thu, Nov 08, 2001 at 12:40:24PM +0300, Alexander V. Lukyanov wrote: Automatically change functionality depending on file type is not always good. E.g.: mkdir -p aaa/aaa ls aaa or touch aaa ls aaa produce the same output, but the meaning is different. Traditions

Re: readline

2001-11-08 Thread Glenn Maynard
On Thu, Nov 08, 2001 at 12:55:05PM +0300, Alexander V. Lukyanov wrote: Install gettext-0.10.40 - then patches should apply cleanly. Perhaps autogen.sh should check the version? -- Glenn Maynard

Re: NLIST 550

2001-11-08 Thread Glenn Maynard
On Thu, Nov 08, 2001 at 12:08:01PM +0300, Alexander V. Lukyanov wrote: --- 550 No files found. NLST 550s always go to pri 0, but at least ProFTPD returns 550 No files found. when there are no files; that should probably go to 4. This affects nlist, find, du, cls, others. This simple