Re: prompt redrawing

2002-07-24 Thread Glenn Maynard

On Tue, Jul 23, 2002 at 07:39:40PM -0400, Glenn Maynard wrote:
 I think this is a readline bug, but I thought I'd toss that here before
 I start wading through readline.

Definitely a readline bug; reported this.

-- 
Glenn Maynard



lftp-pre2.6.0-20020724

2002-07-24 Thread Alexander V. Lukyanov

New prerelease is available. Some bugs fixed, documentation updated.

-- 
   Alexander.



Re: terminfo checks, title clearing, tsl/fsl

2002-07-24 Thread Alexander V. Lukyanov

On Sun, Jul 21, 2002 at 10:36:09PM -0400, Glenn Maynard wrote:
 StatusLine.cc, StatusLine.h: Add tsl/dsl cap support.  Used only if
  cmd:term-status is blank.  Clear title in dtor, so we don't leave
  it behind if the user's shell (or invoking program) doesn't know
  to clear it.

As you have probably noticed, I have applied this patch. I have also
modified lftp_TERMINFO macro to use AC_SEARCH_LIBS.

Now I wonder why screen and xterm terminfo don't provide tsl and fsl
capabilities (who don't know: it is to_status_line and from_status_line)?

--
   Alexander.



Re: terminfo checks, title clearing, tsl/fsl

2002-07-24 Thread Glenn Maynard

On Wed, Jul 24, 2002 at 05:12:48PM +0400, Alexander V. Lukyanov wrote:
 As you have probably noticed, I have applied this patch. I have also
 modified lftp_TERMINFO macro to use AC_SEARCH_LIBS.
 
 Now I wonder why screen and xterm terminfo don't provide tsl and fsl
 capabilities (who don't know: it is to_status_line and from_status_line)?

Screen upstream said that the problem is that if tsl/fsl is provided,
some apps move data to the statusline (eg. display it there and no
longer display it on the main screen), and that if screen provides those
caps, it may not actually be able to honor it (ie. 1: if the terminal
actually attached doesn't have it, it can't modify terminfo at runtime,
and 2: if it does this on the first attach, a terminal that doesn't
really have tsl/fsl may attach later.)

Personally, I disagree (the only app I know that has that particular
behavior is Screen itself), but the best I could do was get him to add
a screen-s terminal entry.

As for xterm/rxvt, I'm not sure; I havn't tried getting it added yet.

-- 
Glenn Maynard



Re: lftp-pre2.6.0-20020724

2002-07-24 Thread Piotr Krukowiecki

On Wed, 24 Jul 2002, Alexander V. Lukyanov wrote:

 New prerelease is available. Some bugs fixed, documentation updated.

Something is wrong with slot's:

lftp :~ slot A
lftp A :~ o X
[standart messages]
--- 230 User 'piotr' login successful.
--- PWD
--- 257 / is the current directory.
cd ok, cwd=/
lftp A piotr@X:p7 rels
--- CWD p7
--- 550 'p7': Nie ma takiego pliku ani katalogu
rels: Access failed: 550 'p7': Nie ma takiego pliku ani katalogu
lftp A piotr@X:p7 cd an
--- CWD p7/an
--- 550 'p7/an': Nie ma takiego pliku ani katalogu
cd: Access failed: 550 'p7/an': Nie ma takiego pliku ani katalogu (p7/an)
lftp A piotr@X:p7/p7/an/p7

'Nie ma takiego pliku ani katalogu' means 'No such file or directory'
(i don't know why it's speaking polish. I used 'LANG=C lftp-cvs' and 
'LANG=en_EN lftp-cvs' to run lftp)


BTW (could not test it), but is this possibile? (probably not..):
slot A
o host1
queue put file1
slot B
o host1 (the same host!)
queue get file2

^
get and put running together
?



-- 
Piotrek
irc: #debian.pl
Mors Drosophilis melanogastribus!



Re: Bug in put -c ?

2002-07-24 Thread Piotr Krukowiecki

On Mon, 22 Jul 2002, Piotr Krukowiecki wrote:

 The ftp server is some window server, glftpd of guile ftpd or sth like 
 that (i can ask)

Maybe it's the server fault, maybe ftp protocol specs are not precisely.
Had to use other ftp client (ncftp) to upload the file (but 'resume' option
in ncftp didn't worked as well. luckily it has 'append' option which appends
whole file. don't know what commands it exactly sends, but it worked)


-- 
Piotrek
irc: #debian.pl
Mors Drosophilis melanogastribus!