Enable the file referencing in Edit command with range to scope over a range
GoogleCodeExporter opened this issue · 3 comments
GoogleCodeExporter commented
Use case is that I want to write in a window "foo" Edit commands that
affect another window. I use the format "bar"x. If I want to refer a range
"bar"x,"bar"y I might like to omit the second "bar". An expression
"foo"x,"bar"y is not a well defined range anyway so there is no ambiguity.
Original issue reported on code.google.com by ja...@basen.net
on 25 Oct 2007 at 3:56
GoogleCodeExporter commented
To clarify: the proposal is to make "bar"x,y shorthand for "bar"x,"bar"y
Since "foo"x,"bar"y is ill-defined in the Edit language, there shouldn't be a
conflict.
It is unclear whether the current behavior is by design or by omission,
so I am classifying this an Enhancement"
--underspecified
Original comment by underspe...@gmail.com
on 25 Oct 2007 at 4:06
- Added labels: Type-Enhancement
- Removed labels: Type-Defect
GoogleCodeExporter commented
It appears that the X command does pretty much all what is needed. Thus one
might
consider removing the file referencing at the beginning of an address
altogether as a
redundant feature.
Original comment by ja...@basen.net
on 5 Nov 2007 at 8:50
GoogleCodeExporter commented
The Edit X command already implements this feature.
Original comment by caerw...@gmail.com
on 21 Mar 2008 at 9:03
- Changed state: WontFix