From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 5b3c4004a9 2/2: Remove calls to intern with a static string from code that runs on X Date: Tue, 20 Sep 2022 17:16:39 +0300 Message-ID: <83k05yw2pk.fsf@gnu.org> References: <166355307855.3830.3892166668612546304@vcs2.savannah.gnu.org> <20220919020439.67823C00874@vcs2.savannah.gnu.org> <874jx328ye.fsf@gnus.org> <877d1zsufw.fsf@yahoo.com> <87bkrbredr.fsf@yahoo.com> <878rmfpy2g.fsf@yahoo.com> <87fsgmn8cy.fsf@yahoo.com> <2b1180d2e5035730c58d@heytings.org> <87tu52lart.fsf@yahoo.com> <2b1180d2e5a07d0773c9@heytings.org> <87a66ul30g.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15723"; mail-complaints-to="usenet@ciao.gmane.io" Cc: gregory@heytings.org, larsi@gnus.org, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Sep 20 20:43:49 2022 Return-path: Envelope-to: ged-emacs-devel@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 1oaiDl-0003vO-0x for ged-emacs-devel@m.gmane-mx.org; Tue, 20 Sep 2022 20:43:49 +0200 Original-Received: from localhost ([::1]:46680 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oaiDk-0001Ty-2Z for ged-emacs-devel@m.gmane-mx.org; Tue, 20 Sep 2022 14:43:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40772) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oae3C-0006wq-Nq for emacs-devel@gnu.org; Tue, 20 Sep 2022 10:16:41 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51814) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oae3C-0004DY-9T; Tue, 20 Sep 2022 10:16:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=5iKJ4ONWOSPgivbbxJzE0/cJbe5ZJCEJSFzEgAeETPU=; b=E4bZ0772axWG wh9eEefyC2eokjRk+axexJ3CaWJYTIH1Ihuzm9nkFj2iWxfJPIQNeWFD/PJUl+6CzbtPehhmmxWNo LZCQxGvR4wTnwffanmwKIWSucJ3JgOhJIphiC+h2sJOMcesgwCx8Dy+iq82KXysjMKqBXRWALCE84 JXWIX7rU4D2NkLDAZC4FDwWADwHcUfDBe2JzRH0C+xW1iTxVsIXFBeUP4hk4ihaKT1kqglVxYXeW5 o71OzlA2dFj2//MD6NPSNrLd0UG6wAzpoZcVcCGZuu3UTd6oOlhCLgg9cmpnj+TOu4yvl5Wwnin5d P/xmBWXBWJU7gaJcDyMfyw==; Original-Received: from [87.69.77.57] (port=4876 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oae36-0007oL-QB; Tue, 20 Sep 2022 10:16:37 -0400 In-Reply-To: <87a66ul30g.fsf@yahoo.com> (message from Po Lu on Tue, 20 Sep 2022 19:05:35 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:295826 Archived-At: > From: Po Lu > Cc: Lars Ingebrigtsen , emacs-devel@gnu.org > Date: Tue, 20 Sep 2022 19:05:35 +0800 > > Gregory Heytings writes: > > > That question means "Can you please try to reproduce the issue with > > emacs -Q?". If not, it's probably something that is specific to your > > configuration. > > But it used to work. So this has broken how I work with Emacs, and I > want it changed. > > And no, it doesn't happen in emacs -Q. > > > There is nothing much different in that message from any other "echo" > > in other Makefiles, and I don't see why a leading indentation could > > change the way a pattern such as "[Makefile:412: advice-on-failure]" > > is detected and fontified. It seems like a bug somewhere. If you > > replace dashes with, say, '*', or '.', or numbers like "1." and "2.", > > is your problem solved? > > The problem seems to be indentation in the Makefile. This is a huge thread, with many messages unrelated to the problem you mention. I, for one, have no idea what problem happened to you and how it could be related to a bunch of comments. To make discussion of that problem more efficient, please submit a bug report with the details, and let's discuss this there. Thanks.