From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Brennan Vincent Newsgroups: gmane.emacs.bugs Subject: bug#61521: "default" is now the first item returned from (font-faces), breaking various code. Date: Tue, 14 Feb 2023 20:06:51 -0500 Message-ID: <3b75cf10-6125-608c-a506-323ce09846c7@umanwizard.com> References: <7fe5e80d-761f-cc2d-12a1-65b2b5781c39@umanwizard.com> <9e9ed8043f57226204db@heytings.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20554"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Cc: 61521@debbugs.gnu.org To: Gregory Heytings Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Feb 15 02:08:29 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pS6Hb-000569-Gr for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 15 Feb 2023 02:08:27 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pS6HG-00077h-NA; Tue, 14 Feb 2023 20:08:06 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pS6HD-000775-RC for bug-gnu-emacs@gnu.org; Tue, 14 Feb 2023 20:08:04 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pS6HD-0005sI-1S for bug-gnu-emacs@gnu.org; Tue, 14 Feb 2023 20:08:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pS6HC-0000ZJ-PB for bug-gnu-emacs@gnu.org; Tue, 14 Feb 2023 20:08:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Brennan Vincent Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 15 Feb 2023 01:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61521 X-GNU-PR-Package: emacs Original-Received: via spool by 61521-submit@debbugs.gnu.org id=B61521.16764232412120 (code B ref 61521); Wed, 15 Feb 2023 01:08:02 +0000 Original-Received: (at 61521) by debbugs.gnu.org; 15 Feb 2023 01:07:21 +0000 Original-Received: from localhost ([127.0.0.1]:57421 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pS6GW-0000Y7-Ly for submit@debbugs.gnu.org; Tue, 14 Feb 2023 20:07:20 -0500 Original-Received: from smtp.umanwizard.com ([54.203.248.109]:16926) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pS6GV-0000Xu-20 for 61521@debbugs.gnu.org; Tue, 14 Feb 2023 20:07:19 -0500 Original-Received: from [192.168.1.253] ([70.18.6.196]) by umanwizard.com ; 15 Feb 2023 01:06:55 +0000 X-Fes-Received-For: 61521@debbugs.gnu.org X-Fes-Received-From: Content-Language: en-US In-Reply-To: <9e9ed8043f57226204db@heytings.org> X-Fes-Encrypted: true X-Fes-Ehlo-Domain: [192.168.1.253] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:255656 Archived-At: On 2023-02-14 20:00, Gregory Heytings wrote: > >> >> Various code seems to expect "default" to be the /last/ item in the list >> returned by that function, not the first. For example, this comment in faces.el: >> > > Can you perhaps clarify what you mean by "that function"?  The subject line of > your bug report mentions 'font-faces', but no such function exists in Emacs. > Apologies: I meant to write "face-list".