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: Sun, 24 Nov 2024 20:52:36 +0200 Message-ID: <86v7wcihvv.fsf@gnu.org> References: <87iksc7cle.fsf@> 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="10343"; 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 Sun Nov 24 19:53:21 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 1tFHjV-0002Z0-5D for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 24 Nov 2024 19:53:21 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tFHiv-0005Rv-NA; Sun, 24 Nov 2024 13:52:46 -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 1tFHiq-0005Ra-Ku for help-gnu-emacs@gnu.org; Sun, 24 Nov 2024 13:52:40 -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 1tFHiq-0007sK-DA for help-gnu-emacs@gnu.org; Sun, 24 Nov 2024 13:52:40 -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=upx+nXTwTjeKouOc3HBwraPPAX/pwBpYuLGEwWToh7Y=; b=q5RHGTvDfbZ/rdsrLEE/ 8l4y+pqqMDV09yIWVdfXxXiJEWzcvTXUk3j7NaL5C8wfgCn8JBmDIY700ESunujs1J4d3uaBAtMec //HGifD7hMzD+LQDNfmt53AUQUNp7P+2xAAMj71hg7vaVbNNPuhUWNXQNh9IgkZMeJdLgxtlGVKd1 k3Gqfnbaha1kQFpAwmfEopw1owug66FeIw0Q03XkhJB7Khb8kKXqNN2Cs/ITfszY0g2vuSheQCHGz yK5N8MdpDTFPs2RagsrFB7S6493uUA7kqU8nqjKc0AeFu0q5+2ocN505URfQzZvQXudPOUyc4m/cR rnSmlBPsFP3dsA==; In-Reply-To: <87iksc7cle.fsf@> (message from =?utf-8?Q?Bj=C3=B6rn?= Bidar on Sun, 24 Nov 2024 19:42:21 +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:148377 Archived-At: > From: Björn Bidar > Date: Sun, 24 Nov 2024 19:42:21 +0200 > > > I noticed that font-lock mode isn't enable by default for autoconf-mode. How did you see that? Is that in "emacs -Q"? When I visit configure.ac in "emacs -Q", I do see font-lock, and major-mode is autoconf-mode. So I wonder how it doesn't work for you. > I also noticed that the fontification is rather limited. Feel free to submit a feature-request bug report with improvements in font-lock.