Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] LLVM major mode for XEmacs"
2004 Feb 26
2
Sweave and Xemacs on Windows2000?
Hallo!
Trying to configure Xemacs to work with .snw files on windows 2000. Tried to do it how it is described in the FAQ for Sweaves.
When starting xemacs with and Snw file
*ESS* buffer contains hundrets of lines and the few last ones.
(ess-loop-timeout . 500000) (inferior-ess-primary-prompt . ^) (inferior-ess-secondary-prompt . ^) (comint-use-prompt-regexp-instead-of-fields . t)
2008 May 03
1
ESS and Xemacs version 21.5.28
Hi,
When I start Xemacs version 21.5.28 (in Unix), using the init.el:
(setq bell-volume 0)
(setq sound-alist nil)
(setq grep-find-use-xargs nil)
(require 'ess-site)
I get the following error:
(1) (initialization/error) An error has occurred while loading
$home/.xemacs/init.el:
Cannot open load file: "ess-site"
Backtrace follows:
signal(file-error ("Cannot open
2003 Apr 23
1
Setting up Xemacs + Sweave
Dear list,
I have tried to setup my Xemacs for use with Sweave, which I indend to learn.
I have followed the instructions in the Sweave FAQ, that is to say, I put
(defun Rnw-mode ()
(require 'ess-noweb)
(noweb-mode)
(if (fboundp 'R-mode)
(setq noweb-default-code-mode 'R-mode)))
(add-to-list 'auto-mode-alist '("\\.Rnw\\'" . Rnw-mode))
(add-to-list
2003 Mar 02
2
ESS+R not closing gracefully
I am having trouble with ESS+R. I don't know if it is an ESS
problem or an R problem, so I'm posting to this mailing list in
the first instance.
I am using R 1.6.2, Windows XP (latest updates installed), XEmacs 21.4,
and ESS 5.1.21. I have experienced the same problem under Windows 2000 and
recent versions of Emacs and ESS (though my current Windows XP
installation is from scratch, and
2001 Mar 07
1
XEmacs on Windows
> Linux (?) Windows(?)
I mean in the Windows environment.
> I'm using under linux and the same installation worked for both, emacs and
> xemacs.
> P.J.
I am trying to use on ESS win XEmacs on Windows, but I don't know how to
tell XEmacs that use the ESS, I don't found the .emacs file and the system
don't let me create such a file.
Thank you for your help.
Kenneth
2002 Jul 17
1
editing Sweave files in xemacs with ess (noweb), auctex and reftex
I am having some trouble getting reftex, in particular the bibtex
related features, to work properly in xemacs when editing text in Sweave
files. I have added
(defun Rnw-mode ()
(noweb-mode)
(if (fboundp 'R-mode)
(setq noweb-default-code-mode 'R-mode)))
(add-to-list 'auto-mode-alist '("\\.Rnw\\'" . Rnw-mode))
(add-to-list 'auto-mode-alist
2005 Apr 24
0
[LLVMdev] Re: keeping the style police happy with vim
On Sun, Apr 24, 2005 at 11:43:42AM +0900, Duraid Madina wrote:
> Are there some magic .vimrc lines that people can use to keep the
> style police happy? (And if so, are these documented on the website
> anywhere? I had a quick look, but couldn't find anything...
By popular demand :), I just added a file llvm/utils/vim/vimrc which you
may use as a starting point for setting up your
2003 Aug 20
0
end-of-loop-timeout problem and submit-bug-report output (resending) (PR#3841)
(Hi,
I tried sending this to ess-bugs, but got it bounced back: "user unknown".
Hope this isn't too off-topic for ess-help.
Scot)
I'm using Xemacs 21.4, ess 5.1.24, on Windows 98 SE, with John Fox's
configuration files:
(http://socserv.mcmaster.ca/jfox/Books/Companion/ESS/index.html)
and am getting the end-of-loop-timeout warning message I've seen reported
to
2005 Feb 11
0
CentOS-3 x86_64 errata: Updated emacs and xemacs packages fix security issue(s)
https://rhn.redhat.com/errata/RHSA-2005-112.html and
https://rhn.redhat.com/errata/RHSA-2005-134.html refer
Changed files are :-
updates/x86_64/RPMS/emacs-21.3-4.1.centos.1.x86_64.rpm
updates/x86_64/RPMS/emacs-el-21.3-4.1.centos.1.x86_64.rpm
updates/x86_64/RPMS/emacs-leim-21.3-4.1.centos.1.x86_64.rpm
updates/x86_64/RPMS/xemacs-21.4.13-8.ent.1.x86_64.rpm
2005 Feb 11
0
CentOS-3 i386 errata: Updated emacs and xemacs packages fix security issue(s)
https://rhn.redhat.com/errata/RHSA-2005-112.html and
https://rhn.redhat.com/errata/RHSA-2005-134.html refer
Changed files are :-
updates/i386/RPMS/emacs-21.3-4.1.centos.1.i386.rpm
updates/i386/RPMS/emacs-el-21.3-4.1.centos.1.i386.rpm
updates/i386/RPMS/emacs-leim-21.3-4.1.centos.1.i386.rpm
updates/i386/RPMS/xemacs-21.4.13-8.ent.1.i386.rpm
updates/i386/RPMS/xemacs-el-21.4.13-8.ent.1.i386.rpm
2010 Nov 10
4
Installing R and an editor on a USB drive
Hi,
I have adviced my students to install R and an editor on a USB drive for
working in the computer class. With R everything works fine following these
instructions: http://personal.bgsu.edu/~mrizzo/Rmisc/usbR.htm.
But several editors (e.g., Tinn-R and WinEdt) require administrator rights.
I have found out that Emacs (Vincent Goulet's Emacs for Windows Modified
2001 Jun 09
2
r-mode (ESS/XEmacs)
Hello,
please excuse me if this is not the appropriate
mailing list, but I'll give it a try!
I recently switched from using Emacs 20.7.1 to
XEmacs 21.4, both on cygwin / MS W2K.
On Emacs the ESS 5.1.17 was working well, but
now, when calling R from within XEmacs,
it first asks for the working directory,
then says "R process is not running".
The ESS buffer holds the
2007 Apr 17
1
XEmacs on CentOS 5
Either I'm having a case of "now you see it, now you don't" or I'm
just plain stupid:
When upgrading one of my 4.4-machines I discovered, that XEmacs (my
text editor of choice; please no religious discussions) isn't part of
the distribution anymore. OK. I progressed without it (and removed the
old xemacs-packages because they were not working anymore). Then I
installed
2001 Dec 26
1
ESS 5.1.19 w/Xemacs 21.4.6
Probably wrong group for this, but a quick question. I've just switched
from emacs to Xemacs. In reinstalling ESS 5.1.19 I keep getting the
following error when loading Xemacs:
"Error in init file: Symbol's function definition is void: w32-using-nt"
I've debugged the ess-site.el file, which is where the error originates
from. The line causing the difficulty is:
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,
2005 Apr 21
0
[LLVMdev] Trailing whitespace removal (important for CVS users!)
On Thu, Apr 21, 2005 at 03:57:54PM -0500, Chris Lattner wrote:
> On Thu, 21 Apr 2005, Reid Spencer wrote:
> >Why not put all this into a pre-commit filter in CVS and be done with
> >it? We'd never be bothered with it again as it would never be
> >committed again.
>
> I'd rather not have CVS commit scripts mucking with the code.
I think Reid means to have a
2006 Mar 14
3
rails on emacs - need a working .emacs sample
I would like to hear from some one who has ecb, multiple modes with
ruby mode + html mode, rails mode all working together and playing
well.
I had ecb working with Ruby syntax highlighting. That was a no-brainer
since I just had to apt-get them on my Debian Sarge box.
It got a bit more comlex after I got most of the .el files in the articles
http://www.emacswiki.org/cgi-bin/emacs/RubyOnRails
2002 Jan 19
0
ESS configuration
Hi!
I faced a few problems with configuring ESS. I sent my questions to the
ESS mailing list but recieved no replies, so i'm sending them here in
hope someone will help me.
I've just installed ESS and I'm quite a novice at it. In the docs it is
said that setting "ess-insert-function-templates" to non-nil
value will result in the edit buffer containing a skeleton function
2009 Aug 11
1
[PATCH libguestfs] doc: improve emacs snippets
I've made some local commits that introduce TABs as indentation,
and thus provoke a "make syntax-check" failure.
This would have prevented it:
>From 4740b66adc5985d9a72a7648aa60c5389ffc31af Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Tue, 11 Aug 2009 09:53:16 +0200
Subject: [PATCH libguestfs] doc: improve emacs snippets
* HACKING: Make (setq
2001 Mar 03
11
Emacs & ESS under Windows
After the discussions about appropriate editors under Windows to use with
R, I have managed to install Emacs, XEmacs, and ESS under WinNT 4.0, and
these work fine. It's not necessary to compile anything to use R with ESS,
just to install Emacs and ESS, and do a few modifications in some files.
XEmacs is also easy to install but apparently ESS cannot run with it
(confirmed by a message by Tony