[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Better support for running magit over tramp
From: |
Michael Albinus |
Subject: |
Re: Better support for running magit over tramp |
Date: |
Thu, 05 Aug 2010 17:05:14 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Leo <address@hidden> writes:
> NB: emacs-trunk has a generic solution so it is not needed if you are
> running cutting-edge emacs.
This is true only for start-file-process calls without an own process
sentinel. magit-process-sentinel overwrites Tramp's process sentinel,
therefore this change is still needed in Emacs 24.
Best regards, Michael.