* bug#56838: 28.1.90; `current-indentation' sometimes returns zero inside invisible text
@ 2022-07-30 7:57 Ihor Radchenko
0 siblings, 0 replies; only message in thread
From: Ihor Radchenko @ 2022-07-30 7:57 UTC (permalink / raw)
To: 56838
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] only message in thread
only message in thread, other threads:[~2022-07-30 7:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-30 7:57 bug#56838: 28.1.90; `current-indentation' sometimes returns zero inside invisible text Ihor Radchenko
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.