From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <20120420213934.1v2ed14r3r0kc80c@courrier.univ-paris1.fr> Date: Wed, 25 Apr 2012 23:32:48 -0400 Message-ID: Subject: Re: git and (p9p) acme From: Russ Cox To: Mathieu Lonjaret Cc: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>, plan9port-dev@googlegroups.com Content-Type: text/plain; charset=UTF-8 Topicbox-Message-UUID: 7fe81480-ead7-11e9-9d60-3106f5b1d025 On Wed, Apr 25, 2012 at 5:35 PM, Mathieu Lonjaret wrote: > So, are you saying E just works out of the box for you as the $EDITOR > for git/hg? Yes. Note that E waits for the file to change by running ls -l on the file in a loop. If for some reason doing the Put does not change the ls -l output (date+size, primarily) then E will not exit. If you are having trouble I would suggest putting some echo statements in the script or just doing 'set -e' at the top so that it echoes each statement as it executes (including the all-important comparison). I cannot imagine why using awd would change the behavior of the E script. Russ