emacs-devel
[Top][All Lists]
Advanced

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

about remember.el


From: Dan Nicolaescu
Subject: about remember.el
Date: Wed, 31 Oct 2007 14:15:25 -0700


remember.el is a nice and useful package, but does it need so many
autoloaded functions?

remember-destroy surely does not need to be autoloaded.

Is remember-region really necessary? 
Wouldn't it be better if `remeber' would just do what `remeber-region'
does if the region is active? Many commands have been changed lately
to do something different when the region is active, this looks like a
good application of the same principle.

`remember-buffer' also seems that is not needed, 
C-x h M-x remeber-region RET
should do the same thing. 

remember-mode-map could be defined and initialized in one step. 





reply via email to

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