all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67712] [PATCH] build: test-driver.scm: Set mode.
@ 2023-12-08 15:09 Tomas Volf
  2024-01-04  3:27 ` bug#67712: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2023-12-08 15:09 UTC (permalink / raw)
  To: 67712; +Cc: Tomas Volf

Emacs auto-detects the build-aux/test-driver.scm as sh-mode, due to the
shebang.  So override the auto-detection using a local variable forcing
scheme-mode.

* build-aux/test-driver.scm: Set mode to scheme.

Change-Id: I07f12656dba5fb7b52447b94569307a2a605ffc1
---
 build-aux/test-driver.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build-aux/test-driver.scm b/build-aux/test-driver.scm
index 1cdd4ff8f7..901f6ab9ec 100755
--- a/build-aux/test-driver.scm
+++ b/build-aux/test-driver.scm
@@ -3,7 +3,7 @@
 !#
 ;;;; test-driver.scm - Guile test driver for Automake testsuite harness
 
-(define script-version "2021-02-02.05") ;UTC
+(define script-version "2023-12-08.14") ;UTC
 
 ;;; Copyright © 2015, 2016 Mathieu Lirzin <mthl@gnu.org>
 ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
@@ -274,6 +274,7 @@ (define (main . args)
     (exit 0)))
 
 ;;; Local Variables:
+;;; mode: scheme
 ;;; eval: (add-hook 'write-file-functions 'time-stamp)
 ;;; time-stamp-start: "(define script-version \""
 ;;; time-stamp-format: "%:y-%02m-%02d.%02H"

base-commit: 99bf4840cec2e74d1824684dd8bd29511e904ba0
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67712: [PATCH] build: test-driver.scm: Set mode.
  2023-12-08 15:09 [bug#67712] [PATCH] build: test-driver.scm: Set mode Tomas Volf
@ 2024-01-04  3:27 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2024-01-04  3:27 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 67712-done

Hi,

Tomas Volf <~@wolfsden.cz> writes:

> Emacs auto-detects the build-aux/test-driver.scm as sh-mode, due to the
> shebang.  So override the auto-detection using a local variable forcing
> scheme-mode.
>
> * build-aux/test-driver.scm: Set mode to scheme.
>
> Change-Id: I07f12656dba5fb7b52447b94569307a2a605ffc1

Applied, thank you.

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-04  3:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-08 15:09 [bug#67712] [PATCH] build: test-driver.scm: Set mode Tomas Volf
2024-01-04  3:27 ` bug#67712: " Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.