From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: some kind of bisect tool Date: Wed, 25 May 2011 15:03:50 -0700 Message-ID: References: <87k4debgl2.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPMBE-0002yW-P7 for emacs-orgmode@gnu.org; Wed, 25 May 2011 18:03:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPMBD-0007YM-TD for emacs-orgmode@gnu.org; Wed, 25 May 2011 18:03:52 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:46443) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPMBD-0007YF-Lo for emacs-orgmode@gnu.org; Wed, 25 May 2011 18:03:51 -0400 Received: by pzk4 with SMTP id 4so51277pzk.0 for ; Wed, 25 May 2011 15:03:50 -0700 (PDT) In-Reply-To: <87k4debgl2.fsf@norang.ca> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: emacs-orgmode@gnu.org Hi Bernt, My proposal is for an Emacs command, not a shell script. The command would load source for org-mode each time and provide a command that the user can use to provide feedback to git interactively. It should ideally not depend on Magit. It should work in Emacs 22 and later versions. By the way, I am having trouble loading source with c-u c-c c-x ! . I notice that some commands, such as m-s-right, are still compiled. I also notice that org-crypt.el does not load when I go to dired, mark all .el, and load all marked files. It says (void-function daemonp) . That might or might not be the reason c-u c-c c-x ! fails silently. There might be other issues. Emacs 22. Later versions of Emacs do not work on my computer. Thanks. Samuel