search for: rtag

Displaying 20 results from an estimated 26 matches for "rtag".

Did you mean: etag
2010 Nov 10
1
error on R CMD rtags
Dear all I'm getting a strange error when trying to use rtags() to generate tags in Emacs format. root at liv-laptop:/usr/lib/R# R CMD rtags -o /usr/local/build/ETAGS --no-Rd --no-c library/ Tagging R files under library/; writing to /usr/local/build/ETAGS (overwriting)... [..] Error: '\.' is an unrecognized escape in character string starting &qu...
2012 Mar 09
1
rtags for VI(M)
Hi, according to the help file rtags does not support VI(M) yet. Is there any known hack to ctags to get tags for R in VI(M)? BW F -- Federico C. F. Calboli Neuroepidemiology and Ageing Research Imperial College, St. Mary's Campus Norfolk Place, London W2 1PG Tel +44 (0)20 75941602 Fax +44 (0)20 75943193 f.calboli [.a.t]...
2001 Feb 02
3
Ouch, here's an odd one.
...play is fine also. Now on this second ext3 filesystem I have a local CVS repository and I keep things like kernel in here for generating and tracking all my diffs, etc. :) Upon reboot after the lockup though my CVS is a bit 'odd'. Basically I'm getting the following cvs error: cvs [rtag aborted]: EOF in value in RCS file /opt/cvs/kernel/linux/arch/alpha/boot/main.c,v Now looking at the file it's complaining about I'd expect it to be main.c, but it turns out it's a shortened version of md_k.h that typically lives in linux/include/linux/raid/md_k.h. Somehow inodes get...
2015 Oct 29
2
R CMD BATCH vs R CMD batch
...Rd2txt Convert Rd format to pretty text | Stangle Extract S/R code from Sweave documentation | Sweave Process Sweave documentation | Rdiff Diff R output ignoring headers etc | config Obtain configuration information about R | javareconf Update the Java configuration variables | rtags Create Emacs-style tag files from C, R, and Rd files `---- Unless I miss something, is this is an inconsistency in R? Rainer > > Dirk -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Inv...
2007 Jan 29
0
Branch 'interpreter' - 18 commits - libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_js.c libswfdec/swfdec_js_color.c libswfdec/swfdec_js_sound.c libswfdec/swfdec_pattern.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_script.c
...fp->pc += 5 + GINT16_FROM_LE (*((gint16*) data)); return JS_TRUE; } @@ -899,6 +899,56 @@ swfdec_action_less (JSContext *cx, guint return JS_TRUE; } +static JSBool +swfdec_action_equals2 (JSContext *cx, guint action, const guint8 *data, guint len) +{ + jsval rval, lval; + int ltag, rtag; + JSBool cond; + + rval = cx->fp->sp[-1]; + lval = cx->fp->sp[-2]; + ltag = JSVAL_TAG(lval); + rtag = JSVAL_TAG(rval); + if (ltag == rtag) { + if (ltag == JSVAL_STRING) { + cond = js_CompareStrings (JSVAL_TO_STRING (lval), JSVAL_TO_STRING (rval)) == 0; + } else if (lta...
2007 Apr 12
0
Branch 'as' - 15 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h libswfdec/swfdec_as_interpret.c
...fdec_as_interpret.c +++ b/libswfdec/swfdec_as_interpret.c @@ -1031,57 +1031,58 @@ swfdec_action_old_compare (SwfdecAsConte } return JS_TRUE; } +#endif static void swfdec_action_equals2 (SwfdecAsContext *cx, guint action, const guint8 *data, guint len) { - jsval rval, lval; - int ltag, rtag; - void cond; - - rval = cx->fp->sp[-1]; - lval = cx->fp->sp[-2]; - ltag = JSVAL_TAG(lval); - rtag = JSVAL_TAG(rval); - if (ltag == rtag) { - if (ltag == JSVAL_STRING) { - cond = js_CompareStrings (JSVAL_TO_STRING (lval), JSVAL_TO_STRING (rval)) == 0; - } else if (ltag...
2018 May 11
5
A Short Policy Proposal Regarding Host Compilers
...one), i'd like to see some evidence/argument that using 3/1.5 would actually have a material affect on the number of contributions, etc. (I have doubts it would have any affect on the abliity of new developers to start contributing, etc). All of the clang/llvm based tools i have around (cquery, rtags, you name it) all download and ship binary releases of clang/llvm (and FWIW, they ship and use 1-2 year old releases). It's also unclear to me it makes sense to try to make sure any user can compile the latest version - for example, researchers using it almost never keep up with trunk, even wi...
2009 Apr 17
0
R 2.9.0 is released
...up src/. o R CMD Rd2dvi and R CMD check are now able to cope with Cyrillic characters in UTF-8 if environment variable _R_CYRILLIC_TEX_ is set to a non-empty value and the latex system has suitable fonts (thanks to a hint from Alexey Shipunov). o New function rtags() in package 'utils' that provides etags-like indexing capabilities for R code files. New front-end script R CMD rtags provides an interface to the rtags() function (see R CMD rtags --help for details). o New environment variable R_TEXI2DVICMD to hold the pa...
2009 Apr 17
0
R 2.9.0 is released
...up src/. o R CMD Rd2dvi and R CMD check are now able to cope with Cyrillic characters in UTF-8 if environment variable _R_CYRILLIC_TEX_ is set to a non-empty value and the latex system has suitable fonts (thanks to a hint from Alexey Shipunov). o New function rtags() in package 'utils' that provides etags-like indexing capabilities for R code files. New front-end script R CMD rtags provides an interface to the rtags() function (see R CMD rtags --help for details). o New environment variable R_TEXI2DVICMD to hold the pa...
2018 May 11
0
A Short Policy Proposal Regarding Host Compilers
...e to see some evidence/argument that using 3/1.5 would actually have a material affect on the number of contributions, etc. > (I have doubts it would have any affect on the abliity of new developers to start contributing, etc). + 1. > All of the clang/llvm based tools i have around (cquery, rtags, you name it) all download and ship binary releases of clang/llvm (and FWIW, they ship and use 1-2 year old releases). > It's also unclear to me it makes sense to try to make sure any user can compile the latest version - for example, researchers using it almost never keep up with trunk, ev...
2003 Nov 06
1
chan_sip and budgetone
Works fine after I went back to the chan_sip from the asterisk-0.5.0 tarball. Getting closer to figuring out the problem. I'll look at the diffs between the two versions tonight and see if I can't tell where the problem is. Is there a way to checkout a two week old version of the cvs? Jon
2015 Oct 29
0
R CMD BATCH vs R CMD batch
...Sweave documentation > | Sweave Process Sweave documentation > | Rdiff Diff R output ignoring headers etc > | config Obtain configuration information about R > | javareconf Update the Java configuration variables > | rtags Create Emacs-style tag files from C, R, and Rd files > `---- > > Unless I miss something, is this is an inconsistency in R? One important difference (not sure if the only one) is that R CMD defines more environment variables. Compare env | grep -i tex R CMD env | grep -i...
2015 Oct 29
2
R CMD BATCH vs R CMD batch
Hi, Out of laziness I just used "R CMD batch" instead of "R CMD BATCH". I didn't get an error so didn't think about the consequences... One consequence is (at least on Mac OS X 10.11 but probably in more generality) that R_BATCH_OPTIONS are ignored, which was kind of fatal in my case... I am thus wondering whether it makes sense to either a) have R_BATCH_OPTIONS also
2007 Apr 04
0
Branch 'as' - 4 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
...lt; 5) { + cx->fp->sp[-1] = INT_TO_JSVAL (cond ? 1 : 0); + } else { + cx->fp->sp[-1] = BOOLEAN_TO_JSVAL (cond); + } + return JS_TRUE; +} + +static void +swfdec_action_equals2 (SwfdecAsContext *cx, guint action, const guint8 *data, guint len) +{ + jsval rval, lval; + int ltag, rtag; + void cond; + + rval = cx->fp->sp[-1]; + lval = cx->fp->sp[-2]; + ltag = JSVAL_TAG(lval); + rtag = JSVAL_TAG(rval); + if (ltag == rtag) { + if (ltag == JSVAL_STRING) { + cond = js_CompareStrings (JSVAL_TO_STRING (lval), JSVAL_TO_STRING (rval)) == 0; + } else if (ltag...
2007 Mar 16
7
how to send mp3 inline?
hey all, I''m trying to do a: send_file @file, :type => ''audio/mp3'', :disposition => ''inline'' ,:stream=>true I tried with all browsers and it always asks me to download the file or open it with a player. Is there a way to make it open in the embeded player (QT,Windows media player,Mplayer etc)? Only with konqueror if I open in new tab then I
2018 May 12
2
A Short Policy Proposal Regarding Host Compilers
...ee some evidence/argument that using 3/1.5 would actually have a material affect on the number of contributions, etc. > (I have doubts it would have any affect on the abliity of new developers to start contributing, etc). > + 1. > All of the clang/llvm based tools i have around (cquery, rtags, you name it) all download and ship binary releases of clang/llvm (and FWIW, they ship and use 1-2 year old releases). > It's also unclear to me it makes sense to try to make sure any user can compile the latest version - for example, researchers using it almost never keep up with trunk, ev...
2015 Oct 29
2
R CMD BATCH vs R CMD batch
...n >> | Sweave Process Sweave documentation >> | Rdiff Diff R output ignoring headers etc >> | config Obtain configuration information about R >> | javareconf Update the Java configuration variables >> | rtags Create Emacs-style tag files from C, R, and Rd files >> `---- >> >> Unless I miss something, is this is an inconsistency in R? > > One important difference (not sure if the only one) is that R CMD > defines more environment variables. Compare > > en...
2017 Jul 12
2
moving libfuzzer to compiler-rt?
...a workaround: ninja can be launched directly from >> “runtimes/runtime-bins”, but that is counterintuitive. >> >> 6) Recursive invocation required for “runtimes” breaks >> `compile_commands.json` construction, which is used >> by many editors and tools (e.g. Vim+Ale or rtags) for go-to-defintion and >> error highlight functionality. >> There is a workaround: a separate `compile_commands.json` is generated >> for the `runtimes` directory, >> and it might be possible to write some magic to inject it back into the >> parent one, but that wou...
2018 May 11
0
A Short Policy Proposal Regarding Host Compilers
I second this proposal, and I make a motion to lengthen 3/1.5 to 6/5. On Fri, May 11, 2018 at 9:37 AM, Keane, Erich via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi All- > As we all know, the C++14 discussion is flaring up again. Chandler > brought up that he would like a concrete plan to switch. In my opinion, > this is insufficient, as it will result in us simply
2017 Jul 12
4
moving libfuzzer to compiler-rt?
...> This issue has a workaround: ninja can be launched directly from > “runtimes/runtime-bins”, but that is counterintuitive. > > 6) Recursive invocation required for “runtimes” breaks > `compile_commands.json` construction, which is used > by many editors and tools (e.g. Vim+Ale or rtags) for go-to-defintion and > error highlight functionality. > There is a workaround: a separate `compile_commands.json` is generated for > the `runtimes` directory, > and it might be possible to write some magic to inject it back into the > parent one, but that would be yet-another-pi...