help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Error on `get-text-property`


From: guo . yong
Subject: Re: Error on `get-text-property`
Date: Mon, 29 Nov 2021 01:51:22 +0100 (CET)

Yes. It is that error.
I think I have a workaround now. Changing the call of get-text-property in 
kill-append to
(get-text-property (if (null cur)
                                               1
                                             0) 'yank-handler cur)

Seems to fix the error. I'll have to try it out for a while to see how it 
affects other functions as well.

Regrads.
Yong.
-- 
 Sent with Tutanota, the secure & ad-free mailbox. 



Nov 28, 2021, 22:19 by help-gnu-emacs@gnu.org:

> guo.yong--- via Users list for the GNU Emacs text editor wrote:
>
>> From the backtrack, the error occured from `kill-append`.
>> The reason is that `kill-append` calls `get-text-property`
>> in the function. But when the kill ring is empty, the
>> function call is `(get-text-property 0 'yank-handler nil)`
>> which cause the error.
>>
>
> What error, this one
>
>  eval: Args out of range: 0,0 
>
> ?
>
> -- 
> underground experts united
> https://dataswamp.org/~incal
>



reply via email to

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