From unknown Tue Jun 24 03:26:28 2025 X-Loop: help-debbugs@gnu.org Subject: bug#39812: 26.1; face-remapping-alist is sometimes set to an unexpected value Resent-From: Markus Triska Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 27 Feb 2020 19:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 39812 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 39812@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.158283120622596 (code B ref -1); Thu, 27 Feb 2020 19:21:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Feb 2020 19:20:06 +0000 Received: from localhost ([127.0.0.1]:60279 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7Oha-0005sO-BG for submit@debbugs.gnu.org; Thu, 27 Feb 2020 14:20:06 -0500 Received: from lists.gnu.org ([209.51.188.17]:38049) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7OhY-0005sC-9h for submit@debbugs.gnu.org; Thu, 27 Feb 2020 14:20:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:44276) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7OhW-0002lJ-UH for bug-gnu-emacs@gnu.org; Thu, 27 Feb 2020 14:20:04 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.6 required=5.0 tests=BAYES_50,RDNS_NONE, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7OhU-0004OQ-NJ for bug-gnu-emacs@gnu.org; Thu, 27 Feb 2020 14:20:02 -0500 Received: from [78.47.144.35] (port=46002 helo=metalevel.at) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j7OhU-0004Mq-GL for bug-gnu-emacs@gnu.org; Thu, 27 Feb 2020 14:20:00 -0500 Received: from mt-mbpro.localdomain (localhost [127.0.0.1]) by metalevel.at (Postfix) with ESMTP id 873DF9E76D for ; Thu, 27 Feb 2020 20:10:23 +0100 (CET) Received: by mt-mbpro.localdomain (Postfix, from userid 501) id DE66A108EE1E; Thu, 27 Feb 2020 20:10:22 +0100 (CET) From: Markus Triska Date: Thu, 27 Feb 2020 20:10:22 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 78.47.144.35 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) To reproduce this issue, please start Emacs with "emacs -Q", then place the following forms in the appearing *scratch* buffer: (defun a () (set (make-local-variable 'face-remapping-alist) '((default bold)))) (a) (face-remap-add-relative 'default 'italic) (a) and then evaluate the buffer with M-x eval-buffer RET. Then, inspect the value of face-remapping-alist with: C-h v face-remapping-alist RET In my case, the value is: '((default italic bold)). How can this be explained? The final form (a) is supposed to set face-remapping-alist to '((default bold)), and hence I expect the value of face-remapping-alist to be '((default bold)) instead. When I comment out the first invocation of "(a)", i.e., when I write: (defun a () (set (make-local-variable 'face-remapping-alist) '((default bold)))) ;; (a) ; now this line is commented out (face-remap-add-relative 'default 'italic) (a) and then evaluate the buffer, then face-remapping-alist is set to '((default bold)), which is the expected value. As guideline for the definition of the function `a', I used the snippet from the variable description of face-remapping-alist, which states: "For instance, the mode my-mode could define a face =E2=80=98my-mode-default=E2=80=99, and then in the mode setup func= tion, do: (set (make-local-variable 'face-remapping-alist) '((default my-mode-default))))." Is this still a recommended way to set this variable, should the above example work? Is there a reliable way to set face-remapping-alist to '((default bold)) in the function `a' so that the first example works? Thank you and all the best! Markus In GNU Emacs 26.1 (build 1, x86_64-apple-darwin15.3.0, X toolkit, Xaw scrol= l bars) of 2018-09-22 built on mt-mb Windowing system distributor 'The X.Org Foundation', version 11.0.11502000 Configured using: 'configure --prefix=3D/opt/local --without-ns --without-dbus --without-gconf --without-libotf --without-m17n-flt --without-gpm --with-gnutls --with-xml2 --with-modules --infodir /opt/local/share/info/emacs --with-x-toolkit=3Dlucid --without-xaw3d --without-imagemagick --with-xpm --with-jpeg --with-tiff --with-gif --with-png --with-lcms2 --without-rsvg --with-xft 'CFLAGS=3D-pipe -Os -arch x86_64' CPPFLAGS=3D-I/opt/local/include 'LDFLAGS=3D-L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-no_pie -arch x86_64'' Configured features: XPM JPEG TIFF GIF PNG GSETTINGS NOTIFY ACL GNUTLS LIBXML2 FREETYPE XFT ZLIB TOOLKIT_SCROLL_BARS LUCID X11 MODULES THREADS LCMS2 Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix From unknown Tue Jun 24 03:26:28 2025 X-Loop: help-debbugs@gnu.org Subject: bug#39812: 26.1; face-remapping-alist is sometimes set to an unexpected value Resent-From: Noam Postavsky Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 27 Feb 2020 19:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39812 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Markus Triska Cc: 39812@debbugs.gnu.org Received: via spool by 39812-submit@debbugs.gnu.org id=B39812.158283348626714 (code B ref 39812); Thu, 27 Feb 2020 19:59:02 +0000 Received: (at 39812) by debbugs.gnu.org; 27 Feb 2020 19:58:06 +0000 Received: from localhost ([127.0.0.1]:60306 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7PIM-0006wn-9W for submit@debbugs.gnu.org; Thu, 27 Feb 2020 14:58:06 -0500 Received: from mail-qk1-f172.google.com ([209.85.222.172]:46496) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7PIK-0006wF-60 for 39812@debbugs.gnu.org; Thu, 27 Feb 2020 14:58:05 -0500 Received: by mail-qk1-f172.google.com with SMTP id u124so595909qkh.13 for <39812@debbugs.gnu.org>; Thu, 27 Feb 2020 11:58:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=HBGUca94Dcry2I0zgNtp+euaV4AD9xRnGXTeOF6SJu4=; b=cKJ7j99+yEdd3tXHHGci65Fkk4JS9gWJkky406jxR3re4axiGo277gdXTrTsGQnvM7 JzCjA7JfHGFR1YSyFqukCG9BYXv/YIi48f7OFx7agAqjWSi0Dugd1fZsrhWPBozlp0+G bWmLnmymFV6hLrZ8iTLoT8dMA19wSACA3uTg59Jqg6h+vNeJ3EIWZDiUQsYSuYwpVPYl PBjMRitXln8pnLHZNGC3FFunkl8OuTLnnYW87tCiLuEt+MVhKDiOeisf5tDRNriNpJB1 IymHJKRXOLdcPJlfUsI/i4+S82onF5Mvc6uHibfeHCZq903Jr4WqeOWSs6gi5LO0mz+7 I7MA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=HBGUca94Dcry2I0zgNtp+euaV4AD9xRnGXTeOF6SJu4=; b=oV9Izt3lTNqSenoNZoBEtcxDC+z3Mk7FBNXCdtdPT+qrS8masXC17PWsHNdx0f1v9o lFu5l1RJAISu7WJpl+Tk7Nn5v5kHveHT8qeQBhUbuss2nEi06gN5EUL/VmLS0BeXAYsk 0lH//ZkoIxy3O4i604cZrMiCQzTxuy1fLef2vp3R+lSh/vIxnRGRb+PvoFN67ZfegBL5 0JENtX4v8h5RcPH2gy9NB31FhLZ0TtYQZjFysMR3ZQG7BYbPp4YwX30GZTqghV14nHNP T2WQ80a06ZmCcUiNZgVqVNZMj3dNvNZiJnwNebM2ostwZfhvfVe+xWWZaA3ro22kg4NX 1oOg== X-Gm-Message-State: APjAAAVOTJSGTiyDpQHYiKrtYch5vtRdKTbmw/uk9Fd8swj/LcCwSSx3 +zu2CO7Vp053VTXrZdIvYXkcRPwrx3o= X-Google-Smtp-Source: APXvYqwf49eO1Nm65eEV4uLOVMRt0fjOYEn4hHMphxtk5Cy9jTa+x3i9rorRfdC7QOy8MuZCTWQ4DA== X-Received: by 2002:a37:4755:: with SMTP id u82mr1051240qka.43.1582833478360; Thu, 27 Feb 2020 11:57:58 -0800 (PST) Received: from vhost2 (CPE001143542e1f-CMf81d0f809fa0.cpe.net.cable.rogers.com. [99.230.38.42]) by smtp.gmail.com with ESMTPSA id g2sm3629217qka.42.2020.02.27.11.57.57 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 27 Feb 2020 11:57:57 -0800 (PST) From: Noam Postavsky References: Date: Thu, 27 Feb 2020 14:57:56 -0500 In-Reply-To: (Markus Triska's message of "Thu, 27 Feb 2020 20:10:22 +0100") Message-ID: <858sknajln.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Markus Triska writes: > To reproduce this issue, please start Emacs with "emacs -Q", then place > the following forms in the appearing *scratch* buffer: > > (defun a () > (set (make-local-variable 'face-remapping-alist) > '((default bold)))) > > (a) > (face-remap-add-relative 'default 'italic) > (a) face-remap-add-relative destructively modifies the list value, so setting face-remapping-alist to a quoted literal gives unexpected results like this. Similar to the example at the bottom of (info "(elisp) Rearrangement") > Is this still a recommended way to set this variable, should the above > example work? Is there a reliable way to set face-remapping-alist to > '((default bold)) in the function `a' so that the first example works? (defun a () (set (make-local-variable 'face-remapping-alist) (copy-tree '((default bold))))) Or (defun a () (set (make-local-variable 'face-remapping-alist) (list (list 'default 'bold)))) From unknown Tue Jun 24 03:26:28 2025 X-Loop: help-debbugs@gnu.org Subject: bug#39812: 26.1; face-remapping-alist is sometimes set to an unexpected value Resent-From: Markus Triska Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 28 Feb 2020 07:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39812 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Noam Postavsky Cc: 39812@debbugs.gnu.org Received: via spool by 39812-submit@debbugs.gnu.org id=B39812.158287410616086 (code B ref 39812); Fri, 28 Feb 2020 07:16:02 +0000 Received: (at 39812) by debbugs.gnu.org; 28 Feb 2020 07:15:06 +0000 Received: from localhost ([127.0.0.1]:60575 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7ZrW-0004BM-Ie for submit@debbugs.gnu.org; Fri, 28 Feb 2020 02:15:06 -0500 Received: from [78.47.144.35] (port=43610 helo=metalevel.at) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7ZrV-0004BE-39 for 39812@debbugs.gnu.org; Fri, 28 Feb 2020 02:15:05 -0500 Received: by metalevel.at (Postfix, from userid 1000) id C34A09E770; Fri, 28 Feb 2020 08:15:03 +0100 (CET) From: Markus Triska References: <858sknajln.fsf@gmail.com> Date: Fri, 28 Feb 2020 08:15:03 +0100 In-Reply-To: <858sknajln.fsf@gmail.com> (Noam Postavsky's message of "Thu, 27 Feb 2020 14:57:56 -0500") Message-ID: <87h7zbrxmw.fsf@metalevel.at> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Noam Postavsky writes: > face-remap-add-relative destructively modifies the list value, so > setting face-remapping-alist to a quoted literal gives unexpected > results like this. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_NONE SPF: sender does not publish an SPF Record 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) Noam Postavsky writes: > face-remap-add-relative destructively modifies the list value, so > setting face-remapping-alist to a quoted literal gives unexpected > results like this. Thank you for looking into this! Using copy-tree makes it work. However, I find it very unexpected that face remapping modifies a value that appears as a literal constant in my own code. Is it possible to make face remapping word without such destructive side-effects? Alternatively, would you please consider documenting how to work around this, for example at the place where the sample snippet is mentioned? Thank you and all the best! Markus From unknown Tue Jun 24 03:26:28 2025 X-Loop: help-debbugs@gnu.org Subject: bug#39812: 26.1; face-remapping-alist is sometimes set to an unexpected value Resent-From: Noam Postavsky Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 05 Mar 2020 12:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39812 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Markus Triska Cc: 39812@debbugs.gnu.org Received: via spool by 39812-submit@debbugs.gnu.org id=B39812.15834125148492 (code B ref 39812); Thu, 05 Mar 2020 12:49:01 +0000 Received: (at 39812) by debbugs.gnu.org; 5 Mar 2020 12:48:34 +0000 Received: from localhost ([127.0.0.1]:42324 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j9pvW-0002Cu-4c for submit@debbugs.gnu.org; Thu, 05 Mar 2020 07:48:34 -0500 Received: from mail-qt1-f169.google.com ([209.85.160.169]:36826) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j9pvU-0002Ca-FX for 39812@debbugs.gnu.org; Thu, 05 Mar 2020 07:48:32 -0500 Received: by mail-qt1-f169.google.com with SMTP id o43so315339qto.3 for <39812@debbugs.gnu.org>; Thu, 05 Mar 2020 04:48:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=390puXCqzFkiuJm4skoSBminOASIpFHGxXPFJtw6UXE=; b=BEN1jwFFbDJNYkEOfwviCV/3ar7UKcaBiIswnLLKGaeMEAd9m/gDMPcfWwumeXA5Ne MYEVk8thpceJhWZOIQXXXEfwyHmO3z2u0ajYoTEJa2Rxh+h8n44SWcvI8UsDnhrhIQTG 9jvxPCXtj0z87MK4PRoRXt4+/j/LgjDBSWljcMc6UBmCay0RHPr5vADUAmOGcV2R5mh0 TsVSt8UrS8JByP85FK4wRgtmDIz0APLcTZKd03Lw/iSmyXe0XlFv8Q44SsE/eHp20Yny giec6uanrdk95nKgXjJc/MKm2YH3W4HTR5+DdDwOAaKOgmNeCwQj8suc6EKYFWxDuReD HDVA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=390puXCqzFkiuJm4skoSBminOASIpFHGxXPFJtw6UXE=; b=D4NjbzznDwsDdVxhR8v9MFwjzlPIhGGDDsNegIRoQfUUsyYtFEr1akDMwKVkXqeh8g eJ0DSLLk2c15wTlVxEt2sTJET0gLoKCVJ1ehh5SwaMrGdfGMKt0POoJXMBbM4a/RtMxR pRIb6v/inZkQExvT4JP83b1SZ0hSmxZJtvIPr0m97waFkxCpTUlbfu0VC09+cAGB0Icb WWX5YyF4uvQNKRfbOJKw1M6PSAXTmnnfQZKI0dzdc/2pKABjH2Qeb7zf48OXWWECWhUX mMOOs2xsBFLinPk29vL+SIoXy9by8ThUaRS5XHubBUub2fu9Wjs8wMBUYjiWhHlKfcXZ 0RkA== X-Gm-Message-State: ANhLgQ3opi3wilAlb9aFIQsRo08xV2kLlJASkxkVe/Ia9RnTsCA/j0gK pR22I2L9WGuWghkzzY9/EtA88YLoJLE= X-Google-Smtp-Source: ADFU+vvYgiVCSQR4gRQMFtLE6/t7HikSltqVdCe15P76liutNNHZF7qQK30dMI7WaeHzVzfn72HrDQ== X-Received: by 2002:ac8:1688:: with SMTP id r8mr7088292qtj.144.1583412506614; Thu, 05 Mar 2020 04:48:26 -0800 (PST) Received: from minid (cbl-45-2-119-47.yyz.frontiernetworks.ca. [45.2.119.47]) by smtp.gmail.com with ESMTPSA id o16sm15739607qke.35.2020.03.05.04.48.25 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 05 Mar 2020 04:48:25 -0800 (PST) From: Noam Postavsky References: <858sknajln.fsf@gmail.com> <87h7zbrxmw.fsf@metalevel.at> Date: Thu, 05 Mar 2020 07:48:25 -0500 In-Reply-To: <87h7zbrxmw.fsf@metalevel.at> (Markus Triska's message of "Fri, 28 Feb 2020 08:15:03 +0100") Message-ID: <877dzz7ysm.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Markus Triska writes: >> face-remap-add-relative destructively modifies the list value, so >> setting face-remapping-alist to a quoted literal gives unexpected >> results like this. > > Thank you for looking into this! Using copy-tree makes it work. > > However, I find it very unexpected that face remapping modifies a value > that appears as a literal constant in my own code. Is it possible to > make face remapping word without such destructive side-effects? I guess it should be easy enough to add a copy-tree call in face-remap-add-relative, but it looks like a couple of other functions also modify the value destructively. > Alternatively, would you please consider documenting how to work around > this, for example at the place where the sample snippet is mentioned? So updating the docs might be easier than trying to catch all the potential trouble spots. From unknown Tue Jun 24 03:26:28 2025 X-Loop: help-debbugs@gnu.org Subject: bug#39812: 26.1; face-remapping-alist is sometimes set to an unexpected value Resent-From: Noam Postavsky Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 30 Mar 2020 02:36:30 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39812 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Markus Triska Cc: 39812@debbugs.gnu.org Received: via spool by 39812-submit@debbugs.gnu.org id=B39812.158553573517415 (code B ref 39812); Mon, 30 Mar 2020 02:36:30 +0000 Received: (at 39812) by debbugs.gnu.org; 30 Mar 2020 02:35:35 +0000 Received: from mail-qk1-f169.google.com ([209.85.222.169]:42864) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jIMp7-0006KD-I3; Sat, 28 Mar 2020 21:33:13 -0400 Received: by mail-qk1-f169.google.com with SMTP id 139so5435424qkd.9; Sat, 28 Mar 2020 18:33:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=Y6wucv0jajAbQ6w9WRrYL8ChcfJsrDkRQXU7zd0QBxA=; b=ikrOrA7oWPmV8fF4aJEYt/PhScd1hcT6OnLA6o/IlrFyjUXiftw3grlYmUgLiqQJ4E 3bond1NCl/7XgBPCFpQZlFvUSyVD+ulDEtPgoWBO59yngW1k4w23Daz60gjgo4zhubdq DXssvLSvuqxgahxn0wzpbcxhSsb7p26MZdfXk+HtzjaF5cFoaiU3lt2bph8SyKrX4i8l 8e2MOmawHs+zeZIm9bXnj82ADbL/U6Qepnr+FAey5Ph4ShUhz5dcQEJYFU07HwpNvKWg bqRLBMJ7m0fjrxbOxOXSNEKq2IEJTkrFKFh4FBRLGMDis8G1ApymqiIEQD5s6J1Fo4N2 iQRQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=Y6wucv0jajAbQ6w9WRrYL8ChcfJsrDkRQXU7zd0QBxA=; b=ZLLo7p1jdc2GP4n3Xt4FV9S6sj8kc5i4NdbOW7jjszlJuq1GTGkRUM2Ek04WuHnKuN vTUiUBJY3c3cCJTxJ8wIP1y15EqY19uT8yunOu34XC61WfP5Gz2pckT0cbTMvdmsK1rw sfoyAJLkIuSDiTq/J+4xnVApSbSJwDf1D+r5uFkX2BxLRsJTv5o6Lc2W+RE98O2J+/xE 0ivocXK7rVtRwbHB2hzHxhPnFXpmYV11cWdvtyeOPeW0lsC47WEdT2GeFaE0qlQUU1dS W+fDu/Xf+mg+O37wTz+e20Lp7RCcNViHERx2xSP70408uTTlliQRbn8AnTSpbc64BIMj JyJQ== X-Gm-Message-State: ANhLgQ3VmWYMKHu5qMEBE8B0h96eZp89aeTA6TBU4G3g9xnT5zdPof/K YeU3mKEHB4au+6F6y2jXrpJDWXBT X-Google-Smtp-Source: ADFU+vv8pdOYkHtd15liZ27yKYXa2UDDVVl1ft7cObcyaJuGrBE/y6e7kbYmXFriBy7WVXoIRcel9g== X-Received: by 2002:a37:a1cc:: with SMTP id k195mr6249881qke.169.1585445587658; Sat, 28 Mar 2020 18:33:07 -0700 (PDT) Received: from minid (cbl-45-2-119-47.yyz.frontiernetworks.ca. [45.2.119.47]) by smtp.gmail.com with ESMTPSA id d72sm6979887qkg.102.2020.03.28.18.33.06 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 28 Mar 2020 18:33:06 -0700 (PDT) From: Noam Postavsky References: <858sknajln.fsf@gmail.com> <87h7zbrxmw.fsf@metalevel.at> <877dzz7ysm.fsf@gmail.com> Date: Sat, 28 Mar 2020 21:33:05 -0400 In-Reply-To: <877dzz7ysm.fsf@gmail.com> (Noam Postavsky's message of "Thu, 05 Mar 2020 07:48:25 -0500") Message-ID: <87wo74hrn2.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Mar 2020 01:33:14 -0000 close 39812 27.1 quit >> Alternatively, would you please consider documenting how to work around >> this, for example at the place where the sample snippet is mentioned? > So updating the docs might be easier than trying to catch all the > potential trouble spots. I've done that now on emacs-27. [1: ee47e00f4e]: 2020-03-28 21:22:49 -0400 Don't suggest setting face-remapping-alist to a literal (Bug#39812) https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=ee47e00f4e0a644a0948743ac43892710663b243>