GNU bug report logs -
#64696
30.0.50; indent-to inherits preceding text properties, including 'invisible
Previous Next
Full log
View this message in rfc822 format
> From: Ihor Radchenko <yantar92 <at> posteo.net>
> Cc: monnier <at> iro.umontreal.ca, 64696 <at> debbugs.gnu.org
> Date: Fri, 21 Jul 2023 08:32:18 +0000
>
> Ihor Radchenko <yantar92 <at> posteo.net> writes:
>
> 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).
Is this about indent-to or about current-column? I'd like to see
first if there are any problems in current-column.
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.