GNU bug report logs -
#20626
Wishlist: M-x shell-command-on-rectangle-region
Previous Next
Reported by: asparagus <at> comcast.net
Date: Thu, 21 May 2015 22:05:02 UTC
Severity: normal
Merged with 19829,
20070
Found in versions 24.3, 25.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Wishlist:
> M-x shell-command-on-rectangle-region
As you can see in bug#20070, the effort to make commands rectangleable
had stalled some time ago due to the need to decide how to handle
backward-compatibility of the existing region arguments, e.g. in
(shell-command-on-region START END COMMAND &optional OUTPUT-BUFFER REPLACE
ERROR-BUFFER DISPLAY-ERROR-BUFFER)
how to send the boundaries of the rectangular region in START and END.
One idea is to handle it like recently we handled backward-compatibility
for saving dired positions in saveplace.el where we used a new format like
("~" (dired-filename . "~/.emacs.d/places"))
Using something like this means sending the rectangular bounds
either in START or END in the new format like
(rect (1 . 2) (3 . 4))
This bug report was last modified 9 years and 195 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.