From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.devel Subject: Re: [feature/dll-only-windows] A new windows build, comments wanted Date: Sat, 9 Jan 2021 20:47:41 +0000 Message-ID: References: <87pn2dq3xv.fsf@russet.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26466"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Phillip Lord Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 09 21:48:43 2021 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 1kyLAB-0006oe-7F for ged-emacs-devel@m.gmane-mx.org; Sat, 09 Jan 2021 21:48:43 +0100 Original-Received: from localhost ([::1]:43504 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kyLAA-0005xs-8c for ged-emacs-devel@m.gmane-mx.org; Sat, 09 Jan 2021 15:48:42 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44414) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kyL9M-0005Xn-T0 for emacs-devel@gnu.org; Sat, 09 Jan 2021 15:47:53 -0500 Original-Received: from outbound.soverin.net ([2a01:4f8:fff0:2d:8::218]:51293) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kyL9K-0004pk-KW for emacs-devel@gnu.org; Sat, 09 Jan 2021 15:47:52 -0500 Original-Received: from smtp.soverin.net (unknown [10.10.3.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id 895D560199; Sat, 9 Jan 2021 20:47:43 +0000 (UTC) Original-Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.138]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1610225263; bh=rR0XPG+Kt4BJDpDctNc9MuI8HNxZEBwWmcCkgQ3fs/s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oj97JfVVEiiBNbQyYFiU0pCOew6VcqzUdDOPmlfBG/8KagbGICyz2vDpfnecZX91K yooTrLRxAJPPhOiFr+aEaxNym44YLtggveKA9xrexe5daA6ZGGK1OKe7Ar6OB2wjGO 8yjeyMfy8hl6TBF/f/8XHrE3ah7LMtW6QwY6QY2eHjMGvneOHgR4cmdwW59Tv0bFGJ zG2n8+6G/lWOAAKt0YKpV74sklg/aUwqXlDG5M+SU2mQXgFhRvrlRbRdCl3pIT+uvq gpJL9Jl751j9qECVNdvV5gp0MyCWO2q3q9a+h7ctUzzBm8pVrZKTiV7txw3XrHLc7w YAdJ71bkckk+g== Original-Received: by breton.holly.idiocy.org (Postfix, from userid 501) id 574F42029C7B94; Sat, 9 Jan 2021 20:47:41 +0000 (GMT) Mail-Followup-To: Alan Third , Phillip Lord , emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: <87pn2dq3xv.fsf@russet.org.uk> Received-SPF: pass client-ip=2a01:4f8:fff0:2d:8::218; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:262816 Archived-At: On Sat, Jan 09, 2021 at 07:57:00PM +0000, Phillip Lord wrote: > > 3) Currently the "no-deps" version actually includes libXpm. Emacs > starts without it, but looks ugly. I would like to no longer special > case libXpm and just make the "no-deps" download really include no > deps. I think this is reasonable, because this download is now, really > special purpose and "with-deps" is the default. Do you even really need libXpm? We manage without it on NS and Cairo builds by using the built-in functions at src/image.c:4671. Perhaps that could be extended to Windows as well? -- Alan Third