From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?B?7KGw7ISx67mI?= Newsgroups: gmane.emacs.devel Subject: Re: [PATCH v5] Enable xwidgets on macOS Date: Thu, 1 Aug 2019 00:52:20 +0900 Message-ID: <1F11AEED-346F-47E7-8683-71BB51202386@icloud.com> References: <20190718192321.65684-1-pcr910303@icloud.com> <20190719041654.88561-1-pcr910303@icloud.com> <83pnm5t8ui.fsf@gnu.org> <20190729202649.GA89035@breton.holly.idiocy.org> Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="255759"; mail-complaints-to="usenet@blaine.gmane.org" Cc: Alan Third , Eli Zaretskii , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 31 17:53:57 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hsqvN-0014Po-5b for ged-emacs-devel@m.gmane.org; Wed, 31 Jul 2019 17:53:57 +0200 Original-Received: from localhost ([::1]:42004 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hsqvM-0005dy-0t for ged-emacs-devel@m.gmane.org; Wed, 31 Jul 2019 11:53:56 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36520) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hsqtw-0005bq-Ny for emacs-devel@gnu.org; Wed, 31 Jul 2019 11:52:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hsqtv-0001eR-R2 for emacs-devel@gnu.org; Wed, 31 Jul 2019 11:52:28 -0400 Original-Received: from st43p00im-ztbu10063601.me.com ([17.58.63.174]:33407) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hsqtv-0001dF-Ie for emacs-devel@gnu.org; Wed, 31 Jul 2019 11:52:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; t=1564588345; bh=pcodOnW1UXN4mvIyeKrlovP1HG9IDLH78a570JBHT+M=; h=Content-Type:Subject:From:Date:Message-Id:To; b=aoijsFfdIJqO4o80RaqHQ4jvYW4MMvw5UG4O82o8qaCJoKSSztVpumP3N8w/OT0Kk +BHKKtnaEV2Cef0S9rszWsUdJo+HRP8PIIXJPXdMP7udkJWAODGDvAJAKBj2ATIY+h 2S3gfwVU8WeF5iL2ZRGuDxo5KeZGV/zYJtln0QojMXYwA3LCQC0QsOue6avhPP7i4f xomkKzCejp8D+HlmGmCJrHRwvrUSfXKBWB5h4Fznu1jkKlRCfFPfrq5yrtBx87YGBS fJ27o7+8xoHk328v2nigSpwUFKAnXThj3ljZfbRTG7Jw2HVxDuXfo6Vv0RpkDa4mtL /CHxg7CrwFOoQ== Original-Received: from [192.168.0.11] (unknown [1.230.108.64]) by st43p00im-ztbu10063601.me.com (Postfix) with ESMTPSA id 47DF67003A1; Wed, 31 Jul 2019 15:52:23 +0000 (UTC) In-Reply-To: X-Mailer: Apple Mail (2.3445.9.1) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-07-31_08:, , signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 mlxscore=0 mlxlogscore=713 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1812120000 definitions=main-1907310158 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 17.58.63.174 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:239050 Archived-At: > 2019. 7. 31. =EC=98=A4=EC=A0=84 4:25, Stefan Monnier = =EC=9E=91=EC=84=B1: >=20 >> Hmm, how can that be possible? Is it possible to display text in the = same buffer excluding a specific window? >=20 > I don't know enough about the redisplay engine to give a precise = solution As me... :-( I really should be reading the display code. > but I'd expect that you can make the code insert appropriate glyphs = into the glyph matrix. Hmm, I'll try (but I would appreciate some pointers to start). > In the worst case, instead of text (which requires several glyphs) it = could insert a single "glyph" consisting in an XPM image (which would = indicate the error). >=20 > Stefan >=20