search for: isearch

Displaying 7 results from an estimated 7 matches for "isearch".

Did you mean: search
2016 May 18
2
Latest R-devel build failing on OS X
Readline <= 6.2 shouldn't require the SIGWINCH patch, so if older versions have trouble finding rl_resize_terminal then you could wrap a macro around that part. The isearch C-c bug has existed forever, according to Chet Ramey. Yes, I had to retrain myself to use C-g to exit isearch but it's confusing. It would be nice to fix this C-c bug on older versions too, but my solution used some global variables and I'm not sure which Readline version they date from. O...
2016 May 19
0
Latest R-devel build failing on OS X
...I find python related patches that use #ifdef HAVE_RL_RESIZE_TERMINAL so they must have configured for that. We could and probably should do the same, but as a Linux_only guy currently (even basically only one flavor of Linux), I'd appreciate others to produce code for that. > The isearch C-c bug has existed forever, according to Chet Ramey. I see. As your patch seems to only work for readline (>=) 6.3, we have solved part of the problems. If those who use olders readlines are willing to test and provide (well looking, as yours) patches for earlier versions, they should be welc...
2016 May 18
2
Latest R-devel build failing on OS X
Ah, got it. For some ancient reason config.site on that machine had LDFLAGS=-L/usr/X11R6/lib in config.site, and that prevented configure from inserting -L /usr/local/lib, so linked /usr/lib/libreadline.dylib, which is the Apple-supplied one, which possibly is really libedit... -p > On 18 May 2016, at 22:01 , peter dalgaard <pdalgd at gmail.com> wrote: > > gcc
2016 May 19
3
Latest R-devel build failing on OS X
...ude/config.h.in M src/unix/sys-std.c check for rl_resize_terminal() now ------------------------------------------------------------------------ ... and Keith should even not see the warning anymore (nor Peter the error, when compiling using readline 5.x instead of 6.[23]). >> The isearch C-c bug has existed forever, according to >> Chet Ramey. > I see. As your patch seems to only work for readline (>=) > 6.3, we have solved part of the problems. If those who > use olders readlines are willing to test and provide (well > looking, as yours)...
1999 Oct 17
0
When viewed on NT4.0 file sizes of samba share are incorrecly too large
...lem is that an application on an NT client using ServerA:/kenA is crashing and I think it's because it sees the file sizes as being outrageously large and cannot deal with that. I appreciate any input and thank you in advance, Ken Eliezer UNIX Sys. Admin. Interactive Search email: ken.eliezer@isearch.com
2016 May 18
0
Latest R-devel build failing on OS X
Spoke too soon, both systems now build, but neither has the original bugs fixed.... (Incidentally, I realized why the ctl-R...ctl-C bug never bit me: The emacs habit is to exit isearch with ctl-G and that works flawlessly.) -pd > On 18 May 2016, at 22:40 , peter dalgaard <pdalgd at gmail.com> wrote: > > Ah, got it. For some ancient reason config.site on that machine had > > LDFLAGS=-L/usr/X11R6/lib > > in config.site, and that prevented configure...
2007 Sep 10
3
plot legend: combining filled boxes and lines
Hello, I have difficulties combining boxes and lines in plot legend. I searched previous R-posts and found this (with no solution): http://tolstoy.newcastle.edu.au/R/help/06/07/30248.html. Is there a way to avoid boxes behind the line legends? x1 <- rnorm(100) x2 <- rnorm(100, 2) hist(x1, main = "", col = "orange",ylab = "density", xlab = "x", freq =