(cua--init-rectangles): Always bind C-return to toggle rectangle.
Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
- * emulation/cua-rect.el (cua--extract-rectangle): Don't use \s
- in strings.
-
* ido.el: Move Acknowledgements and History after Commentary.
Minor changes to Commentary.
(if (= (point) (line-end-position))
(setq bs (- r l)
copy nil)
- (skip-chars-forward " \t" e)
+ (skip-chars-forward "\s\t" e)
(setq bs (- (min r (current-column)) l)
s (point))
(move-to-column r)
- (skip-chars-backward " \t" s)
+ (skip-chars-backward "\s\t" s)
(setq as (- r (max (current-column) l))
e (point)))
(setq row (if (and copy (> e s))