From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Request for pointers and advice: displaying several buffers inside a single window Date: Mon, 13 Apr 2020 02:54:05 +0300 Organization: LINKOV.NET Message-ID: <871roscl16.fsf@mail.linkov.net> References: <83a73swwd7.fsf@gnu.org> <87wo6nxsjz.fsf@localhost> <83d08fmgul.fsf@gnu.org> <87tv1rxmgc.fsf@localhost> <83a73jmcyo.fsf@gnu.org> <87pncfxk4m.fsf@localhost> <87mu7jxi64.fsf@localhost> <87eesuxwzt.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="56205"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: casouri@gmail.com, dim1212k@gmail.com, yantar92@gmail.com, emacs-devel@gnu.org, adam@alphapapa.net, eliz@gnu.org, Drew Adams To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Apr 13 02:19:06 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 1jNmob-000EVB-Qh for ged-emacs-devel@m.gmane-mx.org; Mon, 13 Apr 2020 02:19:05 +0200 Original-Received: from localhost ([::1]:39030 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jNmoa-0001Hy-R3 for ged-emacs-devel@m.gmane-mx.org; Sun, 12 Apr 2020 20:19:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58600) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jNmo3-0000rv-4U for emacs-devel@gnu.org; Sun, 12 Apr 2020 20:18:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jNmo1-0002aD-Tf for emacs-devel@gnu.org; Sun, 12 Apr 2020 20:18:30 -0400 Original-Received: from relay12.mail.gandi.net ([217.70.178.232]:33371) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jNmo0-0002Yx-Im; Sun, 12 Apr 2020 20:18:28 -0400 Original-Received: from mail.gandi.net (m91-129-99-85.cust.tele2.ee [91.129.99.85]) (Authenticated sender: juri@linkov.net) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 9D3C6200002; Mon, 13 Apr 2020 00:18:23 +0000 (UTC) In-Reply-To: (Richard Stallman's message of "Sat, 11 Apr 2020 22:42:42 -0400") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.178.232 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:246876 Archived-At: > > v - isearchp-toggle-anti-zones-invisible > > V - isearchp-toggle-zones-invisible > > ~ - isearchp-toggle-complementing-domain > > d - isearchp-toggle-dimming-outside-search-area > > Can anyone come up with a simpler interface for this? > One that reduces the amount that a user needs to memorize > before using the feature? Isearch keybindings could be on the M-s prefix key. query-replace already supports zones (as a subset of rectangular regions), so isearch could as well.