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: Desired behavior on splitting screens in xwidget Webkit Browser Date: Sat, 20 Jul 2019 00:41:11 +0900 Message-ID: <7534417B-6B8D-494C-AC0C-D361C6B3F5C0@icloud.com> 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="185020"; mail-complaints-to="usenet@blaine.gmane.org" To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 19 17:43:45 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 1hoV2u-000m1t-1I for ged-emacs-devel@m.gmane.org; Fri, 19 Jul 2019 17:43:44 +0200 Original-Received: from localhost ([::1]:46428 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hoV2s-0005fA-TC for ged-emacs-devel@m.gmane.org; Fri, 19 Jul 2019 11:43:42 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34769) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hoV2l-0005eq-6B for emacs-devel@gnu.org; Fri, 19 Jul 2019 11:43:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hoV2Y-00042I-C8 for emacs-devel@gnu.org; Fri, 19 Jul 2019 11:43:26 -0400 Original-Received: from st43p00im-ztdg10073201.me.com ([17.58.63.177]:55053) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hoV2V-0003Fk-N5 for emacs-devel@gnu.org; Fri, 19 Jul 2019 11:43:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; t=1563550876; bh=YlrM18S3HK/UzqofXKaBAXQ4AlE+hdVWjzpWB+Wp14s=; h=From:Content-Type:Subject:Message-Id:Date:To; b=d3BcJc4+6YGQElaQDrhDF57CDs0GJZnUhuav+kKA0wnXbJO4tb3mrkAGUuelTjoIv 1Ke9ZaFqBVGJIZvTHfZSEMj/5QaHp4FGWz6pcIt9hHYhhMh0Hd3F9kgRvC0opoykxU R30a55rJ5l3StjvFVbx2Q2V1KRrm74jDd8GkZ0g8qvZgTfrJnQ5VN5PZahVh7NuILR WYLoWA0ds3OMU2sPAVVbyqGEvEn7YknbnJNG5l2mW/L1SiKK0y0fYkL0ajPVz239Pp J2VzcDyCAu4NkeUFfiLBv2CTJzYQ/2cNRoX4SbjWwC8jhAzFHHxFBkMxZzQn2ob+JM k8NpVW6afoemg== Original-Received: from [192.168.0.11] (unknown [1.230.108.64]) by st43p00im-ztdg10073201.me.com (Postfix) with ESMTPSA id 411327203F7 for ; Fri, 19 Jul 2019 15:41:16 +0000 (UTC) X-Mailer: Apple Mail (2.3445.9.1) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-07-19_11:, , 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=485 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1812120000 definitions=main-1907190171 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 17.58.63.177 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:238706 Archived-At: I=E2=80=99m currently writing a patch to add the xwidget Webkit Browser = in macOS Cocoa. Currently, displaying one xwidgets in two different buffers is not = supported. In my current patch, I remap C-x 3 and C-x 4 to functions that create = another xwidget browser with the same URL, but it feels slow when using = and I found it tedious as I usually split my screen in half and switch = to another buffer. What should be the desired behavior when splitting buffers in the = xwidget Webkit Browser?=