From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: some kind of bisect tool Date: Thu, 26 May 2011 08:22:10 +0200 Message-ID: References: <87k4debgl2.fsf@norang.ca> <87fwo2bexb.fsf@norang.ca> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPUpr-0006r8-45 for emacs-orgmode@gnu.org; Thu, 26 May 2011 03:18:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPUpq-0001US-7x for emacs-orgmode@gnu.org; Thu, 26 May 2011 03:18:23 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:60229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPUpq-0001UI-34 for emacs-orgmode@gnu.org; Thu, 26 May 2011 03:18:22 -0400 Received: by eyd9 with SMTP id 9so224154eyd.0 for ; Thu, 26 May 2011 00:18:21 -0700 (PDT) In-Reply-To: <87fwo2bexb.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 On 26.5.2011, at 00:20, Bernt Hansen wrote: > Samuel Wales writes: > >> 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. > > Hi Samuel, > > This sounds more complicated. If you go back in time to when variables > weren't created yet your current emacs session will have those already > defined (from the later commit you were on). I don't know how (or if) > you can clean up the current emacs state without a restart in that case. > > The few times I've used git bisect run with Emacs org-mode I've used a > script with some lisp code to test the conditions in a minimal emacs > setup which is safely reproducible. > > Trying to reuse the current session with an org-reload probably won't > work well for the general case. > >> >> 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 have no idea what is going on here. > >> >> 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) . THis should be fixed now. - Carsten >> 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. > > Ugh. Sounds painful. (Sorry) > > Regards, > Bernt >