> 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
> 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
> 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
>>> 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
> 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
> 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
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)
> 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
> 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
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
> 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
11 matches
Mail list logo