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: How to tell if Emacs's built with GTK? [was: Using defcustom to set width and height for set-window-scroll-bars] Date: Wed, 15 May 2024 05:34:09 +0300 Message-ID: <86cypnvm5a.fsf@gnu.org> References: <86ttj0x6f0.fsf@gnu.org> <69Pjs-4kZqyOQpRdZWauTLDUuKuFYUSmHn2QGw6V5SMBZuLAzXgP3XdcnV10CNhsHCNyYMB8wd_W9cnedSb_AFqeu8ZOmgQ2eWihKa4vx3M=@protonmail.com> <0BTA_y1dgK0FoWDfmuCJg-RPPScCJxdL3aoYwi5bCCtjDtIul7T4QgC9Ws_6KeVu3rppVmcLiKNqrPO5ozqFTEb6N5l00fCwvrcB_3FDn9U=@protonmail.com> <86bk58wrlc.fsf@gnu.org> <87bk58zfeh.fsf@yahoo.com> <861q64wkto.fsf@gnu.org> <-HLQmWijdDaybndYeIrsRJ6Oz0tl8gh71ANWsgSrZWDq3_fGd7ez54GK20HVKTGPt_HKBlMSY1rdWRp4ffDnuZN0eRYJN99ipfGesxqAYxg=@protonmail.com> <86wmnwuyfx.fsf@gnu.org> <86h6f0uu6w.fsf@gnu.org> <86eda4urel.fsf@gnu.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="3346"; 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 Wed May 15 04:34:59 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 1s74Tq-0000bw-PC for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 15 May 2024 04:34:58 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s74T9-0002vE-GY; Tue, 14 May 2024 22:34:15 -0400 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 1s74T7-0002un-Fo for help-gnu-emacs@gnu.org; Tue, 14 May 2024 22:34:13 -0400 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 1s74T7-0001Ej-7n for help-gnu-emacs@gnu.org; Tue, 14 May 2024 22:34:13 -0400 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=MM2Qve5rIYv8y4E+RnTYN0XhvIbLxBDQ92yJI6sLniQ=; b=cgM0vEaw2gHACwW2gDiI OiD49jRlmlnVVBg9UhnWPphH71gr2rQL/vINu+F5qsy9CrU+8ChzkjY8sMDVRKpvcnwt43NomlLRr +w+8qGU4Cw4lsw7/9g5i0wFS40QZkQAvwws3ieK4QJnMsa6k6kwKXmpmP4IQg4L+shD8sV/uKXKzq umSlOhbMQOVNd325SazCJWOxX8VyHsQeSMgdR1+9TlU8hABV+P5iGFFh+SibUNLip2NW5TSH46tPW 6h8zTJQXjQfCxxIKMgZf4urhkRDAwq1qBfPwqpn0X5kJQz7/S5e+XX7J84+aBG4BAGzw+hIsRwlcJ TOtsmRJXGg5V0g==; In-Reply-To: (message from Pierre Rouleau on Tue, 14 May 2024 16:01:28 -0400) 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:146745 Archived-At: > From: Pierre Rouleau > Date: Tue, 14 May 2024 16:01:28 -0400 > Cc: help-gnu-emacs@gnu.org > > On Tue, May 14, 2024 at 3:26 PM Eli Zaretskii wrote: > > May I ask why you are asking these questions? > > Sure. > > Sometime ago, (can't remember why at the moment), I needed to > determine if the Emacs instance was built with --with-modules > configure switch. > At that time I looked for ways to determine that and did not really > find anything I could rely on. > > When I saw your previous message to Heime I asked the question > on GTK because it's another aspect of the build and assumed that > the information for modules might also be there. > I saw the "--with-modules" inside the system-configuration-options string variable > I just learned about and checked in several environments I use. > > Overall it's to learn and allow me to improve my environment and > Emacs-based project (PEL). > I want to learn more about the Emacs build process and > the various aspects; gccemacs, treesitter, LSP, etc... OK, thanks. Some features are seen via system-configuration, some via system-configuration-options, and some via system-configuration-features. Some are seen in more than one of these.