GNU bug report logs -
#64696
30.0.50; indent-to inherits preceding text properties, including 'invisible
Previous Next
Full log
Message #65 received at 64696 <at> debbugs.gnu.org (full text, mbox):
Ihor Radchenko <yantar92 <at> posteo.net> writes:
> (defun yant/test-init-buffer ()
> (switch-to-buffer (get-buffer-create "*Test*"))
> (delete-other-windows)
> (unless (eq major-mode 'outline-mode) (outline-mode))
> (erase-buffer)
> (insert "\n")
> (insert "* Test\n")
> (insert "word word\n")
> (goto-char (point-min)))
And results also somehow depend on `indent-tabs-mode'.
If I try
(defun yant/test-init-buffer ()
(switch-to-buffer (get-buffer-create "*Test*"))
(delete-other-windows)
(unless (eq major-mode 'outline-mode) (outline-mode))
(erase-buffer)
(indent-tabs-mode -1) ;; <<< do not indent using tabs
(insert "\n")
(insert "* Test\n")
(insert "word word\n")
(goto-char (point-min)))
With `indent-tabs-mode' disabled, running the test yields different
results. (AFAIU, it should not).
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
This bug report was last modified 2 years and 50 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.