[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: file-exists-p can return t when file doesn't exist
From: |
Michael Albinus |
Subject: |
Re: file-exists-p can return t when file doesn't exist |
Date: |
Mon, 02 Aug 2010 15:35:19 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Leo <address@hidden> writes:
> The official magit repo is http://github.com/philjackson/magit.
>
> magit.el has split into many files since. I have attached a copy before
> the split to this message.
>
> Is the following evaluation still true?
Thanks. Yes, my statements are still true; magit uses even more
asynchronous processes now.
>> I have no good idea how to solve it. One could set a process sentinel,
>> but this will be overwritten, if the process owner sets an own sentinel,
>> like it is done in `magit-run*'.
And this is still true as well :-(
As workaround, one could add the following lines in `magit-process-sentinel',
inside the `with-current-buffer' form (untested):
(with-parsed-tramp-file-name default-directory nil
(tramp-flush-directory-property v (file-name-directory localname)))
But this would be a crude hack.
> Thank you.
>
> Leo
Best regards, Michael.
- file-exists-p can return t when file doesn't exist, Leo, 2010/08/01
- Re: file-exists-p can return t when file doesn't exist, Michael Albinus, 2010/08/02
- Re: file-exists-p can return t when file doesn't exist, Leo, 2010/08/02
- Re: file-exists-p can return t when file doesn't exist,
Michael Albinus <=
- Re: file-exists-p can return t when file doesn't exist, Leo, 2010/08/04
- Re: file-exists-p can return t when file doesn't exist, Michael Albinus, 2010/08/05
- Re: file-exists-p can return t when file doesn't exist, Leo, 2010/08/05
- Re: file-exists-p can return t when file doesn't exist, Michael Albinus, 2010/08/05
- Re: file-exists-p can return t when file doesn't exist, Leo, 2010/08/06