unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Rudi C <rudiwillalwaysloveyou@gmail.com>
To: 50758@debbugs.gnu.org
Subject: bug#50758: 28.0.50; tramp-theme makes the default face's foreground red on emacs@28
Date: Thu, 23 Sep 2021 18:04:57 +0330	[thread overview]
Message-ID: <CAE9z9A1P59OCd-aBbAaocn5As_L5m4C9YAe5BQ0nq3ov+f8-PQ@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2384 bytes --]

`tramp-theme' (https://elpa.gnu.org/packages/tramp-theme.html) makes the
default face's foreground red on emacs@28. (I.e., almost all black text
will become red.)

I have seen this problem on three machines where I used my config, two
fresh installs of non-native-comp emacs@28, and one where I previously was
using emacs@27 with no problems, and then installed emacs@28 with native
comp.

I use the following config for `tramp-theme':

```
(setq tramp-theme-face-remapping-alist '(;; (nil "^root$" (fringe (:inherit
fringe :inverse-video t)))
(nil "^root$" (default (:background "lavenderblush")))
(nil "^root$" (hl-line (:background "mistyrose") hl-line))
(".*" "eva" (default (:background "mintcream")))
(".*" "eva" (hl-line (:background "azure") hl-line))
(".*" "zii" (default (:background "honeydew")))
(".*" "zii" (hl-line (:background "azure") hl-line))
("^foo$" nil (dired-directory (:background "Red")))
("^foo$" nil (eshell-prompt (:foreground "White")))
("^bar$" nil (default (:background "Green")))
("^bar$" nil (dired-directory (:background "Green")))))
```

And enable the theme with:
```
(progn (load-theme 'tramp t t)
(enable-theme 'tramp))
```


In GNU Emacs 28.0.50 (build 1, x86_64-apple-darwin20.3.0, NS appkit-2022.30
Version 11.2.1 (Build 20D75))
 of 2021-09-21 built on Fereidoons-MacBook-Pro.local
System Description:  macOS 11.2.1

Configured using:
 'configure --disable-dependency-tracking --disable-silent-rules
 --enable-locallisppath=/usr/local/share/emacs/site-lisp
 --infodir=/usr/local/Cellar/emacs-plus@28/28.0.50/share/info/emacs
 --prefix=/usr/local/Cellar/emacs-plus@28/28.0.50 --with-xml2
 --with-gnutls --with-native-compilation --without-dbus
 --with-imagemagick --with-modules --with-rsvg --with-xwidgets --with-ns
 --disable-ns-self-contained 'CFLAGS=-I/usr/local/opt/gcc/include
 -I/usr/local/opt/libgccjit/include -I/usr/local/opt/gmp/include
 -I/usr/local/opt/jpeg/include' 'LDFLAGS=-L/usr/local/lib/gcc/11
 -I/usr/local/opt/gcc/include -I/usr/local/opt/libgccjit/include
 -I/usr/local/opt/gmp/include -I/usr/local/opt/jpeg/include''

Configured features:
ACL GIF GLIB GMP GNUTLS IMAGEMAGICK JPEG JSON LCMS2 LIBXML2 MODULES
NATIVE_COMP NOTIFY KQUEUE NS PDUMPER PNG RSVG THREADS TIFF
TOOLKIT_SCROLL_BARS XIM XWIDGETS ZLIB

Important settings:
  value of $LC_ALL: en_US.UTF-8
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

[-- Attachment #2: Type: text/html, Size: 2959 bytes --]

             reply	other threads:[~2021-09-23 14:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-23 14:34 Rudi C [this message]
2021-09-23 15:30 ` bug#50758: 28.0.50; tramp-theme makes the default face's foreground red on emacs@28 Rudi C
2022-08-26 12:45   ` Lars Ingebrigtsen
2022-09-24 14:58     ` Lars Ingebrigtsen

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=CAE9z9A1P59OCd-aBbAaocn5As_L5m4C9YAe5BQ0nq3ov+f8-PQ@mail.gmail.com \
    --to=rudiwillalwaysloveyou@gmail.com \
    --cc=50758@debbugs.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.
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).