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: svg library ideas Date: Fri, 03 Feb 2023 10:00:24 +0200 Message-ID: <83sffnuqjr.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16065"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, luangruo@yahoo.com, rms@gnu.org To: Pedro Andres Aranda Gutierrez Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Feb 03 09:01:23 2023 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 1pNr0c-00045I-9v for ged-emacs-devel@m.gmane-mx.org; Fri, 03 Feb 2023 09:01:22 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pNqzw-0006QJ-0q; Fri, 03 Feb 2023 03:00:45 -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 1pNqzn-0006Ng-S4 for emacs-devel@gnu.org; Fri, 03 Feb 2023 03:00:31 -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 1pNqzn-0000hk-41; Fri, 03 Feb 2023 03:00:31 -0500 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=1SxSJNopcMpqSN9n6YPxejkckBIBo0uWBGiEgcZRRmk=; b=XT2QGUnEwL7X 2CiWdHUt2TY0rs07HEgOlv575uotxU+Ta8ousstJLSS2w7q0bwJuyGFb6Zdb/2BouqQTQQoKtNsd2 V1PvrbeAjVz66nf+g8HI3fMb+vt2nxEgx5Ehj/XjRSwBkWNao33KwrZq8CT9MNloY8Ft8+d+0SPrO cg9SZWY9fekBYoLjZuH3/u02a/BzF0vWdzBxvVV/bKfkuGhTbxtgZXAMTr38fB3tLdNdYMmbngovW 1E2R/X9zol5Y5/lGaDxPn6t8nCDuuo+LQpYPBCSWG/KQpx32uW4Kv0tHLKiYjF8sWHZDlGJPxNBZP v1wljQrCL1a45dnOj5irEw==; Original-Received: from [87.69.77.57] (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 1pNqzd-00031t-B0; Fri, 03 Feb 2023 03:00:23 -0500 In-Reply-To: (message from Pedro Andres Aranda Gutierrez on Fri, 3 Feb 2023 07:39:04 +0100) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:302917 Archived-At: > From: Pedro Andres Aranda Gutierrez > Date: Fri, 3 Feb 2023 07:39:04 +0100 > > > Building anything with Rust also involves downloading a lot of binary > code off the internet, and I am not quite comfortable with that. > > And, on top, it's extremely painful in platforms were librsvg is not available. Would it make sense to look at > using the ICEWM library in Emacs as an alternative? Downloading and compiling it as part of the process of > building Emacs seems less painful than building librsvg... AFAIU, IceWM is an X11 window manager, so how could it be an alternative for librsvg, which is a library for displaying SVG images?