From unknown Wed Jun 25 10:52:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8952: GNU Emacs Bugs, Wishes, Etc. Resent-From: Howard Persh Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 28 Jun 2011 19:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 8952 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 8952@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Reply-To: howard.persh.us@member.mensa.org Received: via spool by submit@debbugs.gnu.org id=B.13092880212516 (code B ref -1); Tue, 28 Jun 2011 19:07:02 +0000 Received: (at submit) by debbugs.gnu.org; 28 Jun 2011 19:07:01 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qbdci-0000eW-IV for submit@debbugs.gnu.org; Tue, 28 Jun 2011 15:07:01 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qbcto-0005gk-22 for submit@debbugs.gnu.org; Tue, 28 Jun 2011 14:20:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qbcth-0000u4-Cs for submit@debbugs.gnu.org; Tue, 28 Jun 2011 14:20:30 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID, T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:54774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qbcth-0000tz-1h for submit@debbugs.gnu.org; Tue, 28 Jun 2011 14:20:29 -0400 Received: from eggs.gnu.org ([140.186.70.92]:34368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qbctf-0001tA-FR for bug-gnu-emacs@gnu.org; Tue, 28 Jun 2011 14:20:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qbctd-0000su-9E for bug-gnu-emacs@gnu.org; Tue, 28 Jun 2011 14:20:27 -0400 Received: from mail-qw0-f41.google.com ([209.85.216.41]:54989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qbctc-0000sn-JC for bug-gnu-emacs@gnu.org; Tue, 28 Jun 2011 14:20:25 -0400 Received: by qwa26 with SMTP id 26so344243qwa.0 for ; Tue, 28 Jun 2011 11:20:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=z0CFNqa0LZ3GIsZxM/xpC411gEYxLtprGRGMeBbM2qI=; b=ssSU1eDS48cY2LRE96lzKlN4E/+YCAt9E4vubW9D4zT63Dcei2Be5Ll06Iegza/08f I6av+nIksfExGkDEvZbaSM6WJPPlvF1yUZUGJb0WvGboMLTXLQhW5xOVHZaahXf136xT ivigWjw/f99dnpgnbPd/d0bndunJ8DHvlV44A= MIME-Version: 1.0 Received: by 10.229.7.137 with SMTP id d9mr5866317qcd.251.1309285223362; Tue, 28 Jun 2011 11:20:23 -0700 (PDT) Received: by 10.229.229.201 with HTTP; Tue, 28 Jun 2011 11:20:23 -0700 (PDT) Date: Tue, 28 Jun 2011 11:20:23 -0700 Message-ID: From: Howard Persh Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.9 (-----) X-Mailman-Approved-At: Tue, 28 Jun 2011 15:06:58 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) Hello, here are a few things I have observed about Emacs (GNU Emacs 23.1.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars) of 2009-08-04 on mon-irva-35). Bugs: (1) query-replace immediately after narrow-to-region seems unreliable -- first time, it will not find the search string, but after an immediate second attempt, it will. Wish list: (1) Narrowing being a per-window operation, not per-buffer (currently, narrowing in one window affects all windows viewing same buffer). More way-out wish list: (1) Many years ago, I worked on IBM mainframes. There was an editor called XEDIT, which ran under CMS. One really, really nice feature of XEDIT that I would love to see Emacs adopt is keeping the current line (line with the edit cursor) on the middle (vertically) line of the window. Maybe this could be a minor mode...? Personally, I find this a much easier way to present and edit a file... Thanks for the great work! -- Howard ----------------------------------- Howard Persh Email: howard.persh.us@member.mensa.org Yahoo IM: hpersh From unknown Wed Jun 25 10:52:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8952: (no subject) References: In-Reply-To: Resent-From: Teika Kazura Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 28 Feb 2015 05:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8952 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 8952@debbugs.gnu.org Received: via spool by 8952-submit@debbugs.gnu.org id=B8952.14251009884708 (code B ref 8952); Sat, 28 Feb 2015 05:24:01 +0000 Received: (at 8952) by debbugs.gnu.org; 28 Feb 2015 05:23:08 +0000 Received: from localhost ([127.0.0.1]:60333 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YRZrn-0001Ds-Nl for submit@debbugs.gnu.org; Sat, 28 Feb 2015 00:23:07 -0500 Received: from mout.gmx.com ([74.208.4.201]:65107) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YRZrl-0001DH-Cu for 8952@debbugs.gnu.org; Sat, 28 Feb 2015 00:23:05 -0500 Received: from localhost ([123.218.231.213]) by mail.gmx.com (mrgmxus001) with ESMTPSA (Nemesis) id 0LaX29-1XnLI53oGV-00mLUE; Sat, 28 Feb 2015 06:22:59 +0100 Date: Sat, 28 Feb 2015 14:22:50 +0900 (JST) Message-Id: <20150228.142250.1631693241111269407.teika@gmx.com> From: Teika Kazura Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:MwZuoeJxazdKjVRb7MxmwWslNrfNES9vrhNX8WhLxK+jQF67jqY tym4+f83W8K4gKs7/fJ/lJ8/raAZ9dHNJRHelDiorhNXBHld4eWgOZp6lcakWcwQLpT7Hhu cXjQ1wkEmyMjIf+X2DxslK78P0ZJFTthULR5uEOr5nCJvN9kpz206hA+LwoVO+E/bizbnwS J3UfQT2X/ELG/FC5+4sXg== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Howard, it's not a bug (in a narrow sense). See bug #13178 at http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13178 I had been suffering from the same issue for years. ;-) Regards. [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (teika[at]gmx.com) -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [74.208.4.201 listed in list.dnswl.org] -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -0.0 SPF_PASS SPF: sender matches SPF record 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Howard, it's not a bug (in a narrow sense). See bug #13178 at http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13178 I had been suffering from the same issue for years. ;-) Regards. [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [74.208.4.201 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (teika[at]gmx.com) -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -0.0 SPF_PASS SPF: sender matches SPF record 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject Howard, it's not a bug (in a narrow sense). See bug #13178 at http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13178 I had been suffering from the same issue for years. ;-) Regards. From unknown Wed Jun 25 10:52:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8952: GNU Emacs Bugs, Wishes, Etc. Resent-From: npostavs@users.sourceforge.net Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 12 Feb 2017 02:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8952 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Howard Persh Cc: howard.persh.us@member.mensa.org, 8952@debbugs.gnu.org Received: via spool by 8952-submit@debbugs.gnu.org id=B8952.148686709718821 (code B ref 8952); Sun, 12 Feb 2017 02:39:01 +0000 Received: (at 8952) by debbugs.gnu.org; 12 Feb 2017 02:38:17 +0000 Received: from localhost ([127.0.0.1]:36096 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cck3M-0004tQ-Ov for submit@debbugs.gnu.org; Sat, 11 Feb 2017 21:38:16 -0500 Received: from mail-io0-f194.google.com ([209.85.223.194]:33077) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cck3K-0004t9-Td; Sat, 11 Feb 2017 21:38:15 -0500 Received: by mail-io0-f194.google.com with SMTP id 101so9381031iom.0; Sat, 11 Feb 2017 18:38:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=Z77Q9T0ab52Gk71yw5ysdfvZ2HFhtUKGA7pd9T3iHZs=; b=rDjvFjAcPBX5XIK263mgTyWMfLXOAXYR3PyP1bLwqvWJmFPmMbIRwQ1xsDKwVXd/hu 1t6MmV7HNpGRWoUOiFenuBKQF38q+np4P0M9my/drtgDeFXrnqTrDT9fwJFD/90eCMjs dRYK0iBWydmHWdGKOSWHq3gaMI+T/lnT9QLbTrXPni76XmYz46rsAC6Fk1MZ9Ifwzop8 9R26o9e2l5cHr0tuxYcL4fQYsg3bqXHJmMtLLkrEUJoGACs3l9xGFPrlChkGlpfaAVcT ybMum6blMnZCY7j5r5qlahDSSX13IbcZEVdnJ0Qpiaivo0GJSRSmZpkUFWqKXQ+dxm1s yKiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=Z77Q9T0ab52Gk71yw5ysdfvZ2HFhtUKGA7pd9T3iHZs=; b=rV12RnRnSM0s2MIMDxpeBwvsySzFdFZahR6JynzYd0B8s1ixL6JeSDyP89Koem6exU PBYySD64EOrV5ATfFRn0fDRIeeL6TBiLhkEPV0E6Zrtd98JAGtaNA0xeZnWiiJksbzIm rKKcGvH24NWYRbF+3yaV5KdGjwA7Ho2341oisAmQCfL33aGmJ2Mas+vkfX09TO+2XD+z 5HBn6teWhXrRuWxDVCX9Z5CJpHMNzFAt1dqxWi06PjzoG1T4Czghn9wbQw52OzGuHH+u UTCoOW3HxMeNmROZ1lQdHDrAKcI4R6ShO2iYl+da3RfDqgTSX0vq1/VpZwA/WyIOVAXF 30Pg== X-Gm-Message-State: AMke39n7HfnEKyVAehIwnxN+hd71rgI5kJ8sL9yu49mYF8N/jas4ZNV9ts4B+TWmCaK6gw== X-Received: by 10.107.173.133 with SMTP id m5mr16642559ioo.186.1486867089329; Sat, 11 Feb 2017 18:38:09 -0800 (PST) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id g204sm2074592ita.31.2017.02.11.18.38.08 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 11 Feb 2017 18:38:08 -0800 (PST) From: npostavs@users.sourceforge.net References: Date: Sat, 11 Feb 2017 21:39:19 -0500 In-Reply-To: (Howard Persh's message of "Tue, 28 Jun 2011 11:20:23 -0700") Message-ID: <87tw80ku94.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.4 (-) retitle 8952 Allow narrowing to be window specific quit Howard Persh writes: > (1) query-replace immediately after narrow-to-region seems unreliable > -- first time, it will not find the search string, but after an > immediate second attempt, it will. Covered by #13178. > > Wish list: > (1) Narrowing being a per-window operation, not per-buffer (currently, > narrowing in one window affects all windows viewing same buffer). I'm retitling to this, but I suspect it will be too difficult to implement. > More way-out wish list: > (1) Many years ago, I worked on IBM mainframes. There was an editor > called XEDIT, which ran under CMS. One really, really nice feature of > XEDIT that I would love to see Emacs adopt is keeping the current line > (line with the edit cursor) on the middle (vertically) line of the > window. Maybe this could be a minor mode...? Personally, I find this > a much easier way to present and edit a file... Covered by #5718. From unknown Wed Jun 25 10:52:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8952: Allow narrowing to be window specific Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 17 Jul 2021 14:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8952 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Howard Persh Cc: howard.persh.us@member.mensa.org, 8952@debbugs.gnu.org Received: via spool by 8952-submit@debbugs.gnu.org id=B8952.162653269826761 (code B ref 8952); Sat, 17 Jul 2021 14:39:01 +0000 Received: (at 8952) by debbugs.gnu.org; 17 Jul 2021 14:38:18 +0000 Received: from localhost ([127.0.0.1]:54503 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4lSL-0006xZ-Tl for submit@debbugs.gnu.org; Sat, 17 Jul 2021 10:38:18 -0400 Received: from quimby.gnus.org ([95.216.78.240]:52262) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4lSJ-0006xI-GY for 8952@debbugs.gnu.org; Sat, 17 Jul 2021 10:38:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=EecXxJjwhZwhRIQs8f7pim6T9A0r4otG9EvtwW25VGM=; b=gHxo0bRQlsfTAU2bDqpMzKlLz3 sLk/5te5O4ChJRJ2TOj1nGeCWuqEpMT749HtIypV93L2RumPVyBjtcIFvXWWYnfiHLhaM4GWoGWJm cQjJK+DHb7919MGRzisiU8cilEG5TgeZbQXBqJDPUYPGz502yNIx0nxwGgib0pOnPX7c=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m4lSA-00087O-T4; Sat, 17 Jul 2021 16:38:09 +0200 From: Lars Ingebrigtsen References: X-Now-Playing: Tarek Atoui's _Mort Aux Vaches_: "(untitled)" Date: Sat, 17 Jul 2021 16:38:06 +0200 In-Reply-To: (Howard Persh's message of "Tue, 28 Jun 2011 11:20:23 -0700") Message-ID: <87eebx3t0x.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Howard Persh writes: > Wish list: > (1) Narrowing being a per-window operation, not per-buffer (currently, > narrowing in one window affects all windows viewing same buffer). The other things in this bug report have already been covered, apparently, which leaves this wishlist item. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Howard Persh writes: > Wish list: > (1) Narrowing being a per-window operation, not per-buffer (currently, > narrowing in one window affects all windows viewing same buffer). The other things in this bug report have already been covered, apparently, which leaves this wishlist item. I don't think it's feasible to implement this, though. The narrowing is intimately tied to the buffer object internally, and I think undoing that coupling would be very problematic. As I think there can't be any progress on this, I'm closing this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 17 10:38:22 2021 Received: (at control) by debbugs.gnu.org; 17 Jul 2021 14:38:22 +0000 Received: from localhost ([127.0.0.1]:54506 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4lSQ-0006xp-4E for submit@debbugs.gnu.org; Sat, 17 Jul 2021 10:38:22 -0400 Received: from quimby.gnus.org ([95.216.78.240]:52276) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4lSP-0006xR-5P for control@debbugs.gnu.org; Sat, 17 Jul 2021 10:38:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=K0+jNklI+ppkRI7uvrPiM+0Ubw+br1ULWE20n7fUiMY=; b=rQHk8nhg8bLTXTsT0eu3GG2Nj4 3lclnNJkKDCnHz5Enf8UFjdBBQ0COzA11sMBOdJXS9Rwhvn8X4VpbNrN4zdIoyqX8tq1IAw8Xrla/ 2JjLlS3qr7VrgfgFWC5D/r0mCWrmhn4iKETctw6ML55mWJBN4bDc6zPofLxogfWL4i2I=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m4lSH-00087Y-J4 for control@debbugs.gnu.org; Sat, 17 Jul 2021 16:38:15 +0200 Date: Sat, 17 Jul 2021 16:38:13 +0200 Message-Id: <87czrh3t0q.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #8952 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 8952 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 8952 quit From unknown Wed Jun 25 10:52:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8952: Allow narrowing to be window specific Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 17 Jul 2021 21:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8952 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Ingebrigtsen Cc: Howard Persh , howard.persh.us@member.mensa.org, 8952@debbugs.gnu.org Received: via spool by 8952-submit@debbugs.gnu.org id=B8952.16265587382223 (code B ref 8952); Sat, 17 Jul 2021 21:53:01 +0000 Received: (at 8952) by debbugs.gnu.org; 17 Jul 2021 21:52:18 +0000 Received: from localhost ([127.0.0.1]:54711 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4sEM-0000Zm-DD for submit@debbugs.gnu.org; Sat, 17 Jul 2021 17:52:18 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:45055) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4sEJ-0000ZW-Nt for 8952@debbugs.gnu.org; Sat, 17 Jul 2021 17:52:16 -0400 Received: (Authenticated sender: juri@linkov.net) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 97410FF805; Sat, 17 Jul 2021 21:52:07 +0000 (UTC) From: Juri Linkov Organization: LINKOV.NET References: <87eebx3t0x.fsf@gnus.org> Date: Sun, 18 Jul 2021 00:30:15 +0300 In-Reply-To: <87eebx3t0x.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 17 Jul 2021 16:38:06 +0200") Message-ID: <87y2a4d4m4.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) >> Wish list: >> (1) Narrowing being a per-window operation, not per-buffer (currently, >> narrowing in one window affects all windows viewing same buffer). > > The other things in this bug report have already been covered, > apparently, which leaves this wishlist item. > > I don't think it's feasible to implement this, though. The narrowing is > intimately tied to the buffer object internally, and I think undoing > that coupling would be very problematic. As I think there can't be any > progress on this, I'm closing this bug report. Anyone can write a package (if not already) that puts window-local overlays with the 'invisible' property, thus emulating 'narrow'.