GNU bug report logs - #65702
30.0.50; compile-command not honored in shell buffers

Previous Next

Package: emacs;

Reported by: Matthias Meulien <orontee <at> gmail.com>

Date: Sat, 2 Sep 2023 13:40:02 UTC

Severity: normal

Found in version 30.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Matthias Meulien <orontee <at> gmail.com>
Cc: 65702 <at> debbugs.gnu.org
Subject: bug#65702: 30.0.50; compile-command not honored in shell buffers
Date: Sat, 02 Sep 2023 16:59:30 +0300
> From: Matthias Meulien <orontee <at> gmail.com>
> Date: Sat, 02 Sep 2023 15:39:20 +0200
> 
> 
> I customize the default compile command using directory local
> variables. For example, with a '.dir-locals' containing the following:
> 
> ;;; Directory Local Variables            -*- no-byte-compile: t -*-
> ;;; For more information see (info "(emacs) Directory Variables")
> 
> ((nil . ((compilation-search-path . (nil "builddir"))
> 	 (compile-command . "meson setup builddir . --cross-file crossfile_arm.ini ; pushd builddir && meson compile ; popd")
> 	 (compilation-environment . ("TERM=ansi"))
> 	 (ispell-local-dictionary . "en")
> 	 (project-vc-merge-submodules . nil)))
>  (c++-mode . ((c-basic-offset . 2)
> 	      (indent-tabs-mode . nil))))
> 
> When I enter the *vc-dir* buffer for the corresponding Git local
> repository, and I press 'C-x p c' ('project-compile' command) then the
> default compile command has the value specified in the previous
> '.dir-locals.el'.
> 
> Same with 'meson.build', 'README.md', '*.cc', '*.h', etc. files.
> 
> But when 'project-compile' is called from a shell buffer after I pressed
> 'C-x p s' then the default compile command is 'make -k'.  This is
> strange and looks like a bug to my eyes.

Aren't directory-local variables in effect only in file-visiting
buffers?  The shell buffer created by "C-x p s" doesn't visit a file,
so I think directory-local variables are not in effect for it.




This bug report was last modified 1 year and 293 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.