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.help Subject: Re: autoconf-mode fontification Date: Thu, 28 Nov 2024 09:32:56 +0200 Message-ID: <86o71zertj.fsf@gnu.org> References: <86v7wcihvv.fsf@gnu.org> <87y1145k1c.fsf@> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15643"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Nov 28 08:33:57 2024 Return-path: Envelope-to: geh-help-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 1tGZ2C-0003wo-G3 for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 28 Nov 2024 08:33:56 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tGZ1k-0004m1-3I; Thu, 28 Nov 2024 02:33:28 -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 1tGZ1d-0004lf-JM for help-gnu-emacs@gnu.org; Thu, 28 Nov 2024 02:33:23 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tGZ1Z-0000RS-Hv for help-gnu-emacs@gnu.org; Thu, 28 Nov 2024 02:33:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=L/SSMla+vzwGE5t4mlDd/AHpFMkv9IXYwOGWqX9oVUo=; b=kGoNQm9qBbLN739ZZLyj OTykUcujEo7aQRbds3EHj5w8B9Mj89iZM7uQRIiAS8iRbSjeCGYAIRDdJqjxQr0e8o+HHcPHpY3VY WD4oLY/taJ7GA2LNoOjmJhhpToXGFRGSPh3r0fO5Zg9Xolj1yb55xI+XWLcVW5JGdgMQcx78TcEPe M1xxJsY+9hz7FDMJ1bAGWDFWBfBtZtiO2vKROGnfxu3AqLXQ0w0wCuwa7uFdex2Q3iJNpe1jOVjUx xhnhG3kl96eKmSLc9pM0yZO/NvVeiKhu6QhKA2K8L3GJ+fAAcupPGsk83p436ktGQl5ns0HFgjWgO PqUFJGnLNRgwqA==; In-Reply-To: <87y1145k1c.fsf@> (message from =?iso-8859-1?Q?Bj=F6rn?= Bidar on Thu, 28 Nov 2024 01:33:35 +0200) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:148427 Archived-At: > From: Björn Bidar > Cc: help-gnu-emacs@gnu.org > Date: Thu, 28 Nov 2024 01:33:35 +0200 > > > > Ah I got what was different. > > With Emacs -Q I was using the builtin autoconf mode while currently I'm > using the autoconf-mode.el from the autoconf package. > > Once I switched over that mode to also use derived-mode and be closer to > what m4-mode does even that one worked again: OK, this explains why I couldn't reproduce the issues you reported. Maybe the Autoconf developers should be advised not to distribute their mode, if it is incompatible with the recent versions of Emacs and/or is much less capable?