emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [PATCH] org-macs: Fix indentation for fullwidth characters


From: Nicolas Goaziou
Subject: Re: [O] [PATCH] org-macs: Fix indentation for fullwidth characters
Date: Mon, 16 Sep 2019 18:50:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello,

Yuichiro Hakozaki <address@hidden> writes:

> @@ -335,7 +335,7 @@ if it fails."
>                (let ((min-ind (point-max)))
>                  (save-excursion
>                    (while (re-search-forward "^[ \t]*\\S-" nil t)
> -                    (let ((ind (1- (current-column))))
> +                    (let ((ind (- (current-column) (char-width 
> (char-before)))))

I used `current-indentation' instead. Thank you for the bug report, and
the patch.

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]