From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [PATCH] make vanilla: run Emacs -Q with this Org loaded Date: Fri, 13 Dec 2013 16:28:37 -0700 Message-ID: <87y53ocorh.fsf@gmail.com> References: <87k3f8aew4.fsf@gmail.com> <8761qsz7ud.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrcDJ-0000BY-SF for emacs-orgmode@gnu.org; Fri, 13 Dec 2013 18:32:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrcDF-00035R-KL for emacs-orgmode@gnu.org; Fri, 13 Dec 2013 18:32:09 -0500 Received: from mail-pd0-x22f.google.com ([2607:f8b0:400e:c02::22f]:64504) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrcDF-00035H-DZ for emacs-orgmode@gnu.org; Fri, 13 Dec 2013 18:32:05 -0500 Received: by mail-pd0-f175.google.com with SMTP id w10so3071483pde.34 for ; Fri, 13 Dec 2013 15:32:04 -0800 (PST) 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: Achim Gratz Cc: emacs-orgmode@gnu.org Achim Gratz writes: > schulte.eric@gmail.com writes: >> I think this change could make it easier to reproduce problems with >> Org-mode loaded and without the user's personal config loaded. > > So you want $(BATCH) with "-batch" filtered out? Essentially. > You can do that without the code duplication. > Ah, I had no idea. I see now that the filter-out command does just this. I'm consistently surprised at the depth of the Makefile tooling. > >> + --eval '(setq org-babel-load-languages \ >> + (quote ($(foreach ob-lang,$(BTEST_OB_LANGUAGES) emacs-lisp sh org,$(lst-ob-lang)))) \ >> + )' \ >> + -l org-loaddefs.el -l cl -l org -l ox -f org-version > > These are specifically needed for batch testing. I wouldn't want to > load all of these for a minimal Emacs. > >> +.PHONY: minimal >> +vanilla: > > Does not match (minimal<=>vanilla) and targets don't belong in > default.mk. > Okay, this last point was just a bug, I changed the name part way through. I've cleaned up this patch per your suggestions and just pushed a better version up. Thanks for the feedback, > > > Achim. -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D