[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/editorconfig-cc 86807effc2 089/351: Add make sandbox ta
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/editorconfig-cc 86807effc2 089/351: Add make sandbox target |
Date: |
Thu, 13 Jun 2024 18:38:43 -0400 (EDT) |
branch: scratch/editorconfig-cc
commit 86807effc21e06ab4685c0fc63725c6842f52629
Author: 10sr <8slashes+git@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
Add make sandbox target
This commit adds a new Make target `sandbox`.
Issue `make sandbox` to start new Emacs that loads *.el files in current
directory and does not load the user init file.
---
Makefile | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 73d611472d..ae6a6bc108 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ OBJS = $(SRCS:.el=.elc)
$(OBJS): %.elc: %.el
$(EMACS) $(BATCHFLAGS) -f batch-byte-compile $^
-.PHONY: all clean test test-travis test-ert test-core test-metadata
+.PHONY: all clean test test-travis test-ert test-core test-metadata sandbox
test: test-ert test-core test-metadata $(OBJS)
$(EMACS) $(BATCHFLAGS) -l editorconfig.el
@@ -43,3 +43,9 @@ test-core: core-test/CMakeLists.txt $(OBJS)
cd $(PROJECT_ROOT_DIR)/core-test && \
EMACS_BIN=$(EMACS)
EDITORCONFIG_CORE_LIBRARY_PATH="$(PROJECT_ROOT_DIR)" \
ctest --output-on-failure .
+
+
+# Start Emacs that loads *.el in current directory and does not load the user
+# init file
+sandbox:
+ $(EMACS) -q -L $(PROJECT_ROOT_DIR) $(SRCS:%=-l "%")
- [nongnu] scratch/editorconfig-cc 7f8265dd2a 204/351: Change hook name -custom-hooks -> -after-apply-functions, (continued)
- [nongnu] scratch/editorconfig-cc 7f8265dd2a 204/351: Change hook name -custom-hooks -> -after-apply-functions, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 7b99e4d58c 220/351: Bump version to 0.7.14 (#185), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 38ac903256 001/351: Erase initial commit content, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 5dfbeb541e 012/351: Fix indentation problem in the source file., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc b3b2aef092 046/351: Update README for core elisp, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 4e2bf3ddd6 016/351: Add the package manager installation way to README, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 527ff0b210 051/351: Fix some warnings reported by flycheck, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 1b32452724 058/351: Use hook type for custom-hooks defcustom, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 10e648d326 054/351: Add document about running tests, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 630f158495 098/351: Fix english, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 86807effc2 089/351: Add make sandbox target,
Stefan Monnier <=
- [nongnu] scratch/editorconfig-cc 1e68e5e226 146/351: Prepare v0.7.10, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc a534c8ebcd 120/351: Revert "Use truename for editorconfig name" (#106), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 372e7c3ead 093/351: Only set fill-column if the given integer is positive., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 606251d77d 099/351: Make indentation of sample codes more consistent, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6405aa9692 114/351: Add editorconfig-conf-mode.el (#97), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 1aa812505a 100/351: Update editorconfig group docstring, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc bc99704785 125/351: Add editorconfig-exclude-prefixes (#108), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 1faf52f0ae 144/351: Always do submodule update when test-ert, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 60b51f311d 147/351: Add document about file_type_emacs property, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc e109c02e6c 137/351: Prepare v0.7.9, Stefan Monnier, 2024/06/13