unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#56837: 28.1.90; `current-indentation' sometimes returns zero inside invisible text
@ 2022-07-30  7:56 Ihor Radchenko
  2022-07-30  8:51 ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Ihor Radchenko @ 2022-07-30  7:56 UTC (permalink / raw)
  To: 56837

Hi,

Try to do the following:
1. emacs -Q
2. M-x outline-mode
3. Insert

* something
  a
* else

4. Move point to "* <point>something"
5. <TAB> to fold the outline
6. M-: (save-excursion (search-forward " a") (current-indentation))
   ;; => 2
7. M-: (remove-from-invisibility-spec '(outline . t))
8. M-: (add-to-invisibility-spec '(outline))
9. M-: (save-excursion (search-forward " a") (current-indentation))
   ;; => 0; expected: => 2

First reported in https://orgmode.org/list/87k0h49s7z.fsf@localhost   

Best,
Ihor






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

end of thread, other threads:[~2022-07-31  8:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-30  7:56 bug#56837: 28.1.90; `current-indentation' sometimes returns zero inside invisible text Ihor Radchenko
2022-07-30  8:51 ` Eli Zaretskii
2022-07-30  9:08   ` Ihor Radchenko
2022-07-30 10:08     ` Eli Zaretskii
2022-07-30 11:27       ` Ihor Radchenko
2022-07-30 11:38         ` Eli Zaretskii
2022-07-30 11:49           ` Ihor Radchenko
2022-07-30 13:25             ` Eli Zaretskii
2022-07-30 16:35           ` Eli Zaretskii
2022-07-31  8:12           ` Lars Ingebrigtsen

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