similar to: behaviour of bug.report (PR#432)

Displaying 20 results from an estimated 10000 matches similar to: "behaviour of bug.report (PR#432)"

2004 Sep 29
2
problems with ESS & R ...
Hi! I have R 1.9.1, Mac OS X 10.3.5, GNU Emacs 21.2.1 and ESS 5.2.3. I installed today the ESS by not changing ess-site.el, but creating .emacs in $home with the single line: $ cat ~/.emacs (load "/usr/local/lib/ess-5.2.3/lisp/ess-site") If I start now emacs and then R (with M-x R) then I get: > options(STERM='iESS', editor='emacsclient') but using fix() oder
2023 Nov 10
1
Calling Emacs Lisp Code/Function from R
Hi, if you run a server in your Emacs session you can use emacsclient to send a lisp call to the server. There's an example here: https://emacs.stackexchange.com/questions/54156/how-can-i-query-emacs-from-a-separate-process/54161#54161 Regards, Martin Gregory On 11/10/23 11:18, Duncan Murdoch wrote: > I'm not an Emacs user, but the ESS-help mailing list (see >
2002 Jul 02
4
XEmacs vs. GNU Emacs?
As a user of only R, I don't use much of the potential of ESS and Emacs. Without entering a religious feud, is there any reason I should use XEmacs rather than my current GNU Emacs? (I looked on the XEmacs site, but I didn't understand the programming issues they were talking about (over my head).) Martin Henry H. Stevens, Assistant Professor 338 Pearson Hall Botany Department Miami
2004 Sep 26
2
how to set options (variables) permanently
Hi, after starting Emacs/ESS/R environment I tried to launch "edit" or "fix". This normally should fire up the $editor, isn't it. Instead of this I regularily I run into an error that there something wrong with $editor. ----------------------------------------------- > op <- options(); str(op) Amongst many entries you'll find this: $ editor
2002 Jan 07
3
ESS with Xemacs? [vs. Emacs, slightly off topic]
I decided to try out Xemacs instead of Emacs in Linux (RH 7.2). After doing lots of configuration of Xemacs, I finally discovered a major problem. With Emacs, when I use R, I start Emacs twice (at least), in different viewports, once as emacs -f R and once as emacs myfile.R Then I try commands in the first one, and, when they work (which isn't very often), I cut the command with C-w,
2004 Sep 24
0
fix and edit don't work the expected way
Hello, I am tinkering a bit with options(), namely, how to query and set them up to suit my needs. 1) The basic problem seems that the editor entry in options looks like this: > options() --------------------------------------------------------- $editor [1] "emacsclient" --------------------------------------------------------- After setting this option to /usr/bin/emacs by
2004 Sep 24
2
emacs, Mac OS X, R
Hi! Since August I am using emacs on my Macintosh to edit the R objects. I have installed R 1.9.1, Mac OS X 10.3.5 and GNU Emacs 21.2.1. However there are some issues I haven't resolved: a) switch the caps lock key to the meta key (and when this is not possible, switch the alt/option key to the meta). The switch should work only within emacs! b) having different colors for the code,
2000 Jul 12
1
buglet in fix() [was "function via source or fix"] (PR#602)
>>>>> "Erin" == Erin Hodgess <hodgess@uhddx01.dt.uh.edu> writes: Erin> Suppose I create a function, x.e, via the fix command: (ESS users ESS don't ever do this, but still ...) >> x.e <- fix(x.e) Erin> When I type in x.e, the function code appears, along Erin> with the name/number of the environment. Ok, in the above it was
2023 Nov 10
1
Calling Emacs Lisp Code/Function from R
I'm not an Emacs user, but the ESS-help mailing list (see ess.r-project.org) might be able to help with this. Duncan Murdoch On 10/11/2023 3:43 a.m., Iris Simmons wrote: > Hi, > > > I'm using R in Emacs and I'm interested in programatically knowing the > details of all opened buffers; details such a buffer name, size, mode, > and possibly associated filename.
2000 Jan 27
2
oops
I just sent a bug report about "mailx" being the default mailer, before I looked at bug.report() carefully and saw that it checked "/usr/ucb/mail", and "Mail" as well as "mailx". I guess I had had the problem with this in a previous version. Would it be clearer to have .Options$mailer be a vector or list of alternate mailers that were checked in turn,
2017 Feb 15
5
[Bug 2677] New: Provide a way to set an environment variable from ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=2677 Bug ID: 2677 Summary: Provide a way to set an environment variable from ssh_config Product: Portable OpenSSH Version: 7.4p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: ssh
2005 Mar 28
1
gnuclient problems witrh R/ESS in linux
Dear list, Not strictly R ... In R on Xemacs with ESS (R-2.0.1, Xemacs-21.4.15-r3, ESS-5.2.6) on gentoo-linux when I use k<-edit(k) or fix(k) to change a small vector k <- c(1,2,3,4,5,6) the opened window (called '6b8b4567') appears not to be connected to the gnuclient and I'm able to edit the file but has no instructions in the minibuffer and C-x # gives '6b8b4567 does
2002 Oct 22
1
gnuclient.exe as pager ?
Hi, I see there are some previous threads on gnuclient.exe, but I can't figure this out based on those... I recently started using ESS with Xemacs. I'm on Windows XP. On starting iESS, my editor gets set to 'gnuclient.exe'. I don't understand how this works, since there is no executable anywhere on my machine called "gnuclient.exe". But I have no complaints: I like
2003 Jul 23
1
Strange behaviour when running R from within Emacs on Winddows
Dear R-experts, I run R in a shell under Emacs on Win2k using ESS. I get the following strange error > shell("copy c:\\file.txt c:\\newfile.txt") warning: extra args ignored after 'copy' Forkert syntaks for kommandoen. Warning message: cmd execution failed with error code 1 in: shell("copy c:\\file.txt c:\\newfile.txt") The same problem emerges independently of
2006 Jun 15
3
annoying warnings in ESS/Emacs
Hi, I'm not sure if this is an R problem, a Debian problem, a GNU Emacs problem or an ESS problem. I get the following warning the first time I call help on a command in a session, for example: > ?sessionInfo Warning message: use of NULL environment is deprecated This only occurs in GNU Emacs, not when running R from bash, and not with Xemacs. It started happening when I updated R
2000 Feb 11
1
Help System (PR#428)
Dear R developers, sorry about the empty bug-report that I seem to have filed earlier. (I wrote it via `bug.report()' from within R using `emacsclient'. I wasn't aware that I have to save the file after pressing C-x # and before sending it.) Hopefully this time it will work...... I noticed the following problem with the on-line help system: 1) I start an R session and type
2009 Feb 10
2
Strange behaviour of ISOdatetime
Hi All, I am watching a strange behaviour of ISOdatetime. In my work computer, I get NA when I try to do > ISOdatetime(1995,03,26,2,0,0) [1] NA But on other dates and/or times (hour) works OK > ISOdatetime(1995,03,25,2,0,0) [1] "1995-03-25 02:00:00 GMT" In my home computer, I do not have this problem. I am running the same version of R (2.8.1 patched) on both machines, the
2012 Mar 21
1
enableJIT() and internal R completions (was: [ESS-bugs] ess-mode 12.03; ess hangs emacs)
Hello, JIT compiler interferes with internal R completions: compiler::enableJIT(2) utils:::functionArgs("density", '') gives: utils:::functionArgs("density", '') Note: no visible global function definition for 'bw.nrd0' Note: no visible global function definition for 'bw.nrd' Note: no visible global function definition for 'bw.ucv'
2009 Jan 20
3
Using centos and kickstart to build a minimum installation
Using centos 5.2, I want to use a kickstart file to select packages in order to have an unattended install onto a bare-metal server. Is there any way of finding out which packages I need to compile, build and run asterisk ? I generally want to build all modules in asterisk and the wct4xxp zaptel module I want to be able to not select any groups in the kickstart file, but only select
2007 Oct 05
8
Linux editor for R+LaTeX, but not Emacs
Using Tinn-R (in windows) is possible to run latex and R from the same editor, which was great. Now, I am using Ubuntu-linux, which has been better than WinXP. Currently, I am using Emacs (and then install ESS) for running LaTeX and R from a same editor-program (like i was doing with Tinn-R in windows). Nevertheless, and even though i have been using Emacs for almost 2 years, it is not as