emacs-pretest-bug
[Top][All Lists]
Advanced

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

describe-register-1 with yank-excluded-properties=t


From: Juri Linkov
Subject: describe-register-1 with yank-excluded-properties=t
Date: Wed, 23 Feb 2005 19:59:19 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/22.0.50 (gnu/linux)

`list-registers' fails with the error "Wrong type argument: listp, t"
when `yank-excluded-properties' is set to t and a register contains
a string with text properties.  `describe-register-1' passes the value
of `yank-excluded-properties' to the function `remove-list-of-text-properties'
which can't handle the value t.  Perhaps, it should use the function
`remove-yank-excluded-properties', but it operates only on a buffer,
not a string.  Another solution is to use `insert-for-yank', but
currently `describe-register-1' doesn't use `insert' functions,
it uses only `princ' functions to print values on standard-output.

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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