Index: slime/ChangeLog diff -u slime/ChangeLog:1.2177 slime/ChangeLog:1.2179 --- slime/ChangeLog:1.2177 Tue Feb 8 13:18:40 2011 +++ slime/ChangeLog Sun Feb 13 00:46:21 2011 @@ -1,3 +1,13 @@ +2011-02-13 Stas Boukarev stassats@gmail.com + + * slime.el (slime-inspector-operate-on-point): Don't save the + point when inspecting a different object. + (slime-inspector-operate-on-point): If there is no action property + directly at the point, try looking at (1- (point)), many + inspectable objects are presented the end of the line, so it's + easier to navigate to them by C-e and still being able to activate + it. + 2011-02-08 Stas Boukarev stassats@gmail.com
* slime.el (slime-choose-overlay-region): Don't use `list' instead