search for: nedit

Displaying 20 results from an estimated 37 matches for "nedit".

Did you mean: edit
2002 Oct 10
1
NEdit Highligth patterns for R
Hi I've just submitted to the NEdit development team a R highligth patterns for NEdit (www.nedit.org). NEdit is a text editor for LINUX which I use to write small R functions. In my opinion is a very good tool for small scripts, maybe for huge projects is not the best. I'm attaching the R-5.1.pats file so you can try it. As u...
2004 Feb 09
1
nedit syntax highlighting patterns for R?
I tried to install the syntax pattern file, R-5.1.pats (obtained from www.nedit.org) in version 5.3 of nedit, but it gives the following errors. Does anyone have a more up-to-date copy? euclid: ~/nedit % nedit -import R-5.1.pats NEdit: language mode must be specified in highlight pattern: <== NEdit: style name required in style specification: Note:darkRed:Italic <=...
2002 Oct 10
0
Re: [R-gui] NEdit Highligth patterns for R
-----Forwarded Message----- > From: Ernesto Jardim <ernesto at ipimar.pt> > To: Agustin Lobo <alobo at ija.csic.es> > Subject: Re: [R-gui] NEdit Highligth patterns for R > Date: 10 Oct 2002 14:36:24 +0100 > > Hi > > You have to install the *.pats file. > > Use > > nedit -import R-5.1.pats > > then "save defaults". > > If you inspect the R-5.1.pats file there's a small description o...
2002 Oct 11
0
RE: [R-gui] NEdit Highligth patterns for R
Hi I agree with your comments and of course you identifie the problems regarding the implementation of your suggestions. Of course we'd need bidireccional communication to implement it. I think it's impossible to do it statically. What I want with NEdit is a very ligth editor (which jedit is not) that highlights the most important language syntax, so that It becomes easier to write functions and scripts. I get that with NEdit. Of course there's a lot that can be further developed and NEdit seems very flexible and easy to use. Regards EJ On...
2003 Sep 08
0
New highlighting for NEdit 5.3
Hi, I've just put together a new R syntax highlighting file for Nedit 5.3. I've borrow the "base" functions of Jedit (thanks to Tobias Elze and Zed A. Shaw) so now NEdit highlights a little more than before :) You can download the file here: http://ernesto.freezope.org/cmf/starthere/r/R-5.3.pats Just import it into NEdit with > nedit -import R...
2001 Sep 24
0
syntax highlighting pattern for NEdit
Hi all, I have just uploaded an R syntax highlighting pattern for NEdit - for those that prefer Nedit over Emacs (like myself). NEdit: http://www.nedit.org R pattern: ftp://ftp.nedit.org/pub/contrib/highlighting/r.pats Comments welcome! Korbinian -- Korbinian Strimmer http://users.ox.ac.uk/~strimmer Dept. of Zoology, University of Oxfor...
2004 Apr 22
2
[Bug 851] some X11 prgs generate ``BadAtom (invalid Atom parameter)'' in X_GetProperty when using X11 forwarding
...0.61, 0.30, 0.22 nwaibel at blade100-2 ~ $ xterm Warning: translation table syntax error: Missing ':'after event sequence. Warning: ... found while parsing '' Warning: String to TranslationTable conversion encountered errors nwaibel at blade100-2 ~ $ xclock nwaibel at blade100-2 ~ $ nedit X Error of failed request: BadAtom (invalid Atom parameter) Major opcode of failed request: 20 (X_GetProperty) Atom id in failed request: 0x8c Serial number of failed request: 29 Current serial number in output stream: 29 nwaibel at blade100-2 ~ $ exit logout Connection to blade100-2 c...
2001 Nov 26
2
Named pipe connections and stdout
All, I am trying to use a named pipe to steer R from an external application. Following the examples in RNEWS 1:1, I have created a simple listener: zz <- fifo("TESTFIFO", "r") repeat { a <- readLines(zz) if(length(a) != 0) { e <- try(eval(parse(text = a))) if (inherits(e,
2007 Mar 03
1
My current directory is lost in a bash shell
This one puzzles me a lot: [thba at vink layout]$ nc script/xw_functions.ample NEdit: getcwd() fails: No such file or directory NEdit: getcwd() fails: No such file or directory [thba at vink layout]$ ll script/xw_functions.ample -rw-rw-r-- 1 thba thba 16829 Oct 25 16:59 script/xw_functions.ample [thba at vink layout]$ pwd /home/thba/workarea/colibri/design/ana/layout [thba at vink...
2001 Dec 03
0
Summary on R script editor
...wer to your question, and anything else has got to be more difficult. Nels Tomlinson <tomlinso at purdue.edu> Installing ESS on debian was as simple as apt-get install ess. David Lucy <dlucy at maths.ed.ac.uk> & "Stuart Leask" <stuart.leask at nottingham.ac.uk>: Nedit - quick, easy, supports X (ie. mouse-click) pasting. I use Nedit - http://nedit.org/ For pasting bits in a Linux environment use gpm which is brilliant. S David White <dwhite at ling.ohio-state.edu> I have good luck just using gedit in RH 7.1&2. Toby.Patterson at csiro.au Being simila...
2009 Dec 04
0
[Bug 1682] New: verbose log message unclear when X11 forwarding denied
...bose logging produces non-obvious messages. A simple change to the (very clear) code will make diagnosis easier. Here is a fragment: debug1: Entering interactive session. debug1: Requesting X11 forwarding with authentication spoofing. debug1: channel 0: request x11-req debug1: Sending command: nedit debug1: channel 0: request exec debug1: channel 0: open confirm rwindow 0 rmax 32768 debug1: channel 0: read<=0 rfd 5 len 0 debug1: channel 0: read failed debug1: channel 0: close_read debug1: channel 0: input open -> drain debug1: channel 0: ibuf empty debug1: channel 0: send eof debug1: cha...
2014 Sep 26
2
Text file encoding
...-f ISO8859-15 -t MACINTOSH file.bib >file.bib.mac But it is a little tedious to work like this... Runing pdflatex (in CentOS) on these files written on apple laptops works fine with \usepackage[applemac]{inputenc} So the main problem is an editor problem. I've tried several ones (nedit, gedit, kate, vim...) none of them seams to support this encoding. But may be it is a configuration problem ? Any idea ? Thanks Patrick
2000 Jun 19
3
sshd does not exit after scp (hpux 11.00 / ssh 2.1.1p1)
Hello, I have encountered a problem using ssh-2.1.1p1 on HP-UX 11.00: Everything else seems to work but running scp results in processes staying open: On the server there are 2 processes still running after copying a file: "scp -v -t /tmp" and one sshd. On the client also a ssh-process stays running until killing one of the processes manually... The copying works fine however.
2015 Sep 26
2
Hidden files problem in R CMD check
...running R CMD check did never give these warning messages. Even two weeks ago everything was ok. Could it be that upgrading from OS X 10.10.3 to 10.10.5 did change the behaviour? (However, the link above is already from 2011) Maybe one word regarding the editor I am using: Yes, I am using 'nedit-5.5-Darwin-i386/nedit' which is pretty old, but in my opinion the best and fastest editor I know: - When I open a C++ file containing more than 10,000 lines it opens it immediately with all C++ instructions highlighted immediately (in contrast to emacs) - I can open the huge (>500 MB)...
2002 Jul 01
2
"_"
If I remember correctly, every time the dreaded "_" arises as an assignment operator in polite emails, the advantage of last resort cited in its defence is that it is only a single (albeit shifted) keystroke. I can only speak for the excellent NEdit, but it is a trivial task to assign some otherwise unloved key (my favorite is that funny accent at the left of the digit row) to perform the herculean task of typing "<-". Jim -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Re...
2011 Aug 29
3
how to start R script editor by default
Hi All, 1) Is it possible to set the options such that R opens a new script editor every time I start the R and 2) specify the size of windows. Thanks for the suggestion and Best regards, Krishna [[alternative HTML version deleted]]
2015 Sep 26
2
Hidden files problem in R CMD check
Dear all, When running R CMD check on my Mac (Yosemite 10.10.5) I get suddenly NOTEs and WARNINGs that my tar.gz file does contain hidden files. However, when checking the corresponding directories with 'ls -al' (or with mc) none of these files does exist!! (with exception .BBSoptions). Here is a partial output of 00check.log: * using log directory
2001 May 29
5
Scripting capabilities for R
I'm in the final week of teaching a course to beginners using R and S-Plus. Since I forbade the students from using the "point-and-click" interface in S-Plus, they've become reasonably proficient at using the command line in both programs. Students really like the speed and ease-of-use of R for the vast majority of their projects. I think they'd switch to R completely
2006 Mar 09
15
open source editor
does anyone know of a good place to find an open source / freeware text editor? -- Posted via http://www.ruby-forum.com/.
2003 Mar 24
9
Scripting with an external editor
I've had time to return to the "external editor" project. The following function does almost what I want, which is to allow an external editor to feed command lines to R. ext.editor<-function(editor) { ext.input<-pipe(editor,"r") eval(parse(ext.input)) close(ext.input) } While the description of parse() indicates that it should parse input line by line, the