* bug#72224: Two bugs in windows operating system
@ 2024-07-20 12:50 yellowPolyp via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-07-21 8:54 ` Eli Zaretskii
2024-07-27 3:20 ` Sebastián Monía
0 siblings, 2 replies; 6+ messages in thread
From: yellowPolyp via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-07-20 12:50 UTC (permalink / raw)
To: 72224
There are two bugs in GNU Emacs running on Windows OS.
First, When Emacs is opened in terminal mode, it displays some dark colors as 'green'. Usually these dark color has G and B which is bigger than 0. I think that it's related to `w32console`.
Second, when I start dynamic programs like `sh` or `gdb` using `start-process`, Emacs shows error `starting child process:invalid argument`. This makes commands like `term` and `compile` unusable.
Except these bugs, I'm having fun using Emacs. Thank you very much for creating this awesome text editor.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#72224: Two bugs in windows operating system
2024-07-20 12:50 bug#72224: Two bugs in windows operating system yellowPolyp via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-07-21 8:54 ` Eli Zaretskii
2024-08-04 7:57 ` Eli Zaretskii
2024-07-27 3:20 ` Sebastián Monía
1 sibling, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2024-07-21 8:54 UTC (permalink / raw)
To: yellowPolyp; +Cc: 72224
tags 72224 unreproducible moreinfo
thanks
> Date: Sat, 20 Jul 2024 12:50:34 +0000
> From: yellowPolyp via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>
> There are two bugs in GNU Emacs running on Windows OS.
It is better to report each issue in a separate bug report, so that
they are easier to track.
> First, When Emacs is opened in terminal mode, it displays some dark colors as 'green'. Usually these dark color has G and B which is bigger than 0. I think that it's related to `w32console`.
This is not a bug. Emacs on TTY frames transparently approximates the
colors using the available ones, the ones that the terminal actually
supports, in this case it maps them to the 16 available colors. One
deliberate feature of this mapping is that non-gray colors are
preferred, so that the probability of a color to be mapped to a
distinct non-gray color is higher. What you see is a side effect of
that deliberate design.
> Second, when I start dynamic programs like `sh` or `gdb` using `start-process`, Emacs shows error `starting child process:invalid argument`. This makes commands like `term` and `compile` unusable.
I cannot reproduce this. Please show a detailed recipe starting from
"emacs -Q". Please also tell which version of Emacs are you using and
how you invoke Emacs.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#72224: Two bugs in windows operating system
2024-07-20 12:50 bug#72224: Two bugs in windows operating system yellowPolyp via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-07-21 8:54 ` Eli Zaretskii
@ 2024-07-27 3:20 ` Sebastián Monía
1 sibling, 0 replies; 6+ messages in thread
From: Sebastián Monía @ 2024-07-27 3:20 UTC (permalink / raw)
To: yellowPolyp; +Cc: 72224
Hello yellowPolyp,
> Second, when I start dynamic programs like `sh` or `gdb` using
> `start-process`, Emacs shows error `starting child process:invalid
> argument`. This makes commands like `term` and `compile` unusable.
In Windows, a lot of the external tools that are considered standard for
*nix platforms, needs to be provided somehow (compile yourself, get
ready-made executables via the ezwinports project, etc).
For `gdb`, I suggest you try using the one in the MinGW64 project.
Regarding `term`, the easiest alternative for MS-Windows is to use
`shell` instead. At least, that's what I do myself. Instead of bash, you
would be using Windows' shell.
I hope this helped!
Regards,
Sebastián
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-08-17 8:29 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-20 12:50 bug#72224: Two bugs in windows operating system yellowPolyp via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-07-21 8:54 ` Eli Zaretskii
2024-08-04 7:57 ` Eli Zaretskii
[not found] ` <eb7ZXTXHT1awmConOA2XR7sYQkMPagFuFX7KJTa8ii5sEVTRr1WjUWjFkW28ugO6xUztzTpQNvzPTSdIgz0Ntxyt5dh8ruw5qE-gkCQu4zA=@proton.me>
2024-08-04 9:09 ` Eli Zaretskii
2024-08-17 8:29 ` Eli Zaretskii
2024-07-27 3:20 ` Sebastián Monía
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).