On Sat, Oct 15, 2016 at 08:41:24AM +0200, racoon wrote:
> For some reason I can't reach the lyx.org is it down?
> 
> Anyway, I'll just re-post my patch here since it might have gone unnoticed.
> I know that the cure I suggest isn't perfect, but as far as I can see it
> works. The problem seems quite bad so it seems much better having this patch
> rather than leaving it as it is.
> 
> The discussion was here:
> http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg197035.html

Are you familiar with "git blame" ? Using git blame, you can see the
commit of each line of code in a file. For example, since you're not
sure why that code is there, before you remove it you should look at why
it was introduced.

git blame src/CutAndPaste.cpp

shows that one relevant commit is aaf4cf6f9. It references:
http://www.lyx.org/trac/ticket/3225

Perhaps that provides some useful information (I don't know though).

Scott

Attachment: signature.asc
Description: PGP signature

Reply via email to