On Tue, Oct 22, 2002 at 03:30:20PM +0200, Andre Poenitz wrote:
> 
> This moves the format used by mathed's internal cut buffer from something
> called 'MathGridInset' to 'string'.
> 
> The change is completely transparent to the outside world but moves math
> and non-math a bit closer together.
> 
> Actually I think we could get rid of the (math-) internal cut buffer some
> day. At least stuffing the X selection correctly when mathed has the
> selection should be possible...
> 
> Ok?

This patch breaks copying&pasting of a column in a math array.
Trying to copy&paste a column [1 2 3]^t gives [1n2n3 <empty> <empty>]^t

Reply via email to