On 11 Nov 2003, adrian(a)xemacs.org wrote:
OK, thanks.
Uwe> - is there any possibility to mark columns on the fly? (I
Uwe> just noted the other comment to my question referring to
Uwe> calc. So may be this is the way to go)
Pleaase explain what you mean by "on the fly".
Sure:
Let ^denote the cursor
we have the following matrix
3 1
5 2
^
6 3
I let space between the rows in order to display the cursor.
Now if the to be written function
Set-mark-on-column
Is executed all element of the second colum get marked, the way I
would mark it, if the second colum where a rectangle.
So let _ denote now begin and * the end of the mark we would get
3 1
-
5 2
^
6 3
*
Thanks
Uwe