emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.50; delete-seletion-mode and read-only text


From: Richard Stallman
Subject: Re: 23.0.50; delete-seletion-mode and read-only text
Date: Tue, 22 Jan 2008 17:29:21 -0500

I think it is clearer to catch the error than to check the property by
hand.  But the question is where to do this?  Where you did it, in
delete-selection-pre-hook, or where I did it, in delete-active-region?

The question is, if you type a self-inserting character, is it right
to skip just the deletion done by delete-active-region and do the
insertion, or should it skip both?  My patch does the former, yours
does the latter.




reply via email to

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