Re: [PATCH] LFUN_DOWN: if cursor is on last line, move to end

2013-06-17 Thread Pavel Sanda
Scott Kostyshak wrote: > It looks like this might be a personal preference. Most probably ;) I wouldn't welcome this kind of behaviour. Pavel

[PATCH] LFUN_DOWN: if cursor is on last line, move to end

2013-06-17 Thread Scott Kostyshak
This is consistent with gedit and gmail. The LFUN_DOWN_SELECT part is consistent with Qt Creator; the rest is not, except breaking the selection. It is not consistent with Libre Office, except for breaking the selection. It looks like this might be a personal preference. Any thoughts? Scott 00

curtis osterhoudt

2013-06-17 Thread curtis osterhoudt
How are you? curtis osterhoudt

Re: library(gdata) fails in R scripts called from LyX

2013-06-17 Thread Scott Kostyshak
On Mon, Jun 17, 2013 at 9:52 PM, Corey Yanofsky wrote: > It was a path problem, now solved. Details at the Stack Overflow link. Thanks for the update, Scott

Re: library(gdata) fails in R scripts called from LyX

2013-06-17 Thread Corey Yanofsky
It was a path problem, now solved. Details at the Stack Overflow link. On Mon, Jun 17, 2013 at 9:46 PM, Scott Kostyshak wrote: > On Mon, Jun 17, 2013 at 9:55 AM, Liviu Andronic > wrote: > > On Mon, Jun 17, 2013 at 5:15 AM, Corey Yanofsky > > It works fine here on Linux. See attached. I suppose

Re: library(gdata) fails in R scripts called from LyX

2013-06-17 Thread Scott Kostyshak
On Mon, Jun 17, 2013 at 9:55 AM, Liviu Andronic wrote: > On Mon, Jun 17, 2013 at 5:15 AM, Corey Yanofsky > It works fine here on Linux. See attached. I suppose something is > wrong with your PATHs, which are usually handled gracefully on Linux. > Maybe you need to set up something in LyX > Tools >

Re: Row by Row sliding

2013-06-17 Thread Jean-Marc Lasgouttes
Le 17/06/2013 19:12, Hashini Senaratne a écrit : Hello All, When I replace the line; RowPainter rp(pi, *text_, pit, row, bidi, x, y); in TextMetrics.cpp with following few lines: int inc_x=x; if(cur.pos()>0) inc_x-=100; RowPainter rp(pi, *text_, pit, row, bidi, inc_x, y); Is it because that

Row by Row sliding

2013-06-17 Thread Hashini Senaratne
Hello All, When I replace the line; RowPainter rp(pi, *text_, pit, row, bidi, x, y); in TextMetrics.cpp with following few lines: int inc_x=x; if(cur.pos()>0) inc_x-=100; RowPainter rp(pi, *text_, pit, row, bidi, inc_x, y); what I expected was; when I move the cursor using right arrow beginni

library(gdata) fails in R scripts called from LyX

2013-06-17 Thread Corey Yanofsky
Literate programming with knitr and LyX requires LyX to call Rscript. I've discovered, as the subject line says, that the R package gdata can't be loaded by R scripts called from LyX. The gory details are here: http://stackoverflow.com/questions/17130424/on-my-system-knitr-cant-compile-a-doc-that-u