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: Rethinking the design of xwidgets Date: Thu, 15 Oct 2020 18:48:17 +0300 Message-ID: <835z7bxzge.fsf@gnu.org> References: <864kmzupp0.fsf@akirakyle.com> <835z7e2ouj.fsf@gnu.org> <86v9fet5sg.fsf@akirakyle.com> <86sgait1wt.fsf@akirakyle.com> <83ft6i0xth.fsf@gnu.org> <86k0vtu9i5.fsf@akirakyle.com> <83wnzszx2d.fsf@gnu.org> <865z7cba2j.fsf@akirakyle.com> <838sc7y1dk.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36379"; mail-complaints-to="usenet@ciao.gmane.io" Cc: qhong@mit.edu, monnier@iro.umontreal.ca, ak@akirakyle.com, emacs-devel@gnu.org To: Arthur Miller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 15 17:49:04 2020 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 1kT5V2-0009Ku-GJ for ged-emacs-devel@m.gmane-mx.org; Thu, 15 Oct 2020 17:49:04 +0200 Original-Received: from localhost ([::1]:59574 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kT5V1-0004pv-Jl for ged-emacs-devel@m.gmane-mx.org; Thu, 15 Oct 2020 11:49:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57064) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kT5U7-0004Nh-2q for emacs-devel@gnu.org; Thu, 15 Oct 2020 11:48:08 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53004) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kT5U4-0001Bn-Qc; Thu, 15 Oct 2020 11:48:05 -0400 Original-Received: from [176.228.60.248] (port=4868 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kT5U3-0000eN-KL; Thu, 15 Oct 2020 11:48:04 -0400 In-Reply-To: (message from Arthur Miller on Thu, 15 Oct 2020 17:20:17 +0200) 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:257747 Archived-At: > From: Arthur Miller > Cc: monnier@iro.umontreal.ca, ak@akirakyle.com, qhong@mit.edu, > emacs-devel@gnu.org > Date: Thu, 15 Oct 2020 17:20:17 +0200 > > > I'm not sure I understand the difficulty. You are ware that > > create-image can accept the image data directly, not as a file to > > read? > No I wasn't aware of it. I am not sure how I should pass an pixel array to > create-image & co. If it's a bitmap, it should be already possible. If it's something else, I'm afraid I don't understand what you are trying to do, and in what language.