Re: tiny patch to ange-ftp

2005-10-03 Thread Katsumi Yamaoka
> In <[EMAIL PROTECTED]> > Stefan Monnier <[EMAIL PROTECTED]> wrote: > I've just installed a patch which should fix it. Does it work for you? Thanks! It works fine, but I prefer the second patch... > Although the patch works (it fixes the symlink-following code), in reality, > I see

Re: tiny patch to ange-ftp

2005-10-02 Thread Stefan Monnier
> I rebuilt Emacs. However, I still could not upload files with > another problem. `ange-ftp-insert-directory' passes a file name > without directory components to `ange-ftp-get-file-entry' then. That's an error in ange-ftp-insert-directory. > So, the following change seems to be required (I co

Re: tiny patch to ange-ftp

2005-10-01 Thread Katsumi Yamaoka
> In <[EMAIL PROTECTED]> > Stefan Monnier <[EMAIL PROTECTED]> wrote: > I've installed my change. Sorry again for the delay. I rebuilt Emacs. However, I still could not upload files with another problem. `ange-ftp-insert-directory' passes a file name without directory components to `a

Re: tiny patch to ange-ftp

2005-09-30 Thread Stefan Monnier
>>> Could you apply the patch to ange-ftp.el? I hope it is widely >>> tested by people who update-build Emacs everyday. It enables at >>> least me to upload files to remote hosts smoothly and I believe >>> it doesn't worsen things than now. >> I'll install a variant of it, Real-Soon-Now. >> Sorr

Re: tiny patch to ange-ftp

2005-09-28 Thread Katsumi Yamaoka
> In <[EMAIL PROTECTED]> Stefan Monnier wrote: >> Could you apply the patch to ange-ftp.el? I hope it is widely >> tested by people who update-build Emacs everyday. It enables at >> least me to upload files to remote hosts smoothly and I believe >> it doesn't worsen things than now. > I'll

Re: tiny patch to ange-ftp

2005-09-22 Thread Stefan Monnier
> Could you apply the patch to ange-ftp.el? I hope it is widely > tested by people who update-build Emacs everyday. It enables at > least me to upload files to remote hosts smoothly and I believe > it doesn't worsen things than now. I'll install a variant of it, Real-Soon-Now. Sorry for taking s

Re: tiny patch to ange-ftp

2005-09-21 Thread Katsumi Yamaoka
Hi, Could you apply the patch to ange-ftp.el? I hope it is widely tested by people who update-build Emacs everyday. It enables at least me to upload files to remote hosts smoothly and I believe it doesn't worsen things than now. 2005-09-21 Katsumi Yamaoka <[EMAIL PROTECTED]> (tiny change)

Re: tiny patch to ange-ftp

2005-09-08 Thread Stefan Monnier
> Please replace "#+" with the same "^#+$" as what is used in > Emacs 21.4. While "\\`#+\\'" is intended to match the whole > string, `str' often contains newline characters. This is the > true cause in which this function breaks the synchronous > operation. I guess someone changed it mistakenly

Re: tiny patch to ange-ftp

2005-09-07 Thread Katsumi Yamaoka
> In <[EMAIL PROTECTED]> Katsumi Yamaoka wrote: > *** ange-ftp.el~ Thu Aug 11 21:55:21 2005 > --- ange-ftp.el Thu Sep 8 03:57:18 2005 > *** > *** 1656,1662 > ;; handle hash mark printing > (and ange-ftp-process-busy > !(stri

Re: tiny patch to ange-ftp

2005-09-07 Thread Katsumi Yamaoka
Sorry for the late reply. I seem to have fixed all the problems that I grasp. > In <[EMAIL PROTECTED]> Stefan Monnier wrote: > Your patch looks like a good first step. I would check `full' > rather than (file-name-directory file) in order to determine whether to do > a full dir listing or t

Re: tiny patch to ange-ftp

2005-09-02 Thread Stefan Monnier
> Now I'm able to do things by setting `ange-ftp-send-hash' as nil > and modifying `ange-ftp-insert-directory' slightly. However, > I'm not satisfied with it. Though I'm making an effort at > another work now, I'm going to tackle it again in the near > future. It will be completed if the problem