unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Jean-Christophe Helary <lists@traduction-libre.org>
To: Dante Catalfamo <dante@lambda.cx>
Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: encoding in shell-command and subshell
Date: Tue, 24 Aug 2021 08:28:59 +0900	[thread overview]
Message-ID: <A099D350-2EE8-4D5E-AE5E-F3B7104C26C0@traduction-libre.org> (raw)
In-Reply-To: <a2dc7801-50d8-7532-9132-bea175944279@lambda.cx>



> On Aug 24, 2021, at 8:09, Dante Catalfamo <dante@lambda.cx> wrote:
> 
> How are you launching Emacs? It's possible the environment variables aren't defined when Emacs is launched. I know this is a problem on MacOS or when you launch it using something like systemd.
> 
> The `exec-path-from-shell' package will probably solve the problem for you. It opens a shell and pulls all the environment variables from it.

Thank you Dante for the reply.

I use Emacs.app on macOS, that I regularly build from master. I've been using exec-path-from-shell for as far as I can remember (but I do have a relatively short memory span...)

And that would not explain the discrepancy between (shell-command "javac ...") and M-! javac ...

> On 8/23/21 7:01 AM, Jean-Christophe Helary wrote:
>> When I run shell-command with javac on a class that contains non ASCII charaters, I get garbage.
>> When I open the subshell and run the same command inside it, it picks by Java encoding environment declaration (.profile):
>> export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
>> and works without problems.
>> The workaround is that I have to declare the encoding in the shell-command.
>> Why is that ? Is there a way to have the subshell from shell-command pick my environment variables ?


-- 
Jean-Christophe Helary @brandelune
https://mac4translators.blogspot.com
https://sr.ht/~brandelune/omegat-as-a-book/




      reply	other threads:[~2021-08-23 23:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-23 11:01 encoding in shell-command and subshell Jean-Christophe Helary
2021-08-23 23:09 ` Dante Catalfamo
2021-08-23 23:28   ` Jean-Christophe Helary [this message]

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A099D350-2EE8-4D5E-AE5E-F3B7104C26C0@traduction-libre.org \
    --to=lists@traduction-libre.org \
    --cc=dante@lambda.cx \
    --cc=help-gnu-emacs@gnu.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).