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: GUI and redisplay work (was: SVG widget in GNU Emacs) Date: Tue, 26 Oct 2021 16:19:25 +0300 Message-ID: <837ddzzzxe.fsf@gnu.org> References: <87bl3kcrpl.fsf@yahoo.com> <83ilxrc2ys.fsf@gnu.org> <875ytrc168.fsf@yahoo.com> <83a6j3c092.fsf@gnu.org> <87wnm7al92.fsf@yahoo.com> <835ytrbx8s.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31534"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, ak@akirakyle.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 26 15:21:09 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 1mfMO4-00081E-Nm for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Oct 2021 15:21:08 +0200 Original-Received: from localhost ([::1]:33532 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mfMO2-0002oT-Qf for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Oct 2021 09:21:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33780) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfMMU-0001jn-ER for emacs-devel@gnu.org; Tue, 26 Oct 2021 09:19:30 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55424) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfMMT-00075w-QW; Tue, 26 Oct 2021 09:19:29 -0400 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=H6g7tBkuyPSaw3PEZ4CxGjYWzgl+VcPHEHrl6ke3X04=; b=cLtF/nAH7ivi xeLmCjiLyENkDXSDx4gPDZwx8vEbImCdqwSi7r68Plp9+rmSZh/ZqB0BP/nEHUNixgnDsFYNWhG6O uMt9pF9akLJewumL8qmGoY/enJoB61591mISfpKjiQXzQN0HaCsQr8TA80JHQASxZT3082iE7yXFs hsX3tZizgRRkpa9rZqc2FzNjbj5t2iefVoavUOWOSCm3xY5DmAzqATgN5frrB6caOAk+nr50vX0W1 A/e7kat07NeDP+KAhcqZwt9KDiji46TtXgf3wWch3T7Uk8higfFhDwkJBDwerNsF1uYr3rGSzi2qe lP+ZOTpo92LglBFQ1v8K2w==; Original-Received: from [87.69.77.57] (port=1487 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 1mfMMT-0003FL-9x; Tue, 26 Oct 2021 09:19:29 -0400 In-Reply-To: (message from Stefan Monnier on Tue, 26 Oct 2021 08:32:15 -0400) 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:277850 Archived-At: > From: Stefan Monnier > Cc: Eli Zaretskii , Po Lu , Emacs > developers > Date: Tue, 26 Oct 2021 08:32:15 -0400 > > 2- It needs to support all the features that we currently support. > Most engines provide *different* features from the ones we have, > rather than just strictly more. What's more, most of the features Stefan has in mind must be exposed to Lisp, because without that Emacs will not be Emacs.