unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#8952: GNU Emacs Bugs, Wishes, Etc.
@ 2011-06-28 18:20 Howard Persh
  2015-02-28  5:22 ` bug#8952: (no subject) Teika Kazura
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Howard Persh @ 2011-06-28 18:20 UTC (permalink / raw)
  To: 8952

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





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#8952: (no subject)
  2011-06-28 18:20 bug#8952: GNU Emacs Bugs, Wishes, Etc Howard Persh
@ 2015-02-28  5:22 ` Teika Kazura
  2017-02-12  2:39 ` bug#8952: GNU Emacs Bugs, Wishes, Etc npostavs
  2021-07-17 14:38 ` bug#8952: Allow narrowing to be window specific Lars Ingebrigtsen
  2 siblings, 0 replies; 5+ messages in thread
From: Teika Kazura @ 2015-02-28  5:22 UTC (permalink / raw)
  To: 8952

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.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#8952: GNU Emacs Bugs, Wishes, Etc.
  2011-06-28 18:20 bug#8952: GNU Emacs Bugs, Wishes, Etc Howard Persh
  2015-02-28  5:22 ` bug#8952: (no subject) Teika Kazura
@ 2017-02-12  2:39 ` npostavs
  2021-07-17 14:38 ` bug#8952: Allow narrowing to be window specific Lars Ingebrigtsen
  2 siblings, 0 replies; 5+ messages in thread
From: npostavs @ 2017-02-12  2:39 UTC (permalink / raw)
  To: Howard Persh; +Cc: howard.persh.us, 8952

retitle 8952 Allow narrowing to be window specific
quit

Howard Persh <hpersh@gmail.com> 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.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#8952: Allow narrowing to be window specific
  2011-06-28 18:20 bug#8952: GNU Emacs Bugs, Wishes, Etc Howard Persh
  2015-02-28  5:22 ` bug#8952: (no subject) Teika Kazura
  2017-02-12  2:39 ` bug#8952: GNU Emacs Bugs, Wishes, Etc npostavs
@ 2021-07-17 14:38 ` Lars Ingebrigtsen
  2021-07-17 21:30   ` Juri Linkov
  2 siblings, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2021-07-17 14:38 UTC (permalink / raw)
  To: Howard Persh; +Cc: howard.persh.us, 8952

Howard Persh <hpersh@gmail.com> 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





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#8952: Allow narrowing to be window specific
  2021-07-17 14:38 ` bug#8952: Allow narrowing to be window specific Lars Ingebrigtsen
@ 2021-07-17 21:30   ` Juri Linkov
  0 siblings, 0 replies; 5+ messages in thread
From: Juri Linkov @ 2021-07-17 21:30 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: Howard Persh, howard.persh.us, 8952

>> 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'.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-17 21:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-28 18:20 bug#8952: GNU Emacs Bugs, Wishes, Etc Howard Persh
2015-02-28  5:22 ` bug#8952: (no subject) Teika Kazura
2017-02-12  2:39 ` bug#8952: GNU Emacs Bugs, Wishes, Etc npostavs
2021-07-17 14:38 ` bug#8952: Allow narrowing to be window specific Lars Ingebrigtsen
2021-07-17 21:30   ` Juri Linkov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).