From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: master 6e5d79c048: Display show-paren-context-when-offscreen in child frame Date: Mon, 07 Feb 2022 19:13:08 +0100 Message-ID: <867da6h7ez.fsf@gnu.org> References: <164414267475.11015.16458968298391656164@vcs2.savannah.gnu.org> <20220206101755.0EC03C002F9@vcs2.savannah.gnu.org> <871r0f7k6u.fsf@gnus.org> <87czjzlb1h.fsf@yahoo.com> <877da79p7y.fsf@gnu.org> <86leym6bxa.fsf@gnu.org> <8735kuah78.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28959"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: Po Lu , Lars Ingebrigtsen , emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Feb 07 19:17:03 2022 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 1nH8ZT-0007Mp-CQ for ged-emacs-devel@m.gmane-mx.org; Mon, 07 Feb 2022 19:17:03 +0100 Original-Received: from localhost ([::1]:38734 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nH8ZR-0006ZE-TI for ged-emacs-devel@m.gmane-mx.org; Mon, 07 Feb 2022 13:17:01 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:56704) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nH8WJ-0003tS-SK for emacs-devel@gnu.org; Mon, 07 Feb 2022 13:13:47 -0500 Original-Received: from [2001:470:142:3::e] (port=59882 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nH8WB-0006Yn-7h; Mon, 07 Feb 2022 13:13:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=4aiXAc8Hx82ZZHolq9ozuhTEwKP8VpidHZib4t4x9VU=; b=n+PC7NyKee/vuPNyrsQ2 Ae+GmHShWEF2yvoHp65oKw1movcnUwkDMi7FP3EyKDaoqUc5UZ3+TmTHh87D++oC7DtlqZYoMAT0s fd5DHRVZVLd3dKrJGv9Bv/JChKr5uUON4Kj06v1Z0cQbBxdNVIxY0Po1o1klLSwZ0G68mZCFv8dqA WMcp0PtIBxg6Swskg2KnF88kao6e1+/KR5EyHtlgwWPp8WYMw8fGarB3BGA1BWu20+S6/EVFYtUzE qrLUsk3klXp2QYZRq2O9wC3qvofZp5HbyZVCxg9yJr7CXG3gR2RWQaqevphOzOttbNhmltLGzcp/S wYqhZkcQ9gZr3w==; Original-Received: from p4fe3e9f7.dip0.t-ipconnect.de ([79.227.233.247]:61179 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nH8WA-00019h-Mh; Mon, 07 Feb 2022 13:13:38 -0500 In-Reply-To: <8735kuah78.fsf@gnu.org> (Tassilo Horn's message of "Mon, 07 Feb 2022 15:08:56 +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" Xref: news.gmane.io gmane.emacs.devel:286056 Archived-At: Tassilo Horn writes: > Here's a patch which implements both showing the context in an overlay > and in the header-line in addition to the already pushed child-frame > approach (just set show-paren-context-when-offscreen to either > 'child-frame, 'overlay, or 'header-line for comparison). I didn't try the patch in your other mail, but I presume you know that a tweak to `show-paren-context-when-offscreen' is missing in order to allow the new options. > With the child-frame approach, one can customize the > child-frame-border face's :background to get a nice and outstanding > look. Indeed, the usual customize options are missing, but I think that is still to come (and I would have asked for it :-) > So all in all, I still like the child-frame approach best but have no > problem with offering the other options as well. I'm using it on Windows and until now, I can't see any slowdowns. Best, Arash