From: Eli Zaretskii <eliz@gnu.org>
To: Matthias Meulien <orontee@gmail.com>
Cc: 65702@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 [thread overview]
Message-ID: <835y4sad6l.fsf@gnu.org> (raw)
In-Reply-To: <87h6ocy9rr.fsf@gmail.com> (message from Matthias Meulien on Sat, 02 Sep 2023 15:39:20 +0200)
> From: Matthias Meulien <orontee@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.
next prev parent reply other threads:[~2023-09-02 13:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-02 13:39 bug#65702: 30.0.50; compile-command not honored in shell buffers Matthias Meulien
2023-09-02 13:59 ` Eli Zaretskii [this message]
2023-09-03 7:30 ` Matthias Meulien
2023-09-03 8:04 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=835y4sad6l.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=65702@debbugs.gnu.org \
--cc=orontee@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.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.