[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug of handling in invisible property at the beginning of line
From: |
Gerd Moellmann |
Subject: |
Re: bug of handling in invisible property at the beginning of line |
Date: |
27 Nov 2000 17:19:14 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.92 |
Kenichi Handa <address@hidden> writes:
> When you eval this,
>
> (let ((str "123"))
> (put-text-property 0 (length str) 'invisible t str)
> (insert "abc\n" "def\n" str1 "ghi\n" "jkl\n"))
>
> the buffer is displayed as below:
> ----------
> abc
> def
> ghi
> jkl
> ----------
Should be fixed. Thanks, Kenichi.