GNU bug report logs - #14582
24.3.50.1; Strange overlay behavior, when window-start is inside an overlay.

Previous Next

Package: emacs;

Reported by: E Sabof <esabof <at> gmail.com>

Date: Sun, 9 Jun 2013 09:14:02 UTC

Severity: normal

Found in version 24.3.50.1

Full log


Message #76 received at 14582 <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: larsi <at> gnus.org, esabof <at> gmail.com, 14582 <at> debbugs.gnu.org
Subject: Re: bug#14582: 24.3.50.1; Strange overlay behavior, when
 window-start is inside an overlay.
Date: Sun, 06 Feb 2022 03:54:10 +0100
Eli Zaretskii <eliz <at> gnu.org> writes:

> Thanks, should be fixed now.

Thank you.

Hmm - found another infloop, even without invisibility involved, when
narrowing:

#+begin_src emacs-lisp
(progn
  (dotimes (_ 100) (insert "\
\(defun foo (x y)
  1
  2)\n"))
  (setq make-window-start-visible t)
  (goto-char (point-min))
  (sit-for 1)
  (forward-line +12)
  (sit-for 1)
  (narrow-to-region (point) (save-excursion (forward-line 6) (point)))
  (sit-for 1)
  ;; (hs-minor-mode)
  ;; (hs-hide-all)
  )
#+end_src

Michael.




This bug report was last modified 3 years and 75 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.