<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-28748</id>
	<title>Nabble - ESS - Help</title>
	<updated>2009-12-04T10:52:47Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/ESS---Help-f28748.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ESS---Help-f28748.html" />
	<subtitle type="html">This is an archive of public mailing list for &lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users of ESS for GNU &amp; X Emacs&lt;/a&gt;&amp;nbsp;(&amp;quot;ESS-help&amp;quot; formely was &amp;quot;S-mode&amp;quot;) 
&lt;br&gt;&lt;br&gt;ESS := Emacs Speaks Statistics -- A package for editing source and running command oriented statistics programs, currently including R, S-PLUS, Lisp-Stat, SAS, Stata, BUGS,... 
&lt;br&gt;&lt;br&gt;For more info, see the &lt;a href=&quot;http://ess.r-project.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS&lt;/a&gt;&amp;nbsp;site. 
&lt;br&gt;&lt;br&gt;The purposes of the mailing list include 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; - helping users of ESS (formerly known as S-mode) to get along with it 
&lt;br&gt;&amp;nbsp; &amp;nbsp; - discussing aspects of using ESS for GNU Emacs and Xemacs 
&lt;br&gt;&amp;nbsp; &amp;nbsp; - suggestions for improvements 
&lt;br&gt;&amp;nbsp; &amp;nbsp; - announcements of new [beta] releases of ESS. 
&lt;br&gt;&amp;nbsp; &amp;nbsp; - posting small patches to ESS</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26647393</id>
	<title>Interaction of ESS and gud-mode for gdb debugger</title>
	<published>2009-12-04T10:52:47Z</published>
	<updated>2009-12-04T10:52:47Z</updated>
	<author>
		<name>Douglas Bates-2</name>
	</author>
	<content type="html">I'm not sure if this is an interaction of gud-mode and ESS but I am
&lt;br&gt;unable to use gdb on compiled R code in the way that I could
&lt;br&gt;previously.
&lt;br&gt;&lt;br&gt;The operating system is Ubuntu 9.10 on an amd64 desktop running what
&lt;br&gt;is still called emacs-snapshot, even though it is now the released
&lt;br&gt;version. &amp;nbsp;To be specific the emacs is
&lt;br&gt;&lt;br&gt;GNU Emacs 23.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.18.0) of
&lt;br&gt;2009-09-27 on crested, modified by Debian
&lt;br&gt;&lt;br&gt;with ESS version 5.4. &amp;nbsp;The version of gdb is
&lt;br&gt;&lt;br&gt;GNU gdb (GDB) 7.0-ubuntu
&lt;br&gt;&lt;br&gt;I'm not sure what the version of gud-mode is but it would be the
&lt;br&gt;version shipped with this emacs as I haven't altered it since the
&lt;br&gt;initial install.
&lt;br&gt;&lt;br&gt;The way that I debug compiled code for R is to start R with ESS (i.e.
&lt;br&gt;M-x R), load any packages that I need, then start gdb on the R
&lt;br&gt;executable. &amp;nbsp;At that point I determine the process number of the R
&lt;br&gt;process (e.g. M-! pgrep R) and in the gud-gdb buffer attach the
&lt;br&gt;debugger to that process and set any necessary breakpoints. &amp;nbsp;In the
&lt;br&gt;past the gud-gdb buffer would show that it was reading the symbols
&lt;br&gt;from the various shared objects then it would give a prompt where I
&lt;br&gt;could set breakpoints. &amp;nbsp;The *R* buffer would be frozen while this was
&lt;br&gt;going on. &amp;nbsp;To return control of the R process you send the 0 signal
&lt;br&gt;(i.e. sig 0) from the *gud-gdb* buffer.
&lt;br&gt;&lt;br&gt;I still get the output about reading the symbol tables but I no longer
&lt;br&gt;get a prompt in the *gud-gdb*. &amp;nbsp;If I try to recover a prompt, say with
&lt;br&gt;C-g, the R process in the *R* buffer is killed.
&lt;br&gt;&lt;br&gt;I imagine this change is documented somewhere and I could find out by
&lt;br&gt;reading the gdb and perhaps the gud-mode documentation but right now I
&lt;br&gt;would really prefer to spend my time debugging my code, instead of
&lt;br&gt;learning about new capabilities. &amp;nbsp;Does anyone have any hints of where
&lt;br&gt;to look or what to do?
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26647393&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Interaction-of-ESS-and-gud-mode-for-gdb-debugger-tp26647393p26647393.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26645865</id>
	<title>ESS 5.6 released</title>
	<published>2009-12-04T09:14:57Z</published>
	<updated>2009-12-04T09:14:57Z</updated>
	<author>
		<name>Martin Maechler-4</name>
	</author>
	<content type="html">Dear ESS lovers,
&lt;br&gt;&lt;br&gt;we've decided to release ESS 5.6 as it contains
&lt;br&gt;a small change to make it work seemlessly with 'R-devel' (the R
&lt;br&gt;2.11.0 unstable development version).
&lt;br&gt;Apart from that it contains some cleanup (fixes); also related
&lt;br&gt;to using SAS.
&lt;br&gt;&lt;br&gt;Here's the (first part of the) ANNOUNCE file:
&lt;br&gt;&lt;br&gt;1 ANNOUNCING ESS
&lt;br&gt;****************
&lt;br&gt;&lt;br&gt;The ESS Developers proudly announce the release of ESS
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;5.6
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Emacs Speaks Statistics (ESS) provides an intelligent, consistent
&lt;br&gt;interface between the user and the software. &amp;nbsp;ESS interfaces with
&lt;br&gt;S-PLUS, R, SAS, BUGS and other statistical analysis packages under the
&lt;br&gt;Unix, Microsoft Windows, and Apple Mac OS operating systems. &amp;nbsp;ESS is a
&lt;br&gt;package for the GNU Emacs and XEmacs text editors whose features ESS
&lt;br&gt;uses to streamline the creation and use of statistical software. &amp;nbsp;ESS
&lt;br&gt;knows the syntax and grammar of statistical analysis packages and
&lt;br&gt;provides consistent display and editing features based on that
&lt;br&gt;knowledge. &amp;nbsp;ESS assists in interactive and batch execution of
&lt;br&gt;statements written in these statistical analysis languages.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;ESS is freely available under the GNU General Public License (GPL).
&lt;br&gt;Please read the file COPYING which comes with the distribution, for
&lt;br&gt;more information about the license. For more detailed information,
&lt;br&gt;please read the README files that come with ESS.
&lt;br&gt;&lt;br&gt;1.1 Getting the Latest Version
&lt;br&gt;==============================
&lt;br&gt;&lt;br&gt;The latest released version of ESS is always available on the web at:
&lt;br&gt;ESS web page (&lt;a href=&quot;http://ess.r-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ess.r-project.org&lt;/a&gt;) 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;The latest development version of ESS is available via
&lt;br&gt;`&lt;a href=&quot;https://svn.R-project.org/ESS/'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.R-project.org/ESS/'&lt;/a&gt;, the ESS Subversion repository. &amp;nbsp;If
&lt;br&gt;you have a Subversion client (see `&lt;a href=&quot;http://subversion.tigris.org/'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/'&lt;/a&gt;), you
&lt;br&gt;can download the sources using:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;% svn checkout &lt;a href=&quot;https://svn.r-project.org/ESS/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.r-project.org/ESS/trunk&lt;/a&gt;&amp;nbsp;PATH
&lt;br&gt;&amp;nbsp; &amp;nbsp;which will put the ESS files into directory PATH. &amp;nbsp;Later, within
&lt;br&gt;that directory, `svn update' will bring that directory up to date.
&lt;br&gt;Windows-based tools such as TortoiseSVN are also available for
&lt;br&gt;downloading the files. &amp;nbsp;Alternatively, you can browse the sources with a
&lt;br&gt;web browser at: ESS SVN site (&lt;a href=&quot;https://svn.r-project.org/ESS/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.r-project.org/ESS/trunk&lt;/a&gt;).
&lt;br&gt;However, please use a subversion client instead to minimize the load
&lt;br&gt;when retrieving.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;If you remove other versions of ESS from your emacs load-path, you
&lt;br&gt;can then use the development version by adding the following to .emacs:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;(load &amp;quot;/path/to/ess-svn/lisp/ess-site.el&amp;quot;)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Note that https is required, and that the SSL certificate for the
&lt;br&gt;Subversion server of the R project is
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Certificate information:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - Hostname: svn.r-project.org
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - Valid: from Jul 16 08:10:01 2004 GMT until Jul 14 08:10:01 2014 GMT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - Issuer: Department of Mathematics, ETH Zurich, Zurich, Switzerland, CH
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - Fingerprint: c9:5d:eb:f9:f2:56:d1:04:ba:44:61:f8:64:6b:d9:33:3f:93:6e:ad
&lt;br&gt;&lt;br&gt;(currently, there is no &amp;quot;trusted certificate&amp;quot;). &amp;nbsp;You can accept this
&lt;br&gt;certificate permanently and will not be asked about it anymore.
&lt;br&gt;&lt;br&gt;1.2 Current Features
&lt;br&gt;====================
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* Languages Supported:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * S family (S 3/4, S-PLUS 3.x/4.x/5.x/6.x/7.x/8.x, and R)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * SAS
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * BUGS/JAGS
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Stata
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * XLispStat including Arc and ViSta
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* Editing source code (S family, SAS, BUGS/JAGS, XLispStat)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Syntactic indentation and highlighting of source code
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Partial evaluation of code
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Loading and error-checking of code
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Source code revision maintenance
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Batch execution (SAS, BUGS/JAGS)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Use of imenu to provide links to appropriate functions
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* Interacting with the process (S family, SAS, XLispStat)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Command-line editing
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Searchable Command history
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Command-line completion of S family object names and file
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; names
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Quick access to object lists and search lists
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Transcript recording
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Interface to the help system
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* Transcript manipulation (S family, XLispStat)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Recording and saving transcript files
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Manipulating and editing saved transcripts
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Re-evaluating commands from transcript files
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* Help File Editing (R)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Syntactic indentation and highlighting of source code.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Sending Examples to running ESS process.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Previewing
&lt;br&gt;&lt;br&gt;1.3 Requirements
&lt;br&gt;================
&lt;br&gt;&lt;br&gt;ESS is most likely to work with current/recent versions of the following
&lt;br&gt;statistical packages: R/S-PLUS, SAS, Stata and JAGS. The one exception
&lt;br&gt;is BUGS which is quite old, but should still work.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;ESS supports current/recent versions of GNU Emacs and XEmacs. &amp;nbsp;Most
&lt;br&gt;notably, the GNU Emacs 22 series and XEmacs 21.4.14 or higher
&lt;br&gt;(beta/pre-release versions are NOT SUPPORTED).
&lt;br&gt;&lt;br&gt;1.4 Stability
&lt;br&gt;=============
&lt;br&gt;&lt;br&gt;All released versions (5.x, x &amp;gt;= 4) are meant to be release-quality
&lt;br&gt;versions. &amp;nbsp;While some new features are being introduced, we are
&lt;br&gt;cleaning up and improving the interface. &amp;nbsp;We know about some remaining
&lt;br&gt;documentation inconsistencies. &amp;nbsp;Patches or suggested fixes with bug
&lt;br&gt;reports are much appreciated!
&lt;br&gt;&lt;br&gt;1.5 Mailing List
&lt;br&gt;================
&lt;br&gt;&lt;br&gt;There is a mailing list for discussions and announcements relating to
&lt;br&gt;ESS. &amp;nbsp;Join the list by sending an e-mail with &amp;quot;subscribe ess-help&amp;quot; (or
&lt;br&gt;&amp;quot;help&amp;quot;) in the body to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645865&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help-request@...&lt;/a&gt;&amp;gt;;
&lt;br&gt;contributions to the list may be mailed to
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645865&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help@...&lt;/a&gt;&amp;gt;. &amp;nbsp;Rest assured, this is a fairly
&lt;br&gt;low-volume mailing list.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;The purposes of the mailing list include
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* &amp;nbsp;helping users of ESS to get along with it.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* &amp;nbsp;discussing aspects of using ESS on Emacs and XEmacs.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* &amp;nbsp;suggestions for improvements.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* &amp;nbsp;announcements of new releases of ESS.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* &amp;nbsp;posting small patches to ESS.
&lt;br&gt;&lt;br&gt;1.6 Reporting Bugs
&lt;br&gt;==================
&lt;br&gt;&lt;br&gt;Please send bug reports, suggestions etc. to
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645865&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-bugs@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;The easiest way to do this is within Emacs by typing
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;`M-x ess-submit-bug-report'
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;This also gives the maintainers valuable information about your
&lt;br&gt;installation which may help us to identify or even fix the bug.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;If Emacs reports an error, backtraces can help us debug the problem.
&lt;br&gt;Type &amp;quot;M-x set-variable RET debug-on-error RET t RET&amp;quot;. &amp;nbsp;Then run the
&lt;br&gt;command that causes the error and you should see a *Backtrace* buffer
&lt;br&gt;containing debug information; send us that buffer.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Note that comments, suggestions, words of praise and large cash
&lt;br&gt;donations are also more than welcome.
&lt;br&gt;&lt;br&gt;1.7 Authors
&lt;br&gt;===========
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* A.J. Rossini (mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645865&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;blindglobe@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* Richard M. Heiberger (mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645865&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rmh@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* Kurt Hornik (mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645865&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kurt.Hornik@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* Martin Maechler (mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645865&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maechler@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* Rodney A. Sparapani (mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645865&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rsparapa@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;* Stephen Eglen (mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645865&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stephen@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;1.8 License
&lt;br&gt;===========
&lt;br&gt;&lt;br&gt;ESS is free software; you can redistribute it and/or modify it under
&lt;br&gt;the terms of the GNU General Public License as published by the Free
&lt;br&gt;Software Foundation; either version 2, or (at your option) any later
&lt;br&gt;version.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;ESS is distributed in the hope that it will be useful, but WITHOUT
&lt;br&gt;ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
&lt;br&gt;FITNESS FOR A PARTICULAR PURPOSE. &amp;nbsp;See the GNU General Public License
&lt;br&gt;in the file COPYING in the same directory as this file for more details.
&lt;br&gt;&lt;br&gt;1.9 New Features
&lt;br&gt;================
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Changes/New Features in 5.6:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * ESS[R]: help() calls have to differ from old default, with
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; newer &amp;nbsp;versions of R; currently via .help.ESS &amp;lt;-
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; function(...) hack.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Changes/New Features in 5.4:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * ESS[SAS]: The long overdue change from `make-regexp' to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; `regexp-opt' for font-locking is complete. &amp;nbsp;The new
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; `regexp-opt' is now the default since it is better than the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; old code in many ways (and especially more maintainable).
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; However, there are certainly some special cases missed (bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; reports and patches welcome!). &amp;nbsp;Setting
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; `ess-sas-run-regexp-opt' to `nil' will result in the old code
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; being used.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * ESS[BUGS] and ESS[JAGS]: typing `=' now results in &amp;nbsp;`&amp;lt;-'.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * ESS[R] function arguments &amp;quot;show&amp;quot; `(ess-r-args-show)' now
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; uses the new `(tooltip-show-at-point)' contributed by Erik
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Iverson.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Toolbar icons now also work in (beta) Emacs 23.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * ESS[S]: New function `ess-change-directory' for setting both
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; emacs' current directory and the directory of an *R* or *S*
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; buffer.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * ESS[S] when transient-mark-mode is true, the mark is now kept,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rather than deactivated, thanks to a patch from David Reitter.
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645865&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ESS-5.6-released-tp26645865p26645865.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26643127</id>
	<title>Re: html help in R 2.10 (Linux)</title>
	<published>2009-12-04T06:14:24Z</published>
	<updated>2009-12-04T06:14:24Z</updated>
	<author>
		<name>Frank E Harrell Jr</name>
	</author>
	<content type="html">Jonathan Baron wrote:
&lt;br&gt;&amp;gt; I would like to use the html help in R. &amp;nbsp;In .Rprofile, I have (among
&lt;br&gt;&amp;gt; other options):
&lt;br&gt;&amp;gt; options(browser=&amp;quot;/home/baron/firefox/firefox&amp;quot;,help_type=&amp;quot;html&amp;quot;)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It works but it has two problems. &amp;nbsp;First, if I say
&lt;br&gt;&amp;gt; ?sum
&lt;br&gt;&amp;gt; in the R window in emacs, for example, ESS splits the frame and opens
&lt;br&gt;&amp;gt; a blank frame in the bottom half, which I do not want and have to kill
&lt;br&gt;&amp;gt; manually.
&lt;br&gt;&lt;br&gt;I wish I could some that. &amp;nbsp;It's annoying.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Second, if I ask for help again, ESS opens a new browser window. &amp;nbsp;At
&lt;br&gt;&amp;gt; the end of the sessions I have several windows open, which I must
&lt;br&gt;&amp;gt; close manually. &amp;nbsp;I would like everything to appear in the same
&lt;br&gt;&amp;gt; window of firefox.
&lt;br&gt;&lt;br&gt;Try browser='firefox --new-tab' or browser='kfmclient newTab' to use 
&lt;br&gt;konqueror (which I prefer for this use)
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Jon
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Frank E Harrell Jr &amp;nbsp; Professor and Chair &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; School of Medicine
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Department of Biostatistics &amp;nbsp; Vanderbilt University
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26643127&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/html-help-in-R-2.10-%28Linux%29-tp26641642p26643127.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26641642</id>
	<title>html help in R 2.10 (Linux)</title>
	<published>2009-12-04T04:04:40Z</published>
	<updated>2009-12-04T04:04:40Z</updated>
	<author>
		<name>Jonathan Baron</name>
	</author>
	<content type="html">I would like to use the html help in R. &amp;nbsp;In .Rprofile, I have (among
&lt;br&gt;other options):
&lt;br&gt;options(browser=&amp;quot;/home/baron/firefox/firefox&amp;quot;,help_type=&amp;quot;html&amp;quot;)
&lt;br&gt;&lt;br&gt;It works but it has two problems. &amp;nbsp;First, if I say
&lt;br&gt;?sum
&lt;br&gt;in the R window in emacs, for example, ESS splits the frame and opens
&lt;br&gt;a blank frame in the bottom half, which I do not want and have to kill
&lt;br&gt;manually.
&lt;br&gt;&lt;br&gt;Second, if I ask for help again, ESS opens a new browser window. &amp;nbsp;At
&lt;br&gt;the end of the sessions I have several windows open, which I must
&lt;br&gt;close manually. &amp;nbsp;I would like everything to appear in the same
&lt;br&gt;window of firefox.
&lt;br&gt;&lt;br&gt;Jon
&lt;br&gt;-- 
&lt;br&gt;Jonathan Baron, Professor of Psychology, University of Pennsylvania
&lt;br&gt;Home page: &lt;a href=&quot;http://www.sas.upenn.edu/~baron&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sas.upenn.edu/~baron&lt;/a&gt;&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26641642&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/html-help-in-R-2.10-%28Linux%29-tp26641642p26641642.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26638831</id>
	<title>Re: (ess-ask-about-transfile t) problem</title>
	<published>2009-12-03T23:42:27Z</published>
	<updated>2009-12-03T23:42:27Z</updated>
	<author>
		<name>Martin Maechler-4</name>
	</author>
	<content type="html">&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;SE&amp;quot; == Stephen Eglen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26638831&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;S.J.Eglen@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; on Thu, 03 Dec 2009 20:09:03 +0000 writes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; SE&amp;gt; Kjetil Halvorsen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26638831&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kjetil1001@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; I experimented putting
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; (setq &amp;nbsp; ess-ask-about-transfile t)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; in my .emacs &amp;nbsp; file. Then, when starting a new R process in emacs and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; giving a transcript file name, R starts in a READONLY buffer, so I can give
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; no commands!
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; That can't be the intention???
&lt;br&gt;&lt;br&gt;yes, it has been the intention [and yes, sometimes this
&lt;br&gt;is inconvenient]:
&lt;br&gt;&lt;br&gt;The idea has probably always been that an R output file
&lt;br&gt;is something &amp;quot;precious&amp;quot; that you don't want to accidentally change:
&lt;br&gt;most of those I use are 'foo.Rout' , the result of 
&lt;br&gt;R CMD BATCH foo.R &amp;nbsp;and I'd typically use BATCH for expensive
&lt;br&gt;long simulations.
&lt;br&gt;&lt;br&gt;When this feature had been introduced (in 'S-mode'),
&lt;br&gt;for S transcripts, more than 20 years ago (~ ten years before R was &amp;quot;born&amp;quot;)
&lt;br&gt;emacs users were more sophisticated in using and knowing key
&lt;br&gt;strokes {Emacs 18.x and 19.x had no menus IIRC}, and the
&lt;br&gt;developers back then will have assumed --- most 
&lt;br&gt;probably correctly --- that all users would know &amp;nbsp; C-x C-q.
&lt;br&gt;&lt;br&gt;So far the historical background.
&lt;br&gt;&lt;br&gt;I'm not against giving up this feature of protecting precious
&lt;br&gt;output from accidental user modification, but neither will I
&lt;br&gt;implement the change and modify the documentation in the correct
&lt;br&gt;places. &amp;nbsp;
&lt;br&gt;(but others are very welcome to !)
&lt;br&gt;&lt;br&gt;Martin
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; SE&amp;gt; I can confirm this behaviour, and a quick glance at the code didn't
&lt;br&gt;&amp;nbsp; &amp;nbsp; SE&amp;gt; reveal any obvious reason why this would be the case. &amp;nbsp;But as I don't
&lt;br&gt;&amp;nbsp; &amp;nbsp; SE&amp;gt; use transcripts, I'm not sure if there is a good reason for this. 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; SE&amp;gt; For now, the workaround is that once R has started, you can do
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; SE&amp;gt; C-x C-q 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; SE&amp;gt; to toggle the read-only status and then use R.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; SE&amp;gt; Stephen
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; SE&amp;gt; ______________________________________________
&lt;br&gt;&amp;nbsp; &amp;nbsp; SE&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26638831&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;nbsp; &amp;nbsp; SE&amp;gt; &lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26638831&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28ess-ask-about-transfile-t%29-problem-tp26628648p26638831.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26633403</id>
	<title>Re: (ess-ask-about-transfile t) problem</title>
	<published>2009-12-03T13:21:41Z</published>
	<updated>2009-12-03T13:21:41Z</updated>
	<author>
		<name>Kjetil Halvorsen-2</name>
	</author>
	<content type="html">On Thu, Dec 3, 2009 at 17:09, Stephen Eglen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633403&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;S.J.Eglen@...&lt;/a&gt;&amp;gt;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Kjetil Halvorsen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633403&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kjetil1001@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I experimented putting
&lt;br&gt;&amp;gt; &amp;gt; (setq &amp;nbsp; ess-ask-about-transfile t)
&lt;br&gt;&amp;gt; &amp;gt; in my .emacs &amp;nbsp; file. Then, when starting a new R process in emacs and
&lt;br&gt;&amp;gt; &amp;gt; giving a transcript file name, R starts in a READONLY buffer, so I can
&lt;br&gt;&amp;gt; give
&lt;br&gt;&amp;gt; &amp;gt; no commands!
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; That can't be the intention???
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ican confirm this behaviour, and a quick glance at the code didn't
&lt;br&gt;&amp;gt; reveal any obvious reason why this would be the case. &amp;nbsp;But as I don't
&lt;br&gt;&amp;gt; use transcripts, I'm not sure if there is a good reason for this.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For now, the workaround is that once R has started, you can do
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; C-x C-q
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; to toggle the read-only status and then use R.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Stephen
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Thanks! I tried to do this, but then I got the error &amp;quot;no process in buffer&amp;quot;
&lt;br&gt;(or similar).
&lt;br&gt;&lt;br&gt;Kjetil
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;quot;... an entire human genome would fit on a music CD.&amp;quot;
&lt;br&gt;&lt;br&gt;--- www.thinkgene.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [[alternative HTML version deleted]]
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26633403&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28ess-ask-about-transfile-t%29-problem-tp26628648p26633403.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26632385</id>
	<title>Re: (ess-ask-about-transfile t) problem</title>
	<published>2009-12-03T12:09:03Z</published>
	<updated>2009-12-03T12:09:03Z</updated>
	<author>
		<name>Stephen Eglen</name>
	</author>
	<content type="html">Kjetil Halvorsen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26632385&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kjetil1001@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; I experimented putting
&lt;br&gt;&amp;gt; (setq &amp;nbsp; ess-ask-about-transfile t)
&lt;br&gt;&amp;gt; in my .emacs &amp;nbsp; file. Then, when starting a new R process in emacs and
&lt;br&gt;&amp;gt; giving a transcript file name, R starts in a READONLY buffer, so I can give
&lt;br&gt;&amp;gt; no commands!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That can't be the intention???
&lt;br&gt;&lt;br&gt;Ican confirm this behaviour, and a quick glance at the code didn't
&lt;br&gt;reveal any obvious reason why this would be the case. &amp;nbsp;But as I don't
&lt;br&gt;use transcripts, I'm not sure if there is a good reason for this. 
&lt;br&gt;&lt;br&gt;For now, the workaround is that once R has started, you can do
&lt;br&gt;&lt;br&gt;C-x C-q 
&lt;br&gt;&lt;br&gt;to toggle the read-only status and then use R.
&lt;br&gt;&lt;br&gt;Stephen
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26632385&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28ess-ask-about-transfile-t%29-problem-tp26628648p26632385.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26630218</id>
	<title>Re: Problem with menus with emacs 23.1.1; suppressing extra 	window</title>
	<published>2009-12-03T09:53:39Z</published>
	<updated>2009-12-03T09:53:39Z</updated>
	<author>
		<name>Frank E Harrell Jr</name>
	</author>
	<content type="html">Ista Zahn wrote:
&lt;br&gt;&amp;gt; Hi Professor Harrell,
&lt;br&gt;&amp;gt; The first problem is probably due to this bug:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550541&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550541&lt;/a&gt;&amp;nbsp;and the
&lt;br&gt;&amp;gt; workaround is run export GDK_NATIVE_WINDOWS=1 before starting emacs.
&lt;br&gt;&amp;gt; It's very annoying, hopefully they will fix it soon.
&lt;br&gt;&lt;br&gt;That worked like a charm. &amp;nbsp;Thanks Ista!
&lt;br&gt;Frank
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -Ista
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Thu, Dec 3, 2009 at 11:24 AM, Frank E Harrell Jr
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26630218&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;f.harrell@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; In running the latest debian ess with emacs 23.1.1 I am getting empty menus
&lt;br&gt;&amp;gt;&amp;gt; (Imenu-S, ESS). &amp;nbsp;I'm using R 2.10.0 on ubuntu karmic. &amp;nbsp;My .emacs is below.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Secondly, the the html help system when used with ess opens an empty emacs
&lt;br&gt;&amp;gt;&amp;gt; frame when help is called. &amp;nbsp;I would prefer suppressing that.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I would appreciate any help.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt;&amp;gt; Frank
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; (defun make-backup-file-name (file)
&lt;br&gt;&amp;gt;&amp;gt; (concat &amp;quot;~/tmp/&amp;quot; (file-name-nondirectory file) &amp;quot;~&amp;quot;))
&lt;br&gt;&amp;gt;&amp;gt; (defun backup-file-name-p (file)
&lt;br&gt;&amp;gt;&amp;gt; (string-match &amp;quot;\\~$&amp;quot; file))
&lt;br&gt;&amp;gt;&amp;gt; (defun goto-matching-paren ()
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;quot;Goto the matching parentesis of sexp after point (visually at point).&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;(interactive)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;(if (= (char-syntax (char-after (point))) ?\()
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(goto-char (1- (scan-sexps (point) 1)))
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;(if (= (char-syntax (char-after (point))) ?\))
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(goto-char (scan-sexps (1+ (point)) -1)))))
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;(global-set-key &amp;quot;\M-p&amp;quot; 'goto-matching-paren)
&lt;br&gt;&amp;gt;&amp;gt; (setq-default tab-width 4)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; (require 'recentf)
&lt;br&gt;&amp;gt;&amp;gt; (recentf-mode 1)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;(setq comint-scroll-to-bottom-on-output 'others)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;(setq comint-scroll-show-maximum-output t)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; (custom-set-variables
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;;; custom-set-variables was added by Custom.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;;; If you edit it by hand, you could mess it up, so be careful.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;;; Your init file should contain only one such instance.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;;; If there is more than one, they won't work right.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;'(case-fold-search t)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;'(current-language-environment &amp;quot;UTF-8&amp;quot;)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;'(default-input-method &amp;quot;rfc1345&amp;quot;)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;'(inhibit-startup-screen t)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;'(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify)))
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;'(transient-mark-mode t))
&lt;br&gt;&amp;gt;&amp;gt; (custom-set-faces
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;;; custom-set-faces was added by Custom.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;;; If you edit it by hand, you could mess it up, so be careful.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;;; Your init file should contain only one such instance.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;;; If there is more than one, they won't work right.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;)
&lt;br&gt;&amp;gt;&amp;gt; (setq gnuserv-frame (selected-frame))
&lt;br&gt;&amp;gt;&amp;gt; (server-start)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; (put 'downcase-region 'disabled nil)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; (setq ess-ask-for-ess-directory nil)
&lt;br&gt;&amp;gt;&amp;gt; (setq inferior-ess-same-window nil)
&lt;br&gt;&amp;gt;&amp;gt; (setq ess-help-own-frame 'one)
&lt;br&gt;&amp;gt;&amp;gt; (setq inferior-R-args &amp;quot;--no-restore --no-save&amp;quot;)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; (setq tabbar-buffer-groups-function (lambda () (list &amp;quot;All buffers&amp;quot;)))
&lt;br&gt;&amp;gt;&amp;gt; (setq tabbar-cycling-scope nil)
&lt;br&gt;&amp;gt;&amp;gt; (setq tabbar-home-button (quote ((&amp;quot;[Home]&amp;quot;) &amp;quot;[x]&amp;quot;)))
&lt;br&gt;&amp;gt;&amp;gt; (setq tabbar-separator (quote (&amp;quot; &amp;quot;)))
&lt;br&gt;&amp;gt;&amp;gt; (require 'tabbar)
&lt;br&gt;&amp;gt;&amp;gt; (tabbar-mode)
&lt;/div&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26630218&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-menus-with-emacs-23.1.1--suppressing-extra-window-tp26628842p26630218.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26629158</id>
	<title>Re: Problem with menus with emacs 23.1.1; suppressing extra 	window</title>
	<published>2009-12-03T08:46:17Z</published>
	<updated>2009-12-03T08:46:17Z</updated>
	<author>
		<name>Ista Zahn</name>
	</author>
	<content type="html">Hi Professor Harrell,
&lt;br&gt;The first problem is probably due to this bug:
&lt;br&gt;&lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550541&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550541&lt;/a&gt;&amp;nbsp;and the
&lt;br&gt;workaround is run export GDK_NATIVE_WINDOWS=1 before starting emacs.
&lt;br&gt;It's very annoying, hopefully they will fix it soon.
&lt;br&gt;&lt;br&gt;-Ista
&lt;br&gt;&lt;br&gt;On Thu, Dec 3, 2009 at 11:24 AM, Frank E Harrell Jr
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629158&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;f.harrell@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; In running the latest debian ess with emacs 23.1.1 I am getting empty menus
&lt;br&gt;&amp;gt; (Imenu-S, ESS).  I'm using R 2.10.0 on ubuntu karmic.  My .emacs is below.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Secondly, the the html help system when used with ess opens an empty emacs
&lt;br&gt;&amp;gt; frame when help is called.  I would prefer suppressing that.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I would appreciate any help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt; Frank
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (defun make-backup-file-name (file)
&lt;br&gt;&amp;gt; (concat &amp;quot;~/tmp/&amp;quot; (file-name-nondirectory file) &amp;quot;~&amp;quot;))
&lt;br&gt;&amp;gt; (defun backup-file-name-p (file)
&lt;br&gt;&amp;gt; (string-match &amp;quot;\\~$&amp;quot; file))
&lt;br&gt;&amp;gt; (defun goto-matching-paren ()
&lt;br&gt;&amp;gt;    &amp;quot;Goto the matching parentesis of sexp after point (visually at point).&amp;quot;
&lt;br&gt;&amp;gt;    (interactive)
&lt;br&gt;&amp;gt;    (if (= (char-syntax (char-after (point))) ?\()
&lt;br&gt;&amp;gt;        (goto-char (1- (scan-sexps (point) 1)))
&lt;br&gt;&amp;gt;      (if (= (char-syntax (char-after (point))) ?\))
&lt;br&gt;&amp;gt;          (goto-char (scan-sexps (1+ (point)) -1)))))
&lt;br&gt;&amp;gt;  (global-set-key &amp;quot;\M-p&amp;quot; 'goto-matching-paren)
&lt;br&gt;&amp;gt; (setq-default tab-width 4)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (require 'recentf)
&lt;br&gt;&amp;gt; (recentf-mode 1)
&lt;br&gt;&amp;gt;  (setq comint-scroll-to-bottom-on-output 'others)
&lt;br&gt;&amp;gt;  (setq comint-scroll-show-maximum-output t)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (custom-set-variables
&lt;br&gt;&amp;gt;  ;; custom-set-variables was added by Custom.
&lt;br&gt;&amp;gt;  ;; If you edit it by hand, you could mess it up, so be careful.
&lt;br&gt;&amp;gt;  ;; Your init file should contain only one such instance.
&lt;br&gt;&amp;gt;  ;; If there is more than one, they won't work right.
&lt;br&gt;&amp;gt;  '(case-fold-search t)
&lt;br&gt;&amp;gt;  '(current-language-environment &amp;quot;UTF-8&amp;quot;)
&lt;br&gt;&amp;gt;  '(default-input-method &amp;quot;rfc1345&amp;quot;)
&lt;br&gt;&amp;gt;  '(inhibit-startup-screen t)
&lt;br&gt;&amp;gt;  '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify)))
&lt;br&gt;&amp;gt;  '(transient-mark-mode t))
&lt;br&gt;&amp;gt; (custom-set-faces
&lt;br&gt;&amp;gt;  ;; custom-set-faces was added by Custom.
&lt;br&gt;&amp;gt;  ;; If you edit it by hand, you could mess it up, so be careful.
&lt;br&gt;&amp;gt;  ;; Your init file should contain only one such instance.
&lt;br&gt;&amp;gt;  ;; If there is more than one, they won't work right.
&lt;br&gt;&amp;gt;  )
&lt;br&gt;&amp;gt; (setq gnuserv-frame (selected-frame))
&lt;br&gt;&amp;gt; (server-start)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (put 'downcase-region 'disabled nil)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (setq ess-ask-for-ess-directory nil)
&lt;br&gt;&amp;gt; (setq inferior-ess-same-window nil)
&lt;br&gt;&amp;gt; (setq ess-help-own-frame 'one)
&lt;br&gt;&amp;gt; (setq inferior-R-args &amp;quot;--no-restore --no-save&amp;quot;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (setq tabbar-buffer-groups-function (lambda () (list &amp;quot;All buffers&amp;quot;)))
&lt;br&gt;&amp;gt; (setq tabbar-cycling-scope nil)
&lt;br&gt;&amp;gt; (setq tabbar-home-button (quote ((&amp;quot;[Home]&amp;quot;) &amp;quot;[x]&amp;quot;)))
&lt;br&gt;&amp;gt; (setq tabbar-separator (quote (&amp;quot; &amp;quot;)))
&lt;br&gt;&amp;gt; (require 'tabbar)
&lt;br&gt;&amp;gt; (tabbar-mode)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Frank E Harrell Jr   Professor and Chair           School of Medicine
&lt;br&gt;&amp;gt;                     Department of Biostatistics   Vanderbilt University
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ______________________________________________
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629158&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ista Zahn
&lt;br&gt;Graduate student
&lt;br&gt;University of Rochester
&lt;br&gt;Department of Clinical and Social Psychology
&lt;br&gt;&lt;a href=&quot;http://yourpsyche.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://yourpsyche.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629158&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-menus-with-emacs-23.1.1--suppressing-extra-window-tp26628842p26629158.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26628842</id>
	<title>Problem with menus with emacs 23.1.1; suppressing extra window</title>
	<published>2009-12-03T08:24:36Z</published>
	<updated>2009-12-03T08:24:36Z</updated>
	<author>
		<name>Frank E Harrell Jr</name>
	</author>
	<content type="html">In running the latest debian ess with emacs 23.1.1 I am getting empty 
&lt;br&gt;menus (Imenu-S, ESS). &amp;nbsp;I'm using R 2.10.0 on ubuntu karmic. &amp;nbsp;My .emacs 
&lt;br&gt;is below.
&lt;br&gt;&lt;br&gt;Secondly, the the html help system when used with ess opens an empty 
&lt;br&gt;emacs frame when help is called. &amp;nbsp;I would prefer suppressing that.
&lt;br&gt;&lt;br&gt;I would appreciate any help.
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;Frank
&lt;br&gt;&lt;br&gt;(defun make-backup-file-name (file)
&lt;br&gt;(concat &amp;quot;~/tmp/&amp;quot; (file-name-nondirectory file) &amp;quot;~&amp;quot;))
&lt;br&gt;(defun backup-file-name-p (file)
&lt;br&gt;(string-match &amp;quot;\\~$&amp;quot; file))
&lt;br&gt;(defun goto-matching-paren ()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;Goto the matching parentesis of sexp after point (visually at point).&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;(interactive)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;(if (= (char-syntax (char-after (point))) ?\()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (goto-char (1- (scan-sexps (point) 1)))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(if (= (char-syntax (char-after (point))) ?\))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (goto-char (scan-sexps (1+ (point)) -1)))))
&lt;br&gt;&amp;nbsp; &amp;nbsp;(global-set-key &amp;quot;\M-p&amp;quot; 'goto-matching-paren)
&lt;br&gt;(setq-default tab-width 4)
&lt;br&gt;&lt;br&gt;(require 'recentf)
&lt;br&gt;(recentf-mode 1)
&lt;br&gt;&amp;nbsp; (setq comint-scroll-to-bottom-on-output 'others)
&lt;br&gt;&amp;nbsp; (setq comint-scroll-show-maximum-output t)
&lt;br&gt;&lt;br&gt;(custom-set-variables
&lt;br&gt;&amp;nbsp; &amp;nbsp;;; custom-set-variables was added by Custom.
&lt;br&gt;&amp;nbsp; &amp;nbsp;;; If you edit it by hand, you could mess it up, so be careful.
&lt;br&gt;&amp;nbsp; &amp;nbsp;;; Your init file should contain only one such instance.
&lt;br&gt;&amp;nbsp; &amp;nbsp;;; If there is more than one, they won't work right.
&lt;br&gt;&amp;nbsp; '(case-fold-search t)
&lt;br&gt;&amp;nbsp; '(current-language-environment &amp;quot;UTF-8&amp;quot;)
&lt;br&gt;&amp;nbsp; '(default-input-method &amp;quot;rfc1345&amp;quot;)
&lt;br&gt;&amp;nbsp; '(inhibit-startup-screen t)
&lt;br&gt;&amp;nbsp; '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify)))
&lt;br&gt;&amp;nbsp; '(transient-mark-mode t))
&lt;br&gt;(custom-set-faces
&lt;br&gt;&amp;nbsp; &amp;nbsp;;; custom-set-faces was added by Custom.
&lt;br&gt;&amp;nbsp; &amp;nbsp;;; If you edit it by hand, you could mess it up, so be careful.
&lt;br&gt;&amp;nbsp; &amp;nbsp;;; Your init file should contain only one such instance.
&lt;br&gt;&amp;nbsp; &amp;nbsp;;; If there is more than one, they won't work right.
&lt;br&gt;&amp;nbsp; )
&lt;br&gt;(setq gnuserv-frame (selected-frame))
&lt;br&gt;(server-start)
&lt;br&gt;&lt;br&gt;(put 'downcase-region 'disabled nil)
&lt;br&gt;&lt;br&gt;(setq ess-ask-for-ess-directory nil)
&lt;br&gt;(setq inferior-ess-same-window nil)
&lt;br&gt;(setq ess-help-own-frame 'one)
&lt;br&gt;(setq inferior-R-args &amp;quot;--no-restore --no-save&amp;quot;)
&lt;br&gt;&lt;br&gt;(setq tabbar-buffer-groups-function (lambda () (list &amp;quot;All buffers&amp;quot;)))
&lt;br&gt;(setq tabbar-cycling-scope nil)
&lt;br&gt;(setq tabbar-home-button (quote ((&amp;quot;[Home]&amp;quot;) &amp;quot;[x]&amp;quot;)))
&lt;br&gt;(setq tabbar-separator (quote (&amp;quot; &amp;quot;)))
&lt;br&gt;(require 'tabbar)
&lt;br&gt;(tabbar-mode)
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Frank E Harrell Jr &amp;nbsp; Professor and Chair &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; School of Medicine
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Department of Biostatistics &amp;nbsp; Vanderbilt University
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628842&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-menus-with-emacs-23.1.1--suppressing-extra-window-tp26628842p26628842.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26628853</id>
	<title>Re: (ess-ask-about-transfile t) problem</title>
	<published>2009-12-03T08:24:26Z</published>
	<updated>2009-12-03T08:24:26Z</updated>
	<author>
		<name>rsparapa</name>
	</author>
	<content type="html">Kjetil Halvorsen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hola!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I experimented putting
&lt;br&gt;&amp;gt; (setq &amp;nbsp; ess-ask-about-transfile t)
&lt;br&gt;&amp;gt; in my .emacs &amp;nbsp; file. Then, when starting a new R process in emacs and
&lt;br&gt;&amp;gt; giving a transcript file name, R starts in a READONLY buffer, so I can give
&lt;br&gt;&amp;gt; no commands!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That can't be the intention???
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Kjetil
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Perhaps it is. &amp;nbsp;Many of these files are protected since you can
&lt;br&gt;brainfart and edit the wrong one (SAS .log files come to mind as well). 
&lt;br&gt;&amp;nbsp; Nevertheless, emacs, in it's infinite wisdom, has a way. &amp;nbsp;Just toggle 
&lt;br&gt;read-only and Jack's your uncle.
&lt;br&gt;&lt;br&gt;Rodney
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628853&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28ess-ask-about-transfile-t%29-problem-tp26628648p26628853.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26628648</id>
	<title>(ess-ask-about-transfile t) problem</title>
	<published>2009-12-03T07:45:29Z</published>
	<updated>2009-12-03T07:45:29Z</updated>
	<author>
		<name>Kjetil Halvorsen-2</name>
	</author>
	<content type="html">Hola!
&lt;br&gt;&lt;br&gt;I experimented putting
&lt;br&gt;(setq &amp;nbsp; ess-ask-about-transfile t)
&lt;br&gt;in my .emacs &amp;nbsp; file. Then, when starting a new R process in emacs and
&lt;br&gt;giving a transcript file name, R starts in a READONLY buffer, so I can give
&lt;br&gt;no commands!
&lt;br&gt;&lt;br&gt;That can't be the intention???
&lt;br&gt;&lt;br&gt;This is ess version 5.5
&lt;br&gt;R 2.10.0
&lt;br&gt;ubuntu 9.10
&lt;br&gt;emacs 23.1.1
&lt;br&gt;&lt;br&gt;Kjetil
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;quot;... an entire human genome would fit on a music CD.&amp;quot;
&lt;br&gt;&lt;br&gt;--- www.thinkgene.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [[alternative HTML version deleted]]
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628648&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28ess-ask-about-transfile-t%29-problem-tp26628648p26628648.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26621796</id>
	<title>Re: R code gives error in Emacs but not in Tinn-R</title>
	<published>2009-12-02T22:51:06Z</published>
	<updated>2009-12-02T22:51:06Z</updated>
	<author>
		<name>Rossouw, Ruan (RF)</name>
	</author>
	<content type="html">Hi Deb,
&lt;br&gt;You have to make sure that the current version of R is in your path. 
&lt;br&gt;Regards,
&lt;br&gt;Ruan 
&lt;br&gt;&lt;br&gt;&lt;br&gt;Ruan Rossouw &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Sasol Technology R&amp;D &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Reaction Technology and Industrial Statistics
&lt;br&gt;Tel: +27 16 960 4717 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Fax: +27 11 522 4465
&lt;br&gt;Cell: +27 83 724 4163 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26621796&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Ruan.Rossouw@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;[All views expressed are my own and not necessarily that of my
&lt;br&gt;employer.]
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26621796&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help-bounces@...&lt;/a&gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26621796&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help-bounces@...&lt;/a&gt;] On Behalf Of Debabrata Midya
&lt;br&gt;Sent: 01 December 2009 06:24 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26621796&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help@...&lt;/a&gt;
&lt;br&gt;Subject: [ESS] R code gives error in Emacs but not in Tinn-R
&lt;br&gt;&lt;br&gt;&lt;br&gt;Dear ESS users,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Thanks in advance.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I am new to ESS.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I am using GNU Emacs-23.1.1 [GNU Emacs and ESS - All-in-one installation
&lt;br&gt;file for MS Windows, by Vincent Goulet]. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I am using R 2.10.0 on Windows XP.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I need you assistance to solve the problem below:
&lt;br&gt;&amp;nbsp;
&lt;br&gt;1. Running R Code using Emacs
&lt;br&gt;&amp;nbsp;
&lt;br&gt;library(foreach)
&lt;br&gt;&lt;br&gt;I have selected only the above line and then use C-c C-r to run. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Then I have got this message below:
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Error in library(foreach) : there is no package called 'foreach'
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Note: I am 100% sure this library is installed.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;2. Running R Code using Tinn-R
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;library(foreach)
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I have selected only the above line and then run in Tinn-R.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;It has run without any problem.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Once again, thank you very much for the time you have given.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;I am looking forward for your reply.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Regards,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Deb
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [[alternative HTML version deleted]]
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26621796&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;NOTICE: Please note that this eMail, and the contents thereof, 
&lt;br&gt;is subject to the standard Sasol eMail legal notice which may be found at: 
&lt;br&gt;&lt;a href=&quot;http://www.sasol.com/legalnotices&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sasol.com/legalnotices&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;If you cannot access the legal notice through the URL attached and you wish 
&lt;br&gt;to receive a copy thereof please send an eMail to 
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26621796&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;legalnotice@...&lt;/a&gt;
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26621796&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/R-code-gives-error-in-Emacs-but-not-in-Tinn-R-tp26614857p26621796.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26617346</id>
	<title>Re: R code gives error in Emacs but not in Tinn-R</title>
	<published>2009-12-02T14:03:16Z</published>
	<updated>2009-12-02T14:03:16Z</updated>
	<author>
		<name>Kasper Daniel Hansen</name>
	</author>
	<content type="html">On Nov 30, 2009, at 11:24 PM, Debabrata Midya wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 1. Running R Code using Emacs
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; library(foreach)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have selected only the above line and then use C-c C-r to run. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Then I have got this message below:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Error in library(foreach) : there is no package called 'foreach'
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Note: I am 100% sure this library is installed.
&lt;/div&gt;&lt;br&gt;Clearly that is not the case, as R tells you.
&lt;br&gt;&lt;br&gt;Are you sure that both ESS and Tinn-R refers to the same version of R? &amp;nbsp;Specifically, I would execute the following two commands in both R's and compare their results:
&lt;br&gt;&lt;br&gt;R.home()
&lt;br&gt;.libPaths()
&lt;br&gt;&lt;br&gt;If the output differs between ESS and Tinn-R, you have your answer.
&lt;br&gt;&lt;br&gt;Kasper
&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26617346&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/R-code-gives-error-in-Emacs-but-not-in-Tinn-R-tp26614857p26617346.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26607716</id>
	<title>Re: &quot;No ESS process is associated with this buffer now&quot;</title>
	<published>2009-12-02T03:55:12Z</published>
	<updated>2009-12-02T03:55:12Z</updated>
	<author>
		<name>Rossouw, Ruan (RF)</name>
	</author>
	<content type="html">I can confirm this with exactly the same setup.
&lt;br&gt;Regards,
&lt;br&gt;Ruan
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607716&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help-bounces@...&lt;/a&gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607716&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help-bounces@...&lt;/a&gt;] On Behalf Of Martin Maechler
&lt;br&gt;Sent: 02 December 2009 01:10 PM
&lt;br&gt;To: ESS
&lt;br&gt;Subject: Re: [ESS] &amp;quot;No ESS process is associated with this buffer now&amp;quot;
&lt;br&gt;&lt;br&gt;So it seems
&lt;br&gt;that you (Ross) see the problem 
&lt;br&gt;with Vincent Goulet's version of Emacs + ESS
&lt;br&gt;using Windows XP.
&lt;br&gt;&lt;br&gt;Not such an uncommon setup.
&lt;br&gt;Could other users of this setup help us 
&lt;br&gt;by trying to confirm Ross' problem, please ?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Martin Maechler, ETH Zurich
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;RossB&amp;quot; == Ross Boylan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607716&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ross@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; on Mon, 30 Nov 2009 11:36:35 -0800 writes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; -----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Hash: SHA1
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Unsurprisingly, mail problems precluded sending the bug report
&lt;br&gt;direct
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; from windows. &amp;nbsp;I'm pasting it in here (and attempting a submission
&lt;br&gt;to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; the bug system), with some addition responses to your questions at
&lt;br&gt;the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; bottom.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Using Goulet's package on Windows XP. &amp;nbsp;I unzipped a beta ESS 5.6
&lt;br&gt;over
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; the existing lisp directory (and some other spots as well when I
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; started), then unzipped the released 5.5 in the same spot. &amp;nbsp;Same
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; behavior either way. &amp;nbsp;The startup messages indicate I'm picking up
&lt;br&gt;the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; expected versions. &amp;nbsp;Here's a recipe with a controlled start up
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; environment.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Launch command prompt for Windows. &amp;nbsp;In that prompt...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; cd \Program Files\GNU Emacs\bin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; emacs.exe -q
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Drag the following file, t1.R, into the emacs window:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ta &amp;lt;- &amp;quot;hi there&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; In emacs, type esc-x R enter
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; R 2.10 is the version it selects.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Start it one directory above the t1.R (to avoid saved history and
&lt;br&gt;data
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; in the t1.R directory).
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; R launches and shows the customary prompts.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; In the t1.R buffer type c-c c-l
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; The display line at the bottom shows
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; &amp;quot;No ESS process is associated with this buffer now&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; While composing this message I revisited t1.R; c-c c-l worked this
&lt;br&gt;time
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; and thereafter. &amp;nbsp;However, when I restarted emacs and repeated the
&lt;br&gt;steps
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; above, repeated c-c c-l simply repeated the first time error
&lt;br&gt;message.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; [ess-site.el]: ess-customize-alist=nil
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; [ess-site.el _2_]: ess-customize-alist=nil
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-find-rterm): ess-R-root-dir = 'c:/PROGRA~1/R/'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (R): ess-r-versions-create making M-x defuns for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; c:/PROGRA~1/R/R-2.8.1/bin/Rterm.exe
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; c:/PROGRA~1/R/R-2.10.0/bin/Rterm.exe
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-setq-vars-LOCAL): language=S, dialect=R, buf=nil,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-mode-1): ess-language=S, ess-dialect=R buf=occupational.R
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-mode-1.5): alist=((ess-local-customize-alist quote
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; R-customize-alist) (ess-dialect . R) (ess-suffix . R)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-dump-filename-template ess-replace-regexp-in-string S$
&lt;br&gt;ess-suffix
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-dump-filename-template-proto) (ess-mode-syntax-table .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; R-syntax-table) (ess-mode-editing-alist . R-editing-alist)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-change-sp-regexp . ess-R-change-sp-regexp)
&lt;br&gt;(ess-help-sec-regex .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-help-R-sec-regex) (ess-help-sec-keys-alist .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-help-R-sec-keys-alist) (ess-loop-timeout . ess-S-loop-timeout)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-cmd-delay . ess-R-cmd-delay) (ess-function-pattern .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-R-function-pattern) (ess-object-name-db-file .
&lt;br&gt;ess-r-namedb.el)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-imenu-mode-function quote ess-imenu-R) (inferior-ess-program
&lt;br&gt;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; inferior-R-program-name) (inferior-ess-objects-command .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; inferior-R-objects-command) (inferior-ess-font-lock-keywords .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; inferior-ess-R-font-lock-keywords)
&lt;br&gt;(inferior-ess-search-list-command .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; search()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ) (inferior-ess-help-command . inferior-ess-r-help-command)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-help-filetype) (inferior-ess-exit-command . q())
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-exit-prompt . Save workspace image? [y/n/c]: )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-primary-prompt . \([A-Z][][A-Za-z0-9.]*\)?&amp;gt; )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-secondary-prompt . + ?) (inferior-ess-start-file)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-start-args . ) (ess-STERM . iESS) (ess-editor .
&lt;br&gt;R-editor)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-pager . R-pager) (ess-language . S)
&lt;br&gt;(inferior-ess-exit-command . q()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ) (inferior-ess-language-start eval inferior-S-language-start)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (comint-use-prompt-regexp-instead-of-fields . t))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-mode-1.6): editing-alist=((paragraph-start concat \s-*$\|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; page-delimiter) (paragraph-separate concat \s-*$\| page-delimiter)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (paragraph-ignore-fill-prefix . t) (require-final-newline . t)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (comment-start . #) (comment-add . 1) (comment-start-skip . #+ *)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (comment-column . 40) (indent-line-function quote S-indent-line)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (parse-sexp-ignore-comments . t) (ess-style . ess-default-style)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-local-process-name) (ess-mode-syntax-table . S-syntax-table)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (add-log-current-defun-header-regexp . ^\(.+\)\s-+&amp;lt;-[
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ]*function) (font-lock-defaults quote
&lt;br&gt;(ess-R-mode-font-lock-keywords nil
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; nil ((46 . w) (95 . w)))))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-setq-vars-LOCAL): language=S, dialect=R, buf=nil,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Finished setting up ESS-mode.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (R): ess-dialect=R, buf=occupational.R, start-arg=nil
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; current-prefix-arg=nil
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess 0): ess-start-args=--ess --no-restore-history
&lt;br&gt;--no-save
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-setq-vars-default 0: ess-language=Initial, -dialect=nil,
&lt;br&gt;buf=nil,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-setq-vars-default 1: ess-language=S, -dialect=R, buf=nil,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inf-ess 1): lang=S, dialect=R, tmp-dialect=R, buf=occupational.R
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inf-ess 1.1): procname=R temp-dialect=R, buf-name=*R*
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess) Method #3 start=p:/Ross/ buf=*R*
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-setq-vars-LOCAL): language=S, dialect=R, buf=nil,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inf-ess 2.1): ess-language=S, ess-dialect=R buf=*R*
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inf-ess 2.2): start args = --ess --no-restore-history --no-save
&lt;br&gt;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; inf-ess-start-args=--ess --no-restore-history --no-save
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inf-ess finish [S(R),
&lt;br&gt;c:/PROGRA~1/R/R-2.10.0/bin/Rterm.exe(nil,nil)]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-multi 0): &amp;nbsp;inf-ess-start-args=--ess --no-restore-history
&lt;br&gt;--no-save
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; , comint-..echoes=nil
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (i-ess 1): buf=*R*, lang=S, comint..echo=nil,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..sender=comint-simple-send,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (i-ess 2): buf=*R*, lang=S, comint..echo=t,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..sender=inferior-R-input-sender,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-setq-vars-LOCAL): language=S, dialect=R, buf=nil,
&lt;br&gt;comint..echoes=t,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..sender=inferior-R-input-sender
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (i-ess 3): curr-buf=*R*, comint..echo=t,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..sender=inferior-R-input-sender,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-multi post inf-ess: start-args=--ess --no-restore-history
&lt;br&gt;--no-save
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; , comint-echoes=t
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-multi 1): &amp;nbsp;start-args=--ess --no-restore-history --no-save
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Making Process...Buf *R*, Proc R, Prog
&lt;br&gt;c:/PROGRA~1/R/R-2.10.0/bin/Rterm.exe
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Start File=nil, Args= --ess --no-restore-history --no-save &amp;nbsp;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (R): inferior-ess-language-start=options(STERM='iESS',
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; editor='gnuclient.exe')
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; resetting completion to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; 'ess-R-complete-object-name(ess-setq-vars-LOCAL): language=S,
&lt;br&gt;dialect=R,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; buf=nil, comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-mode-1): ess-language=S, ess-dialect=R buf=t1.R
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-mode-1.5): alist=((ess-local-customize-alist quote
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; R-customize-alist) (ess-dialect . R) (ess-suffix . R)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-dump-filename-template ess-replace-regexp-in-string S$
&lt;br&gt;ess-suffix
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-dump-filename-template-proto) (ess-mode-syntax-table .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; R-syntax-table) (ess-mode-editing-alist . R-editing-alist)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-change-sp-regexp . ess-R-change-sp-regexp)
&lt;br&gt;(ess-help-sec-regex .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-help-R-sec-regex) (ess-help-sec-keys-alist .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-help-R-sec-keys-alist) (ess-loop-timeout . ess-S-loop-timeout)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-cmd-delay . ess-R-cmd-delay) (ess-function-pattern .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-R-function-pattern) (ess-object-name-db-file .
&lt;br&gt;ess-r-namedb.el)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-imenu-mode-function quote ess-imenu-R) (inferior-ess-program
&lt;br&gt;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; inferior-R-program-name) (inferior-ess-objects-command .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; inferior-R-objects-command) (inferior-ess-font-lock-keywords .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; inferior-ess-R-font-lock-keywords)
&lt;br&gt;(inferior-ess-search-list-command .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; search()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ) (inferior-ess-help-command . inferior-ess-r-help-command)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-help-filetype) (inferior-ess-exit-command . q())
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-exit-prompt . Save workspace image? [y/n/c]: )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-primary-prompt . \([A-Z][][A-Za-z0-9.]*\)?&amp;gt; )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-secondary-prompt . + ?) (inferior-ess-start-file)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-start-args . ) (ess-STERM . iESS) (ess-editor .
&lt;br&gt;R-editor)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-pager . R-pager) (ess-language . S)
&lt;br&gt;(inferior-ess-exit-command . q()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ) (inferior-ess-language-start eval inferior-S-language-start)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (comint-use-prompt-regexp-instead-of-fields . t))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-mode-1.6): editing-alist=((paragraph-start concat \s-*$\|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; page-delimiter) (paragraph-separate concat \s-*$\| page-delimiter)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (paragraph-ignore-fill-prefix . t) (require-final-newline . t)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (comment-start . #) (comment-add . 1) (comment-start-skip . #+ *)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (comment-column . 40) (indent-line-function quote S-indent-line)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (parse-sexp-ignore-comments . t) (ess-style . ess-default-style)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-local-process-name) (ess-mode-syntax-table . S-syntax-table)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (add-log-current-defun-header-regexp . ^\(.+\)\s-+&amp;lt;-[
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ]*function) (font-lock-defaults quote
&lt;br&gt;(ess-R-mode-font-lock-keywords nil
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; nil ((46 . w) (95 . w)))))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-setq-vars-LOCAL): language=S, dialect=R, buf=nil,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Finished setting up ESS-mode.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-request-a-process: {beginning}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Emacs &amp;nbsp;: GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; of 2009-07-29 on SOFT-MJASON
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Package: ess-mode 5.5
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; current state:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ==============
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (setq
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-language &amp;quot;S&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-dialect &amp;quot;R&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-ask-for-ess-directory t
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-ask-about-transfile nil
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-directory nil
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-keep-dump-files &amp;quot;always&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-source-directory &amp;quot;C:\\DOCUME~1\\ross\\LOCALS~1\\Temp&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; )
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Martin Maechler wrote:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; Hi Ross,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;RossB&amp;quot; == Ross Boylan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607716&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ross@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; on Mon, 30 Nov 2009 07:50:58 -0800 writes:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Using the development version of ESS 5.6 from Nov 2, I get the
&lt;br&gt;error in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; the subject when I try to c-c c-l an R file. &amp;nbsp;This happens whether
&lt;br&gt;are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; start the R process before or after editing the R file.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; *any* &amp;nbsp;R file &amp;nbsp;????
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; All of of the handful I've tried.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; I am *always* working with the development version of ESS,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; and I haven't seen this at least not consciously
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; (certain problems I see, I solve so quickly with a few key
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; strokes that I tend to even forget the problems ...)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Calling switch process in the .R buffer corrects the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; problem. &amp;nbsp;Is there a better way? &amp;nbsp;My recollection is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; that in previous versions things just worked.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; Could you try? &amp;nbsp;I'd be really glad if you could check if your
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; problem does (not) happen when using ESS 5.5.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Same problem with 5.5.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; We'd be glad for a more detailled (bug) report, with exact key
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; strokes etc...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; The last entry in both ESS (Emacs) menues is called &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; &amp;quot;Send bug report&amp;quot;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; Please use that even if it's only for the development version of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; ESS and not the released one.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; See above. &amp;nbsp;The problem does not seem specific to the development
&lt;br&gt;version.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; as said, I'm *only* working with &amp;quot;ESS devel&amp;quot; and I'm working
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; with R everyday and haven't seen your problem.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; Martin
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607716&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;NOTICE: Please note that this eMail, and the contents thereof, 
&lt;br&gt;is subject to the standard Sasol eMail legal notice which may be found at: 
&lt;br&gt;&lt;a href=&quot;http://www.sasol.com/legalnotices&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sasol.com/legalnotices&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;If you cannot access the legal notice through the URL attached and you wish 
&lt;br&gt;to receive a copy thereof please send an eMail to 
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607716&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;legalnotice@...&lt;/a&gt;
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607716&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%22No-ESS-process-is-associated-with-this-buffer-now%22-tp26576882p26607716.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26607205</id>
	<title>Re: &quot;No ESS process is associated with this buffer now&quot;</title>
	<published>2009-12-02T03:09:51Z</published>
	<updated>2009-12-02T03:09:51Z</updated>
	<author>
		<name>Martin Maechler-4</name>
	</author>
	<content type="html">So it seems
&lt;br&gt;that you (Ross) see the problem 
&lt;br&gt;with Vincent Goulet's version of Emacs + ESS
&lt;br&gt;using Windows XP.
&lt;br&gt;&lt;br&gt;Not such an uncommon setup.
&lt;br&gt;Could other users of this setup help us 
&lt;br&gt;by trying to confirm Ross' problem, please ?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Martin Maechler, ETH Zurich
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;RossB&amp;quot; == Ross Boylan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607205&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ross@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; on Mon, 30 Nov 2009 11:36:35 -0800 writes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; -----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Hash: SHA1
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Unsurprisingly, mail problems precluded sending the bug report direct
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; from windows. &amp;nbsp;I'm pasting it in here (and attempting a submission to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; the bug system), with some addition responses to your questions at the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; bottom.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Using Goulet's package on Windows XP. &amp;nbsp;I unzipped a beta ESS 5.6 over
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; the existing lisp directory (and some other spots as well when I
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; started), then unzipped the released 5.5 in the same spot. &amp;nbsp;Same
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; behavior either way. &amp;nbsp;The startup messages indicate I'm picking up the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; expected versions. &amp;nbsp;Here's a recipe with a controlled start up
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; environment.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Launch command prompt for Windows. &amp;nbsp;In that prompt...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; cd \Program Files\GNU Emacs\bin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; emacs.exe -q
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Drag the following file, t1.R, into the emacs window:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ta &amp;lt;- &amp;quot;hi there&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; In emacs, type esc-x R enter
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; R 2.10 is the version it selects.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Start it one directory above the t1.R (to avoid saved history and data
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; in the t1.R directory).
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; R launches and shows the customary prompts.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; In the t1.R buffer type c-c c-l
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; The display line at the bottom shows
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; &amp;quot;No ESS process is associated with this buffer now&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; While composing this message I revisited t1.R; c-c c-l worked this time
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; and thereafter. &amp;nbsp;However, when I restarted emacs and repeated the steps
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; above, repeated c-c c-l simply repeated the first time error message.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; [ess-site.el]: ess-customize-alist=nil
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; [ess-site.el _2_]: ess-customize-alist=nil
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-find-rterm): ess-R-root-dir = 'c:/PROGRA~1/R/'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (R): ess-r-versions-create making M-x defuns for
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; c:/PROGRA~1/R/R-2.8.1/bin/Rterm.exe
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; c:/PROGRA~1/R/R-2.10.0/bin/Rterm.exe
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-setq-vars-LOCAL): language=S, dialect=R, buf=nil,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-mode-1): ess-language=S, ess-dialect=R buf=occupational.R
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-mode-1.5): alist=((ess-local-customize-alist quote
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; R-customize-alist) (ess-dialect . R) (ess-suffix . R)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-dump-filename-template ess-replace-regexp-in-string S$ ess-suffix
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-dump-filename-template-proto) (ess-mode-syntax-table .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; R-syntax-table) (ess-mode-editing-alist . R-editing-alist)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-change-sp-regexp . ess-R-change-sp-regexp) (ess-help-sec-regex .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-help-R-sec-regex) (ess-help-sec-keys-alist .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-help-R-sec-keys-alist) (ess-loop-timeout . ess-S-loop-timeout)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-cmd-delay . ess-R-cmd-delay) (ess-function-pattern .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-R-function-pattern) (ess-object-name-db-file . ess-r-namedb.el)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-imenu-mode-function quote ess-imenu-R) (inferior-ess-program .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; inferior-R-program-name) (inferior-ess-objects-command .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; inferior-R-objects-command) (inferior-ess-font-lock-keywords .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; inferior-ess-R-font-lock-keywords) (inferior-ess-search-list-command .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; search()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ) (inferior-ess-help-command . inferior-ess-r-help-command)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-help-filetype) (inferior-ess-exit-command . q())
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-exit-prompt . Save workspace image? [y/n/c]: )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-primary-prompt . \([A-Z][][A-Za-z0-9.]*\)?&amp;gt; )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-secondary-prompt . + ?) (inferior-ess-start-file)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-start-args . ) (ess-STERM . iESS) (ess-editor . R-editor)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-pager . R-pager) (ess-language . S) (inferior-ess-exit-command . q()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ) (inferior-ess-language-start eval inferior-S-language-start)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (comint-use-prompt-regexp-instead-of-fields . t))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-mode-1.6): editing-alist=((paragraph-start concat \s-*$\|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; page-delimiter) (paragraph-separate concat \s-*$\| page-delimiter)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (paragraph-ignore-fill-prefix . t) (require-final-newline . t)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (comment-start . #) (comment-add . 1) (comment-start-skip . #+ *)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (comment-column . 40) (indent-line-function quote S-indent-line)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (parse-sexp-ignore-comments . t) (ess-style . ess-default-style)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-local-process-name) (ess-mode-syntax-table . S-syntax-table)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (add-log-current-defun-header-regexp . ^\(.+\)\s-+&amp;lt;-[
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ]*function) (font-lock-defaults quote (ess-R-mode-font-lock-keywords nil
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; nil ((46 . w) (95 . w)))))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-setq-vars-LOCAL): language=S, dialect=R, buf=nil,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Finished setting up ESS-mode.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (R): ess-dialect=R, buf=occupational.R, start-arg=nil
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; current-prefix-arg=nil
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess 0): ess-start-args=--ess --no-restore-history --no-save
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-setq-vars-default 0: ess-language=Initial, -dialect=nil, buf=nil,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-setq-vars-default 1: ess-language=S, -dialect=R, buf=nil,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inf-ess 1): lang=S, dialect=R, tmp-dialect=R, buf=occupational.R
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inf-ess 1.1): procname=R temp-dialect=R, buf-name=*R*
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess) Method #3 start=p:/Ross/ buf=*R*
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-setq-vars-LOCAL): language=S, dialect=R, buf=nil,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inf-ess 2.1): ess-language=S, ess-dialect=R buf=*R*
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inf-ess 2.2): start args = --ess --no-restore-history --no-save &amp;nbsp;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; inf-ess-start-args=--ess --no-restore-history --no-save
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inf-ess finish [S(R), c:/PROGRA~1/R/R-2.10.0/bin/Rterm.exe(nil,nil)]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-multi 0): &amp;nbsp;inf-ess-start-args=--ess --no-restore-history --no-save
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; , comint-..echoes=nil
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (i-ess 1): buf=*R*, lang=S, comint..echo=nil,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..sender=comint-simple-send,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (i-ess 2): buf=*R*, lang=S, comint..echo=t,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..sender=inferior-R-input-sender,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-setq-vars-LOCAL): language=S, dialect=R, buf=nil, comint..echoes=t,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..sender=inferior-R-input-sender
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (i-ess 3): curr-buf=*R*, comint..echo=t,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..sender=inferior-R-input-sender,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-multi post inf-ess: start-args=--ess --no-restore-history --no-save
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; , comint-echoes=t
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-multi 1): &amp;nbsp;start-args=--ess --no-restore-history --no-save
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Making Process...Buf *R*, Proc R, Prog c:/PROGRA~1/R/R-2.10.0/bin/Rterm.exe
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Start File=nil, Args= --ess --no-restore-history --no-save &amp;nbsp;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (R): inferior-ess-language-start=options(STERM='iESS',
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; editor='gnuclient.exe')
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; resetting completion to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; 'ess-R-complete-object-name(ess-setq-vars-LOCAL): language=S, dialect=R,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; buf=nil, comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-mode-1): ess-language=S, ess-dialect=R buf=t1.R
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-mode-1.5): alist=((ess-local-customize-alist quote
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; R-customize-alist) (ess-dialect . R) (ess-suffix . R)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-dump-filename-template ess-replace-regexp-in-string S$ ess-suffix
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-dump-filename-template-proto) (ess-mode-syntax-table .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; R-syntax-table) (ess-mode-editing-alist . R-editing-alist)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-change-sp-regexp . ess-R-change-sp-regexp) (ess-help-sec-regex .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-help-R-sec-regex) (ess-help-sec-keys-alist .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-help-R-sec-keys-alist) (ess-loop-timeout . ess-S-loop-timeout)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-cmd-delay . ess-R-cmd-delay) (ess-function-pattern .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-R-function-pattern) (ess-object-name-db-file . ess-r-namedb.el)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-imenu-mode-function quote ess-imenu-R) (inferior-ess-program .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; inferior-R-program-name) (inferior-ess-objects-command .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; inferior-R-objects-command) (inferior-ess-font-lock-keywords .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; inferior-ess-R-font-lock-keywords) (inferior-ess-search-list-command .
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; search()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ) (inferior-ess-help-command . inferior-ess-r-help-command)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-help-filetype) (inferior-ess-exit-command . q())
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-exit-prompt . Save workspace image? [y/n/c]: )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-primary-prompt . \([A-Z][][A-Za-z0-9.]*\)?&amp;gt; )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-secondary-prompt . + ?) (inferior-ess-start-file)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (inferior-ess-start-args . ) (ess-STERM . iESS) (ess-editor . R-editor)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-pager . R-pager) (ess-language . S) (inferior-ess-exit-command . q()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ) (inferior-ess-language-start eval inferior-S-language-start)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (comint-use-prompt-regexp-instead-of-fields . t))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-mode-1.6): editing-alist=((paragraph-start concat \s-*$\|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; page-delimiter) (paragraph-separate concat \s-*$\| page-delimiter)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (paragraph-ignore-fill-prefix . t) (require-final-newline . t)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (comment-start . #) (comment-add . 1) (comment-start-skip . #+ *)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (comment-column . 40) (indent-line-function quote S-indent-line)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (parse-sexp-ignore-comments . t) (ess-style . ess-default-style)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-local-process-name) (ess-mode-syntax-table . S-syntax-table)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (add-log-current-defun-header-regexp . ^\(.+\)\s-+&amp;lt;-[
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ]*function) (font-lock-defaults quote (ess-R-mode-font-lock-keywords nil
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; nil ((46 . w) (95 . w)))))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (ess-setq-vars-LOCAL): language=S, dialect=R, buf=nil,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Finished setting up ESS-mode.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-request-a-process: {beginning}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Emacs &amp;nbsp;: GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; of 2009-07-29 on SOFT-MJASON
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Package: ess-mode 5.5
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; current state:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ==============
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; (setq
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-language &amp;quot;S&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-dialect &amp;quot;R&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-ask-for-ess-directory t
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-ask-about-transfile nil
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-directory nil
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-keep-dump-files &amp;quot;always&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; ess-source-directory &amp;quot;C:\\DOCUME~1\\ross\\LOCALS~1\\Temp&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; )
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Martin Maechler wrote:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; Hi Ross,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;RossB&amp;quot; == Ross Boylan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607205&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ross@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; on Mon, 30 Nov 2009 07:50:58 -0800 writes:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Using the development version of ESS 5.6 from Nov 2, I get the error in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; the subject when I try to c-c c-l an R file. &amp;nbsp;This happens whether are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; start the R process before or after editing the R file.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; *any* &amp;nbsp;R file &amp;nbsp;????
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; All of of the handful I've tried.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; I am *always* working with the development version of ESS,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; and I haven't seen this at least not consciously
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; (certain problems I see, I solve so quickly with a few key
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; strokes that I tend to even forget the problems ...)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Calling switch process in the .R buffer corrects the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; problem. &amp;nbsp;Is there a better way? &amp;nbsp;My recollection is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; that in previous versions things just worked.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; Could you try? &amp;nbsp;I'd be really glad if you could check if your
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; problem does (not) happen when using ESS 5.5.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; Same problem with 5.5.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; We'd be glad for a more detailled (bug) report, with exact key
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; strokes etc...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; The last entry in both ESS (Emacs) menues is called &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; &amp;quot;Send bug report&amp;quot;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; Please use that even if it's only for the development version of
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; ESS and not the released one.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; See above. &amp;nbsp;The problem does not seem specific to the development version.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; as said, I'm *only* working with &amp;quot;ESS devel&amp;quot; and I'm working
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; with R everyday and haven't seen your problem.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; Martin
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26607205&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%22No-ESS-process-is-associated-with-this-buffer-now%22-tp26576882p26607205.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26614857</id>
	<title>R code gives error in Emacs but not in Tinn-R</title>
	<published>2009-11-30T20:24:21Z</published>
	<updated>2009-11-30T20:24:21Z</updated>
	<author>
		<name>Debabrata Midya-2</name>
	</author>
	<content type="html">&lt;br&gt;Dear ESS users,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Thanks in advance.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I am new to ESS.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I am using GNU Emacs-23.1.1 [GNU Emacs and ESS - All-in-one installation file for MS Windows, by Vincent Goulet]. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I am using R 2.10.0 on Windows XP.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I need you assistance to solve the problem below:
&lt;br&gt;&amp;nbsp;
&lt;br&gt;1. Running R Code using Emacs
&lt;br&gt;&amp;nbsp;
&lt;br&gt;library(foreach)
&lt;br&gt;&lt;br&gt;I have selected only the above line and then use C-c C-r to run. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Then I have got this message below:
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Error in library(foreach) : there is no package called 'foreach'
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Note: I am 100% sure this library is installed.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;2. Running R Code using Tinn-R
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;library(foreach)
&lt;br&gt;&amp;nbsp;
&lt;br&gt;I have selected only the above line and then run in Tinn-R.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;It has run without any problem.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Once again, thank you very much for the time you have given.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;I am looking forward for your reply.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Regards,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Deb
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [[alternative HTML version deleted]]
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26614857&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/R-code-gives-error-in-Emacs-but-not-in-Tinn-R-tp26614857p26614857.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26585537</id>
	<title>Re: Help installing ESS on Windows Vista</title>
	<published>2009-11-30T18:19:41Z</published>
	<updated>2009-11-30T18:19:41Z</updated>
	<author>
		<name>Richard M. Heiberger</name>
	</author>
	<content type="html">Don't touch
&lt;br&gt;&amp;nbsp;C:\emacs\emacs-23.1-bin-i386\emacs-23.1\site-lisp\subdirs.el
&lt;br&gt;&lt;br&gt;The ESS instructions say you must add the line
&lt;br&gt;&lt;br&gt;(load-file &amp;quot;C:/ess/ess-5.5/lisp/ess-site.el&amp;quot;)
&lt;br&gt;&lt;br&gt;to the intialization file ~/.emacs
&lt;br&gt;&lt;br&gt;Open emacs, then
&lt;br&gt;&amp;nbsp; &amp;nbsp;C-x C-f ~/.emacs
&lt;br&gt;Type the line as above.
&lt;br&gt;Save the file with C-x C-s
&lt;br&gt;Close emacs and restart emacs.
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26585537&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Help-installing-ESS-on-Windows-Vista-tp26582942p26585537.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26580601</id>
	<title>Re: &quot;No ESS process is associated with this buffer now&quot;</title>
	<published>2009-11-30T11:36:35Z</published>
	<updated>2009-11-30T11:36:35Z</updated>
	<author>
		<name>Ross Boylan</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Unsurprisingly, mail problems precluded sending the bug report direct
&lt;br&gt;from windows. &amp;nbsp;I'm pasting it in here (and attempting a submission to
&lt;br&gt;the bug system), with some addition responses to your questions at the
&lt;br&gt;bottom.
&lt;br&gt;&lt;br&gt;Using Goulet's package on Windows XP. &amp;nbsp;I unzipped a beta ESS 5.6 over
&lt;br&gt;the existing lisp directory (and some other spots as well when I
&lt;br&gt;started), then unzipped the released 5.5 in the same spot. &amp;nbsp;Same
&lt;br&gt;behavior either way. &amp;nbsp;The startup messages indicate I'm picking up the
&lt;br&gt;expected versions. &amp;nbsp;Here's a recipe with a controlled start up
&lt;br&gt;environment.
&lt;br&gt;&lt;br&gt;Launch command prompt for Windows. &amp;nbsp;In that prompt...
&lt;br&gt;cd \Program Files\GNU Emacs\bin
&lt;br&gt;emacs.exe -q
&lt;br&gt;&lt;br&gt;Drag the following file, t1.R, into the emacs window:
&lt;br&gt;ta &amp;lt;- &amp;quot;hi there&amp;quot;
&lt;br&gt;&lt;br&gt;In emacs, type esc-x R enter
&lt;br&gt;R 2.10 is the version it selects.
&lt;br&gt;Start it one directory above the t1.R (to avoid saved history and data
&lt;br&gt;in the t1.R directory).
&lt;br&gt;R launches and shows the customary prompts.
&lt;br&gt;In the t1.R buffer type c-c c-l
&lt;br&gt;The display line at the bottom shows
&lt;br&gt;&amp;quot;No ESS process is associated with this buffer now&amp;quot;
&lt;br&gt;&lt;br&gt;While composing this message I revisited t1.R; c-c c-l worked this time
&lt;br&gt;and thereafter. &amp;nbsp;However, when I restarted emacs and repeated the steps
&lt;br&gt;above, repeated c-c c-l simply repeated the first time error message.
&lt;br&gt;&lt;br&gt;&lt;br&gt;[ess-site.el]: ess-customize-alist=nil
&lt;br&gt;[ess-site.el _2_]: ess-customize-alist=nil
&lt;br&gt;(ess-find-rterm): ess-R-root-dir = 'c:/PROGRA~1/R/'
&lt;br&gt;(R): ess-r-versions-create making M-x defuns for
&lt;br&gt;&amp;nbsp;c:/PROGRA~1/R/R-2.8.1/bin/Rterm.exe
&lt;br&gt;&amp;nbsp;c:/PROGRA~1/R/R-2.10.0/bin/Rterm.exe
&lt;br&gt;(ess-setq-vars-LOCAL): language=S, dialect=R, buf=nil,
&lt;br&gt;comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;(ess-mode-1): ess-language=S, ess-dialect=R buf=occupational.R
&lt;br&gt;(ess-mode-1.5): alist=((ess-local-customize-alist quote
&lt;br&gt;R-customize-alist) (ess-dialect . R) (ess-suffix . R)
&lt;br&gt;(ess-dump-filename-template ess-replace-regexp-in-string S$ ess-suffix
&lt;br&gt;ess-dump-filename-template-proto) (ess-mode-syntax-table .
&lt;br&gt;R-syntax-table) (ess-mode-editing-alist . R-editing-alist)
&lt;br&gt;(ess-change-sp-regexp . ess-R-change-sp-regexp) (ess-help-sec-regex .
&lt;br&gt;ess-help-R-sec-regex) (ess-help-sec-keys-alist .
&lt;br&gt;ess-help-R-sec-keys-alist) (ess-loop-timeout . ess-S-loop-timeout)
&lt;br&gt;(ess-cmd-delay . ess-R-cmd-delay) (ess-function-pattern .
&lt;br&gt;ess-R-function-pattern) (ess-object-name-db-file . ess-r-namedb.el)
&lt;br&gt;(ess-imenu-mode-function quote ess-imenu-R) (inferior-ess-program .
&lt;br&gt;inferior-R-program-name) (inferior-ess-objects-command .
&lt;br&gt;inferior-R-objects-command) (inferior-ess-font-lock-keywords .
&lt;br&gt;inferior-ess-R-font-lock-keywords) (inferior-ess-search-list-command .
&lt;br&gt;search()
&lt;br&gt;) (inferior-ess-help-command . inferior-ess-r-help-command)
&lt;br&gt;(inferior-ess-help-filetype) (inferior-ess-exit-command . q())
&lt;br&gt;(inferior-ess-exit-prompt . Save workspace image? [y/n/c]: )
&lt;br&gt;(inferior-ess-primary-prompt . \([A-Z][][A-Za-z0-9.]*\)?&amp;gt; )
&lt;br&gt;(inferior-ess-secondary-prompt . + ?) (inferior-ess-start-file)
&lt;br&gt;(inferior-ess-start-args . ) (ess-STERM . iESS) (ess-editor . R-editor)
&lt;br&gt;(ess-pager . R-pager) (ess-language . S) (inferior-ess-exit-command . q()
&lt;br&gt;) (inferior-ess-language-start eval inferior-S-language-start)
&lt;br&gt;(comint-use-prompt-regexp-instead-of-fields . t))
&lt;br&gt;(ess-mode-1.6): editing-alist=((paragraph-start concat \s-*$\|
&lt;br&gt;page-delimiter) (paragraph-separate concat \s-*$\| page-delimiter)
&lt;br&gt;(paragraph-ignore-fill-prefix . t) (require-final-newline . t)
&lt;br&gt;(comment-start . #) (comment-add . 1) (comment-start-skip . #+ *)
&lt;br&gt;(comment-column . 40) (indent-line-function quote S-indent-line)
&lt;br&gt;(parse-sexp-ignore-comments . t) (ess-style . ess-default-style)
&lt;br&gt;(ess-local-process-name) (ess-mode-syntax-table . S-syntax-table)
&lt;br&gt;(add-log-current-defun-header-regexp . ^\(.+\)\s-+&amp;lt;-[
&lt;br&gt;]*function) (font-lock-defaults quote (ess-R-mode-font-lock-keywords nil
&lt;br&gt;nil ((46 . w) (95 . w)))))
&lt;br&gt;(ess-setq-vars-LOCAL): language=S, dialect=R, buf=nil,
&lt;br&gt;comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;&lt;br&gt;Finished setting up ESS-mode.
&lt;br&gt;&lt;br&gt;(R): ess-dialect=R, buf=occupational.R, start-arg=nil
&lt;br&gt;&amp;nbsp;current-prefix-arg=nil
&lt;br&gt;(inferior-ess 0): ess-start-args=--ess --no-restore-history --no-save
&lt;br&gt;ess-setq-vars-default 0: ess-language=Initial, -dialect=nil, buf=nil,
&lt;br&gt;comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;ess-setq-vars-default 1: ess-language=S, -dialect=R, buf=nil,
&lt;br&gt;comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;(inf-ess 1): lang=S, dialect=R, tmp-dialect=R, buf=occupational.R
&lt;br&gt;(inf-ess 1.1): procname=R temp-dialect=R, buf-name=*R*
&lt;br&gt;(inferior-ess) Method #3 start=p:/Ross/ buf=*R*
&lt;br&gt;(ess-setq-vars-LOCAL): language=S, dialect=R, buf=nil,
&lt;br&gt;comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;(inf-ess 2.1): ess-language=S, ess-dialect=R buf=*R*
&lt;br&gt;(inf-ess 2.2): start args = --ess --no-restore-history --no-save &amp;nbsp;,
&lt;br&gt;inf-ess-start-args=--ess --no-restore-history --no-save
&lt;br&gt;(inf-ess finish [S(R), c:/PROGRA~1/R/R-2.10.0/bin/Rterm.exe(nil,nil)]
&lt;br&gt;(ess-multi 0): &amp;nbsp;inf-ess-start-args=--ess --no-restore-history --no-save
&lt;br&gt;&amp;nbsp;, comint-..echoes=nil
&lt;br&gt;(i-ess 1): buf=*R*, lang=S, comint..echo=nil,
&lt;br&gt;comint..sender=comint-simple-send,
&lt;br&gt;(i-ess 2): buf=*R*, lang=S, comint..echo=t,
&lt;br&gt;comint..sender=inferior-R-input-sender,
&lt;br&gt;(ess-setq-vars-LOCAL): language=S, dialect=R, buf=nil, comint..echoes=t,
&lt;br&gt;comint..sender=inferior-R-input-sender
&lt;br&gt;(i-ess 3): curr-buf=*R*, comint..echo=t,
&lt;br&gt;comint..sender=inferior-R-input-sender,
&lt;br&gt;(ess-multi post inf-ess: start-args=--ess --no-restore-history --no-save
&lt;br&gt;&amp;nbsp;, comint-echoes=t
&lt;br&gt;(ess-multi 1): &amp;nbsp;start-args=--ess --no-restore-history --no-save
&lt;br&gt;Making Process...Buf *R*, Proc R, Prog c:/PROGRA~1/R/R-2.10.0/bin/Rterm.exe
&lt;br&gt;&amp;nbsp;Start File=nil, Args= --ess --no-restore-history --no-save &amp;nbsp;.
&lt;br&gt;(R): inferior-ess-language-start=options(STERM='iESS',
&lt;br&gt;editor='gnuclient.exe')
&lt;br&gt;resetting completion to
&lt;br&gt;'ess-R-complete-object-name(ess-setq-vars-LOCAL): language=S, dialect=R,
&lt;br&gt;buf=nil, comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;(ess-mode-1): ess-language=S, ess-dialect=R buf=t1.R
&lt;br&gt;(ess-mode-1.5): alist=((ess-local-customize-alist quote
&lt;br&gt;R-customize-alist) (ess-dialect . R) (ess-suffix . R)
&lt;br&gt;(ess-dump-filename-template ess-replace-regexp-in-string S$ ess-suffix
&lt;br&gt;ess-dump-filename-template-proto) (ess-mode-syntax-table .
&lt;br&gt;R-syntax-table) (ess-mode-editing-alist . R-editing-alist)
&lt;br&gt;(ess-change-sp-regexp . ess-R-change-sp-regexp) (ess-help-sec-regex .
&lt;br&gt;ess-help-R-sec-regex) (ess-help-sec-keys-alist .
&lt;br&gt;ess-help-R-sec-keys-alist) (ess-loop-timeout . ess-S-loop-timeout)
&lt;br&gt;(ess-cmd-delay . ess-R-cmd-delay) (ess-function-pattern .
&lt;br&gt;ess-R-function-pattern) (ess-object-name-db-file . ess-r-namedb.el)
&lt;br&gt;(ess-imenu-mode-function quote ess-imenu-R) (inferior-ess-program .
&lt;br&gt;inferior-R-program-name) (inferior-ess-objects-command .
&lt;br&gt;inferior-R-objects-command) (inferior-ess-font-lock-keywords .
&lt;br&gt;inferior-ess-R-font-lock-keywords) (inferior-ess-search-list-command .
&lt;br&gt;search()
&lt;br&gt;) (inferior-ess-help-command . inferior-ess-r-help-command)
&lt;br&gt;(inferior-ess-help-filetype) (inferior-ess-exit-command . q())
&lt;br&gt;(inferior-ess-exit-prompt . Save workspace image? [y/n/c]: )
&lt;br&gt;(inferior-ess-primary-prompt . \([A-Z][][A-Za-z0-9.]*\)?&amp;gt; )
&lt;br&gt;(inferior-ess-secondary-prompt . + ?) (inferior-ess-start-file)
&lt;br&gt;(inferior-ess-start-args . ) (ess-STERM . iESS) (ess-editor . R-editor)
&lt;br&gt;(ess-pager . R-pager) (ess-language . S) (inferior-ess-exit-command . q()
&lt;br&gt;) (inferior-ess-language-start eval inferior-S-language-start)
&lt;br&gt;(comint-use-prompt-regexp-instead-of-fields . t))
&lt;br&gt;(ess-mode-1.6): editing-alist=((paragraph-start concat \s-*$\|
&lt;br&gt;page-delimiter) (paragraph-separate concat \s-*$\| page-delimiter)
&lt;br&gt;(paragraph-ignore-fill-prefix . t) (require-final-newline . t)
&lt;br&gt;(comment-start . #) (comment-add . 1) (comment-start-skip . #+ *)
&lt;br&gt;(comment-column . 40) (indent-line-function quote S-indent-line)
&lt;br&gt;(parse-sexp-ignore-comments . t) (ess-style . ess-default-style)
&lt;br&gt;(ess-local-process-name) (ess-mode-syntax-table . S-syntax-table)
&lt;br&gt;(add-log-current-defun-header-regexp . ^\(.+\)\s-+&amp;lt;-[
&lt;br&gt;]*function) (font-lock-defaults quote (ess-R-mode-font-lock-keywords nil
&lt;br&gt;nil ((46 . w) (95 . w)))))
&lt;br&gt;(ess-setq-vars-LOCAL): language=S, dialect=R, buf=nil,
&lt;br&gt;comint..echoes=nil, comint..sender=comint-simple-send
&lt;br&gt;&lt;br&gt;Finished setting up ESS-mode.
&lt;br&gt;ess-request-a-process: {beginning}
&lt;br&gt;&lt;br&gt;&lt;br&gt;Emacs &amp;nbsp;: GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600)
&lt;br&gt;&amp;nbsp;of 2009-07-29 on SOFT-MJASON
&lt;br&gt;Package: ess-mode 5.5
&lt;br&gt;&lt;br&gt;current state:
&lt;br&gt;==============
&lt;br&gt;(setq
&lt;br&gt;&amp;nbsp;ess-language &amp;quot;S&amp;quot;
&lt;br&gt;&amp;nbsp;ess-dialect &amp;quot;R&amp;quot;
&lt;br&gt;&amp;nbsp;ess-ask-for-ess-directory t
&lt;br&gt;&amp;nbsp;ess-ask-about-transfile nil
&lt;br&gt;&amp;nbsp;ess-directory nil
&lt;br&gt;&amp;nbsp;ess-keep-dump-files &amp;quot;always&amp;quot;
&lt;br&gt;&amp;nbsp;ess-source-directory &amp;quot;C:\\DOCUME~1\\ross\\LOCALS~1\\Temp&amp;quot;
&lt;br&gt;&amp;nbsp;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Martin Maechler wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Ross,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;RossB&amp;quot; == Ross Boylan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26580601&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ross@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; on Mon, 30 Nov 2009 07:50:58 -0800 writes:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; RossB&amp;gt; Using the development version of ESS 5.6 from Nov 2, I get the error in
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; RossB&amp;gt; the subject when I try to c-c c-l an R file. &amp;nbsp;This happens whether are
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; RossB&amp;gt; start the R process before or after editing the R file.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;*any* &amp;nbsp;R file &amp;nbsp;????
&lt;/div&gt;All of of the handful I've tried.
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am *always* working with the development version of ESS,
&lt;br&gt;&amp;gt; and I haven't seen this at least not consciously
&lt;br&gt;&amp;gt; (certain problems I see, I solve so quickly with a few key
&lt;br&gt;&amp;gt; &amp;nbsp;strokes that I tend to even forget the problems ...)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; RossB&amp;gt; Calling switch process in the .R buffer corrects the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; RossB&amp;gt; problem. &amp;nbsp;Is there a better way? &amp;nbsp;My recollection is
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; RossB&amp;gt; that in previous versions things just worked.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Could you try? &amp;nbsp;I'd be really glad if you could check if your
&lt;br&gt;&amp;gt; problem does (not) happen when using ESS 5.5.
&lt;/div&gt;Same problem with 5.5.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We'd be glad for a more detailled (bug) report, with exact key
&lt;br&gt;&amp;gt; strokes etc...
&lt;br&gt;&amp;gt; The last entry in both ESS (Emacs) menues is called &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;quot;Send bug report&amp;quot;.
&lt;br&gt;&amp;gt; Please use that even if it's only for the development version of
&lt;br&gt;&amp;gt; ESS and not the released one.
&lt;br&gt;See above. &amp;nbsp;The problem does not seem specific to the development version.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; as said, I'm *only* working with &amp;quot;ESS devel&amp;quot; and I'm working
&lt;br&gt;&amp;gt; with R everyday and haven't seen your problem.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Martin 
&lt;br&gt;&amp;gt; 
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (MingW32)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAksUHsIACgkQTEwcvZWfjMjXVwCfcKBTQdKVG/W88a9zGRHGFyP/
&lt;br&gt;Is4An1TT0uXmJvI7MSkpuT9KX7Srtgk9
&lt;br&gt;=4v5g
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26580601&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%22No-ESS-process-is-associated-with-this-buffer-now%22-tp26576882p26580601.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26582942</id>
	<title>Help installing ESS on Windows Vista</title>
	<published>2009-11-30T09:38:39Z</published>
	<updated>2009-11-30T09:38:39Z</updated>
	<author>
		<name>Evan Misshula</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I have Emacs 23.1 and ESS version 5.5. &amp;nbsp;I unpacked ESS in C:\ESS and Emacs is in C:\Emacs. &amp;nbsp;I tried to change the
&lt;br&gt;&lt;br&gt;C:\emacs\emacs-23.1-bin-i386\emacs-23.1\site-lisp\subdirs.el to add each of (load &amp;quot;C:/ess/ess-5.5/lisp/ess-site&amp;quot;) and (require 'ess-site). &amp;nbsp;With either line added EMACS would not start but with the line removed it starts. &amp;nbsp;I am not an expert in installing open source software. &amp;nbsp;Please advise (I am probably doing something very silly.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Evan Misshula
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [[alternative HTML version deleted]]
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26582942&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Help-installing-ESS-on-Windows-Vista-tp26582942p26582942.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26577611</id>
	<title>Re: &quot;No ESS process is associated with this buffer now&quot;</title>
	<published>2009-11-30T08:31:34Z</published>
	<updated>2009-11-30T08:31:34Z</updated>
	<author>
		<name>Martin Maechler-4</name>
	</author>
	<content type="html">Hi Ross,
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;RossB&amp;quot; == Ross Boylan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26577611&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ross@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; on Mon, 30 Nov 2009 07:50:58 -0800 writes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; RossB&amp;gt; Using the development version of ESS 5.6 from Nov 2, I get the error in
&lt;br&gt;&amp;nbsp; &amp;nbsp; RossB&amp;gt; the subject when I try to c-c c-l an R file. &amp;nbsp;This happens whether are
&lt;br&gt;&amp;nbsp; &amp;nbsp; RossB&amp;gt; start the R process before or after editing the R file.
&lt;br&gt;&lt;br&gt;&amp;nbsp;*any* &amp;nbsp;R file &amp;nbsp;????
&lt;br&gt;&lt;br&gt;I am *always* working with the development version of ESS,
&lt;br&gt;and I haven't seen this at least not consciously
&lt;br&gt;(certain problems I see, I solve so quickly with a few key
&lt;br&gt;&amp;nbsp;strokes that I tend to even forget the problems ...)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; RossB&amp;gt; Calling switch process in the .R buffer corrects the
&lt;br&gt;&amp;nbsp; &amp;nbsp; RossB&amp;gt; problem. &amp;nbsp;Is there a better way? &amp;nbsp;My recollection is
&lt;br&gt;&amp;nbsp; &amp;nbsp; RossB&amp;gt; that in previous versions things just worked.
&lt;br&gt;&lt;br&gt;Could you try? &amp;nbsp;I'd be really glad if you could check if your
&lt;br&gt;problem does (not) happen when using ESS 5.5.
&lt;br&gt;&lt;br&gt;We'd be glad for a more detailled (bug) report, with exact key
&lt;br&gt;strokes etc...
&lt;br&gt;The last entry in both ESS (Emacs) menues is called &amp;nbsp;
&lt;br&gt;&amp;quot;Send bug report&amp;quot;.
&lt;br&gt;Please use that even if it's only for the development version of
&lt;br&gt;ESS and not the released one.
&lt;br&gt;&lt;br&gt;as said, I'm *only* working with &amp;quot;ESS devel&amp;quot; and I'm working
&lt;br&gt;with R everyday and haven't seen your problem.
&lt;br&gt;&lt;br&gt;Martin
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26577611&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%22No-ESS-process-is-associated-with-this-buffer-now%22-tp26576882p26577611.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26576882</id>
	<title>&quot;No ESS process is associated with this buffer now&quot;</title>
	<published>2009-11-30T07:50:58Z</published>
	<updated>2009-11-30T07:50:58Z</updated>
	<author>
		<name>Ross Boylan</name>
	</author>
	<content type="html">Using the development version of ESS 5.6 from Nov 2, I get the error in
&lt;br&gt;the subject when I try to c-c c-l an R file. &amp;nbsp;This happens whether are
&lt;br&gt;start the R process before or after editing the R file.
&lt;br&gt;&lt;br&gt;Calling switch process in the .R buffer corrects the problem. &amp;nbsp;Is there
&lt;br&gt;a better way? &amp;nbsp;My recollection is that in previous versions things just
&lt;br&gt;worked.
&lt;br&gt;&lt;br&gt;Ross Boylan
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26576882&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%22No-ESS-process-is-associated-with-this-buffer-now%22-tp26576882p26576882.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26567649</id>
	<title>Re: help needed installing emacs-ess on Windows 7</title>
	<published>2009-11-29T15:40:38Z</published>
	<updated>2009-11-29T15:40:38Z</updated>
	<author>
		<name>Daniel Nordlund-2</name>
	</author>
	<content type="html">&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26567649&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help-bounces@...&lt;/a&gt; [mailto:ess-help-
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26567649&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bounces@...&lt;/a&gt;] On Behalf Of Daniel Nordlund
&lt;br&gt;&amp;gt; Sent: Saturday, November 28, 2009 11:39 AM
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26567649&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: [ESS] help needed installing emacs-ess on Windows 7
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am trying to install Emacs and ESS on a Windows 7 system. &amp;nbsp;I downloaded
&lt;br&gt;&amp;gt; the emacs-23.1-modified-3.exe bundled installer from
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://vgoulet.act.ulaval.ca/en/ressources/emacs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://vgoulet.act.ulaval.ca/en/ressources/emacs/&lt;/a&gt;&amp;nbsp;. &amp;nbsp;The installer ran
&lt;br&gt;&amp;gt; without producing any error messages, and I can see the Emacs directories
&lt;br&gt;&amp;gt; with the ESS subdirectories underneath. &amp;nbsp;However, I can't seem to get an
&lt;br&gt;&amp;gt; inferior R process running or evaluate any R code. &amp;nbsp;I don't know if there
&lt;br&gt;&amp;gt; is something I haven't done that I should have, or if Windows 7 is doing
&lt;br&gt;&amp;gt; something unexpected by the installer. &amp;nbsp;R and Emacs are in the system
&lt;br&gt;&amp;gt; path.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Has anyone been successful installing this software on Windows 7? &amp;nbsp;If not,
&lt;br&gt;&amp;gt; I am not wedded to this particular distribution. &amp;nbsp;I am willing to install
&lt;br&gt;&amp;gt; any distribution that will work. &amp;nbsp;If someone could point me to directions
&lt;br&gt;&amp;gt; for installing on Windows 7 I would be grateful.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Well, I found that I can get the inferior R process to run by running the command M-x R. &amp;nbsp; My unsuccessful attempts were when using the R icon on the menu bar. &amp;nbsp;Emacs-ESS would open a window looking for a directory to run in, but I couldn't find anyway to specify the directory and couldn't proceed any further. I at least can now use Emacs-ESS to edit and run R scripts.
&lt;br&gt;&lt;br&gt;Dan
&lt;br&gt;&lt;br&gt;Daniel Nordlund
&lt;br&gt;Bothell, WA USA
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26567649&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/help-needed-installing-emacs-ess-on-Windows-7-tp26556306p26567649.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26556306</id>
	<title>help needed installing emacs-ess on Windows 7</title>
	<published>2009-11-28T11:38:53Z</published>
	<updated>2009-11-28T11:38:53Z</updated>
	<author>
		<name>Daniel Nordlund-2</name>
	</author>
	<content type="html">I am trying to install Emacs and ESS on a Windows 7 system. &amp;nbsp;I downloaded the emacs-23.1-modified-3.exe bundled installer from &lt;a href=&quot;http://vgoulet.act.ulaval.ca/en/ressources/emacs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://vgoulet.act.ulaval.ca/en/ressources/emacs/&lt;/a&gt;&amp;nbsp;. &amp;nbsp;The installer ran without producing any error messages, and I can see the Emacs directories with the ESS subdirectories underneath. &amp;nbsp;However, I can't seem to get an inferior R process running or evaluate any R code. &amp;nbsp;I don't know if there is something I haven't done that I should have, or if Windows 7 is doing something unexpected by the installer. &amp;nbsp;R and Emacs are in the system path.
&lt;br&gt;&lt;br&gt;Has anyone been successful installing this software on Windows 7? &amp;nbsp;If not, I am not wedded to this particular distribution. &amp;nbsp;I am willing to install any distribution that will work. &amp;nbsp;If someone could point me to directions for installing on Windows 7 I would be grateful.
&lt;br&gt;&lt;br&gt;Dan
&lt;br&gt;&lt;br&gt;Daniel Nordlund
&lt;br&gt;Bothell, WA USA 
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556306&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/help-needed-installing-emacs-ess-on-Windows-7-tp26556306p26556306.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538305</id>
	<title>Re: Customizing the Syntax Highlighting in R</title>
	<published>2009-11-26T22:17:35Z</published>
	<updated>2009-11-26T22:17:35Z</updated>
	<author>
		<name>Peter Geelan-Small</name>
	</author>
	<content type="html">G'day, Andreas and the list,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Byte-compiling the ess-cust.el file was the answer. Thanks! &amp;nbsp;A nice
&lt;br&gt;thing to happen on a Friday afternoon.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Regards,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Peter
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;From: Andreas Kiermeier [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538305&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andreas.kiermeier@...&lt;/a&gt;] 
&lt;br&gt;Sent: Friday, 27 November 2009 4:26 PM
&lt;br&gt;To: Peter Geelan-Small
&lt;br&gt;Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538305&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [ESS] Customizing the Syntax Highlighting in R
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi Peter,
&lt;br&gt;&lt;br&gt;just tried it and it works for me. I'm not sure whether Vincent's
&lt;br&gt;distribution includes the byte compiled files (.elc), but my guess would
&lt;br&gt;be that this is where things go off the rails.
&lt;br&gt;&lt;br&gt;Try this:
&lt;br&gt;* Open the ess-cust.el
&lt;br&gt;* Find the line for ess-R-keywords and add &amp;quot;ls&amp;quot; at the end, so it reads:
&lt;br&gt;&lt;br&gt;(defvar ess-R-keywords
&lt;br&gt;&amp;nbsp; '(&amp;quot;while&amp;quot; &amp;quot;for&amp;quot; &amp;quot;in&amp;quot; &amp;quot;repeat&amp;quot; &amp;quot;if&amp;quot; &amp;quot;else&amp;quot; &amp;quot;switch&amp;quot; &amp;quot;break&amp;quot; &amp;quot;next&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;function&amp;quot; &amp;quot;return&amp;quot; &amp;quot;message&amp;quot; &amp;quot;warning&amp;quot; &amp;quot;stop&amp;quot; &amp;quot;ls&amp;quot;))
&lt;br&gt;&lt;br&gt;* Save the file (it's an easy change to reverse) and then select the
&lt;br&gt;&amp;quot;Emacs-Lisp&amp;quot; menu entry and chose &amp;quot;Byte-compile This File&amp;quot;.
&lt;br&gt;* Exit Emacs and start it again.
&lt;br&gt;* Open a transcript file (.R) file and type the ls command which should
&lt;br&gt;fontify properly.
&lt;br&gt;&lt;br&gt;Hope that helps and works for you - just remember that you'll need to
&lt;br&gt;make this change whenever you upgrade Vincent's distribution or install
&lt;br&gt;a new version of ESS.
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;Andreas
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;2009/11/27 Peter Geelan-Small &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538305&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;p.geelan-small@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; G'day, McKay and others,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I tried the hack below but unfortunately it didn't work for me.
&lt;br&gt;Does anyone have any suggestions what I should look for to work out why?
&lt;br&gt;Please bear in mind I am an Emacs novice!
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I'm using Vincent Goulet's Emacs 23.1 + ESS 5.4 package under
&lt;br&gt;Windows XP SP2.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Looking forward to some interesting suggestions,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Peter
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -----Original Message-----
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538305&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help-bounces@...&lt;/a&gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538305&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help-bounces@...&lt;/a&gt;] On Behalf Of S. McKay Curtis
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sent: Sunday, 22 November 2009 4:49 AM
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; To: Paul Heinrich Dietrich
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538305&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Subject: Re: [ESS] Customizing the Syntax Highlighting in R
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hi Paul,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; This hack worked for me
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/Font-locking-td22839833.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Font-locking-td22839833.html&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; although I admit it's not very pretty.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; McKay
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; On Fri, Nov 20, 2009 at 7:17 PM, Paul Heinrich Dietrich
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538305&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul.heinrich.dietrich@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; I'm coming over to Emacs after using gvim, in which I built a
&lt;br&gt;R syntax
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; highlighting file with thousands of keywords, because I
&lt;br&gt;routinely use
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; numerous R packages. &amp;nbsp;In the default for Emacs + ESS, I see
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; highlighting for only a few things, such as &amp;lt;-, TRUE, if, and
&lt;br&gt;for.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; For example, I would like to add the following R functions as
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; keywords, such as length, round, nrow, names, and read.csv in
&lt;br&gt;the colour red. &amp;nbsp;Thank you for any suggestions.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; Stephen Eglen wrote:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; I don't think there is an easy way to do this -- there is the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; variable
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; inferior-ess-R-font-lock-keywords
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; but that is not easy for a beginner to edit. &amp;nbsp;Could you give
&lt;br&gt;an
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; example of what you would like highlighted and in what
&lt;br&gt;colour?
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; ______________________________________________
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538305&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; &lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; --
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; View this message in context:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/Customizing-the-Syntax-Highlighting-in-R-tp26443&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Customizing-the-Syntax-Highlighting-in-R-tp26443&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; 563p26453433.html Sent from the ESS - Help mailing list
&lt;br&gt;archive at
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; Nabble.com.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; ______________________________________________
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538305&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; &lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ______________________________________________
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538305&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ______________________________________________
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538305&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [[alternative HTML version deleted]]
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538305&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Customizing-the-Syntax-Highlighting-in-R-tp26443563p26538305.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538056</id>
	<title>Re: Customizing the Syntax Highlighting in R</title>
	<published>2009-11-26T21:26:28Z</published>
	<updated>2009-11-26T21:26:28Z</updated>
	<author>
		<name>Andreas Kiermeier</name>
	</author>
	<content type="html">Hi Peter,
&lt;br&gt;&lt;br&gt;just tried it and it works for me. I'm not sure whether Vincent's
&lt;br&gt;distribution includes the byte compiled files (.elc), but my guess would be
&lt;br&gt;that this is where things go off the rails.
&lt;br&gt;&lt;br&gt;Try this:
&lt;br&gt;* Open the ess-cust.el
&lt;br&gt;* Find the line for ess-R-keywords and add &amp;quot;ls&amp;quot; at the end, so it reads:
&lt;br&gt;&lt;br&gt;(defvar ess-R-keywords
&lt;br&gt;&amp;nbsp; '(&amp;quot;while&amp;quot; &amp;quot;for&amp;quot; &amp;quot;in&amp;quot; &amp;quot;repeat&amp;quot; &amp;quot;if&amp;quot; &amp;quot;else&amp;quot; &amp;quot;switch&amp;quot; &amp;quot;break&amp;quot; &amp;quot;next&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;function&amp;quot; &amp;quot;return&amp;quot; &amp;quot;message&amp;quot; &amp;quot;warning&amp;quot; &amp;quot;stop&amp;quot; &amp;quot;ls&amp;quot;))
&lt;br&gt;&lt;br&gt;* Save the file (it's an easy change to reverse) and then select the
&lt;br&gt;&amp;quot;Emacs-Lisp&amp;quot; menu entry and chose &amp;quot;Byte-compile This File&amp;quot;.
&lt;br&gt;* Exit Emacs and start it again.
&lt;br&gt;* Open a transcript file (.R) file and type the ls command which should
&lt;br&gt;fontify properly.
&lt;br&gt;&lt;br&gt;Hope that helps and works for you - just remember that you'll need to make
&lt;br&gt;this change whenever you upgrade Vincent's distribution or install a new
&lt;br&gt;version of ESS.
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;Andreas
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;2009/11/27 Peter Geelan-Small &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538056&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;p.geelan-small@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; G'day, McKay and others,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I tried the hack below but unfortunately it didn't work for me. Does anyone
&lt;br&gt;&amp;gt; have any suggestions what I should look for to work out why? Please bear in
&lt;br&gt;&amp;gt; mind I am an Emacs novice!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm using Vincent Goulet's Emacs 23.1 + ESS 5.4 package under Windows XP
&lt;br&gt;&amp;gt; SP2.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Looking forward to some interesting suggestions,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Peter
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538056&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help-bounces@...&lt;/a&gt; [mailto:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538056&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help-bounces@...&lt;/a&gt;] On Behalf Of S. McKay Curtis
&lt;br&gt;&amp;gt; Sent: Sunday, 22 November 2009 4:49 AM
&lt;br&gt;&amp;gt; To: Paul Heinrich Dietrich
&lt;br&gt;&amp;gt; Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538056&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Re: [ESS] Customizing the Syntax Highlighting in R
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi Paul,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This hack worked for me
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Font-locking-td22839833.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Font-locking-td22839833.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; although I admit it's not very pretty.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; McKay
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Fri, Nov 20, 2009 at 7:17 PM, Paul Heinrich Dietrich &amp;lt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538056&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul.heinrich.dietrich@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I'm coming over to Emacs after using gvim, in which I built a R syntax
&lt;br&gt;&amp;gt; &amp;gt; highlighting file with thousands of keywords, because I routinely use
&lt;br&gt;&amp;gt; &amp;gt; numerous R packages. &amp;nbsp;In the default for Emacs + ESS, I see
&lt;br&gt;&amp;gt; &amp;gt; highlighting for only a few things, such as &amp;lt;-, TRUE, if, and for.
&lt;br&gt;&amp;gt; &amp;gt; For example, I would like to add the following R functions as
&lt;br&gt;&amp;gt; &amp;gt; keywords, such as length, round, nrow, names, and read.csv in the colour
&lt;br&gt;&amp;gt; red. &amp;nbsp;Thank you for any suggestions.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Stephen Eglen wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I don't think there is an easy way to do this -- there is the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; variable
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; inferior-ess-R-font-lock-keywords
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; but that is not easy for a beginner to edit. &amp;nbsp;Could you give an
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; example of what you would like highlighted and in what colour?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; ______________________________________________
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538056&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; View this message in context:
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/Customizing-the-Syntax-Highlighting-in-R-tp26443&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Customizing-the-Syntax-Highlighting-in-R-tp26443&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; 563p26453433.html Sent from the ESS - Help mailing list archive at
&lt;br&gt;&amp;gt; &amp;gt; Nabble.com.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538056&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ______________________________________________
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538056&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ______________________________________________
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538056&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [[alternative HTML version deleted]]
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538056&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Customizing-the-Syntax-Highlighting-in-R-tp26443563p26538056.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26537870</id>
	<title>Customizing the Syntax Highlighting in R</title>
	<published>2009-11-26T20:24:33Z</published>
	<updated>2009-11-26T20:24:33Z</updated>
	<author>
		<name>Peter Geelan-Small</name>
	</author>
	<content type="html">G'day, McKay and others,
&lt;br&gt;&lt;br&gt;I tried the hack below but unfortunately it didn't work for me. Does anyone have any suggestions what I should look for to work out why? Please bear in mind I am an Emacs novice!
&lt;br&gt;&lt;br&gt;I'm using Vincent Goulet's Emacs 23.1 + ESS 5.4 package under Windows XP SP2.
&lt;br&gt;&lt;br&gt;Looking forward to some interesting suggestions,
&lt;br&gt;&lt;br&gt;Peter 
&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537870&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help-bounces@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537870&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help-bounces@...&lt;/a&gt;] On Behalf Of S. McKay Curtis
&lt;br&gt;Sent: Sunday, 22 November 2009 4:49 AM
&lt;br&gt;To: Paul Heinrich Dietrich
&lt;br&gt;Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537870&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [ESS] Customizing the Syntax Highlighting in R
&lt;br&gt;&lt;br&gt;Hi Paul,
&lt;br&gt;&lt;br&gt;This hack worked for me
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/Font-locking-td22839833.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Font-locking-td22839833.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;although I admit it's not very pretty.
&lt;br&gt;&lt;br&gt;McKay
&lt;br&gt;&lt;br&gt;On Fri, Nov 20, 2009 at 7:17 PM, Paul Heinrich Dietrich &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537870&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul.heinrich.dietrich@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm coming over to Emacs after using gvim, in which I built a R syntax 
&lt;br&gt;&amp;gt; highlighting file with thousands of keywords, because I routinely use 
&lt;br&gt;&amp;gt; numerous R packages.  In the default for Emacs + ESS, I see 
&lt;br&gt;&amp;gt; highlighting for only a few things, such as &amp;lt;-, TRUE, if, and for.
&lt;br&gt;&amp;gt; For example, I would like to add the following R functions as 
&lt;br&gt;&amp;gt; keywords, such as length, round, nrow, names, and read.csv in the colour red.  Thank you for any suggestions.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Stephen Eglen wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I don't think there is an easy way to do this -- there is the 
&lt;br&gt;&amp;gt;&amp;gt; variable
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; inferior-ess-R-font-lock-keywords
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; but that is not easy for a beginner to edit.  Could you give an 
&lt;br&gt;&amp;gt;&amp;gt; example of what you would like highlighted and in what colour?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537870&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list 
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Customizing-the-Syntax-Highlighting-in-R-tp26443&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Customizing-the-Syntax-Highlighting-in-R-tp26443&lt;/a&gt;&lt;br&gt;&amp;gt; 563p26453433.html Sent from the ESS - Help mailing list archive at 
&lt;br&gt;&amp;gt; Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ______________________________________________
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537870&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list 
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537870&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537870&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Customizing-the-Syntax-Highlighting-in-R-tp26443563p26537870.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26535405</id>
	<title>Re: How to control indentation in an R function?</title>
	<published>2009-11-26T13:56:57Z</published>
	<updated>2009-11-26T13:56:57Z</updated>
	<author>
		<name>Bugzilla from spluque@gmail.com</name>
	</author>
	<content type="html">On Thu, 26 Nov 2009 12:57:49 -0800 (PST),
&lt;br&gt;Michael Hannon &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26535405&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jm_hannon@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;[...]
&lt;br&gt;&lt;br&gt;&amp;gt; Yes, that does indent by four spaces. &amp;nbsp;Thanks.
&lt;br&gt;&lt;br&gt;&amp;gt; Also, FYI, I ran the Emacs &amp;quot;describe-variable&amp;quot; function as indicated
&lt;br&gt;&amp;gt; in the appended text. &amp;nbsp;It appears that Emacs &amp;quot;sees&amp;quot; the value of 4
&lt;br&gt;&amp;gt; that I set, but it's using a local value of 2. &amp;nbsp;I was unable to find a
&lt;br&gt;&amp;gt; way to override that local value.
&lt;br&gt;&lt;br&gt;There appears to be some interaction with CC mode bindings. &amp;nbsp;Following
&lt;br&gt;the recommendations in the R Coding Standards (R Internals manual), I
&lt;br&gt;have:
&lt;br&gt;&lt;br&gt;(add-hook 'c-mode-hook
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (lambda ()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (c-set-style &amp;quot;bsd&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (setq c-basic-offset 4)))
&lt;br&gt;&lt;br&gt;which achieves 4-space indentation, although ess-indent-level is 2.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Seb
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26535405&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-control-indentation-in-an-R-function--tp26523595p26535405.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26534805</id>
	<title>Re: How to control indentation in an R function?</title>
	<published>2009-11-26T12:57:49Z</published>
	<updated>2009-11-26T12:57:49Z</updated>
	<author>
		<name>Michael Hannon-2</name>
	</author>
	<content type="html">Hi, Stephen.
&lt;br&gt;&lt;br&gt;&amp;gt; Could you try the following (I think our customize is not working)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (defun myindent-ess-hook ()
&lt;br&gt;&amp;gt; &amp;nbsp; (setq ess-indent-level 4))
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (add-hook 'ess-mode-hook 'myindent-ess-hook)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Put that in .emacs and restart Emacs.
&lt;br&gt;&lt;br&gt;Yes, that does indent by four spaces. &amp;nbsp;Thanks.
&lt;br&gt;&lt;br&gt;Also, FYI, I ran the Emacs &amp;quot;describe-variable&amp;quot; function as indicated in the
&lt;br&gt;appended text. &amp;nbsp;It appears that Emacs &amp;quot;sees&amp;quot; the value of 4 that I set, but
&lt;br&gt;it's using a local value of 2. &amp;nbsp;I was unable to find a way to override that
&lt;br&gt;local value.
&lt;br&gt;&lt;br&gt;-- Mike
&lt;br&gt;&lt;br&gt;&lt;br&gt;ess-indent-level is a variable defined in `ess-cust.el'.
&lt;br&gt;Its value is 2
&lt;br&gt;Local in buffer scratch.r; global value is 4
&lt;br&gt;&lt;br&gt;Documentation:
&lt;br&gt;*Indentation of S statements with respect to containing block.
&lt;br&gt;&lt;br&gt;You can customize this variable.
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26534805&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-control-indentation-in-an-R-function--tp26523595p26534805.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26530384</id>
	<title>Re: How to control indentation in an R function?</title>
	<published>2009-11-26T06:08:01Z</published>
	<updated>2009-11-26T06:08:01Z</updated>
	<author>
		<name>Stephen Eglen</name>
	</author>
	<content type="html">hi Michael,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; If you know what I'm doing wrong, please let me know.
&lt;br&gt;&lt;br&gt;Could you try the following (I think our customize is not working)
&lt;br&gt;&lt;br&gt;(defun myindent-ess-hook ()
&lt;br&gt;&amp;nbsp; (setq ess-indent-level 4))
&lt;br&gt;&lt;br&gt;(add-hook 'ess-mode-hook 'myindent-ess-hook) 
&lt;br&gt;&lt;br&gt;&lt;br&gt;Put that in .emacs and restart Emacs.
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530384&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-control-indentation-in-an-R-function--tp26523595p26530384.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26530023</id>
	<title>Re: How to control indentation in an R function?</title>
	<published>2009-11-26T05:40:16Z</published>
	<updated>2009-11-26T05:40:16Z</updated>
	<author>
		<name>Stephen Eglen</name>
	</author>
	<content type="html">Dear Michael,
&lt;br&gt;&lt;br&gt;Michael Hannon &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530023&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jm_hannon@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Greetings. &amp;nbsp;I'd like to have statements in R functions be indented by four
&lt;br&gt;&amp;gt; spaces, as:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; fn &amp;lt;- function (x) {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; y &amp;lt;- x^2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#### this line is indented by four spaces
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What I get is indentation by two spaces, as:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; fn &amp;lt;- function (x) {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; y &amp;lt;- x^2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#### this line is indented by two spaces
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;It looks like our customizations are not working properly, as
&lt;br&gt;ess-indent-level is customizable but is not being remembered. &amp;nbsp;I will
&lt;br&gt;investigate, but in the meantime, this should work for you:
&lt;br&gt;&lt;br&gt;put this in .emacs and restart Emacs:
&lt;br&gt;&lt;br&gt;(defun myindent-ess-hook ()
&lt;br&gt;&amp;nbsp; (setq ess-indent-level 4))
&lt;br&gt;&lt;br&gt;(add-hook 'ess-mode-hook 'myindent-ess-hook) 
&lt;br&gt;&lt;br&gt;Stephen
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530023&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-control-indentation-in-an-R-function--tp26523595p26530023.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26535246</id>
	<title>Re: problems trying to install ESS package</title>
	<published>2009-11-26T05:18:57Z</published>
	<updated>2009-11-26T05:18:57Z</updated>
	<author>
		<name>Marlene Marchena</name>
	</author>
	<content type="html">&lt;br&gt;Hi Gustavo,
&lt;br&gt;&lt;br&gt;Finally I installed the ESS package. Thank you very much for your suggestions that helped me to get there.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Marlene.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Date: Wed, 25 Nov 2009 21:41:58 -0800
&lt;br&gt;&amp;gt; Subject: Re: [ESS] problems trying to install ESS package
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26535246&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;guse@...&lt;/a&gt;
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26535246&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;marchena_marlene@...&lt;/a&gt;
&lt;br&gt;&amp;gt; CC: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26535246&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ess-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; There is only one .emacs file.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The &amp;quot;~&amp;quot; refers to your home directory, and emacs understands this.
&lt;br&gt;&amp;gt; To satisfy your curiosity, If you want to know the absolute path to
&lt;br&gt;&amp;gt; your home directory, open up a shell and type: &amp;nbsp;echo $HOME &amp;nbsp;(if you
&lt;br&gt;&amp;gt; use Windows, it's: &amp;nbsp;echo %HOME%)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But if you use emacs to modify the .emacs, you don't need to worry
&lt;br&gt;&amp;gt; about the absolute path. Simply open &amp;quot;~/.emacs&amp;quot;, and you will see your
&lt;br&gt;&amp;gt; .emacs (if you have one).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; FWIW, I don't use (require 'ess-site). &amp;nbsp;On my .emacs, I only have
&lt;br&gt;&amp;gt; (load-file &amp;quot;C:\\progra~1\\emacs\\emacs-22.3\\site-lisp\\ess-5.4\\lisp\\ess-site.el&amp;quot;)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Gustavo
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Wed, Nov 25, 2009 at 9:03 AM, marlene marchena
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26535246&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;marchena_marlene@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hi I started to use Emacs recently (today) and I was trying to install the ESS package without success.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I think I don't understand very well the instructions to install.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; First I have to places related to emacs in:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; C:\Documents and Settings\Administrator\Application Data\.emacs.d\auto-save-list
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; and
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; C:\Program Files\GNU Emacs\emacs-23.1\site-lisp
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Following the instruction (that I understood) I extract the ess.zip in the second file so I have C:\Program Files\GNU Emacs\emacs-23.1\site-lisp\ess-5.5
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; The step 2 I don't understand.
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Add the line
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (require 'ess-site) &amp;nbsp;Where????
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; to ~/.emacs and restart Emacs.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Do I need to create other file (.emacs) where I will put &amp;nbsp;(require 'ess-site) inside?
&lt;br&gt;&amp;gt; &amp;gt; So I should have C:\Program Files\GNU Emacs\emacs-23.1\site-lisp ~/.emacs
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I'm really lost about that, please help me!
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Marlene
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; _________________________________________________________________
&lt;br&gt;&amp;gt; &amp;gt; Novo windowslive.com.br. Descubra como juntar a galera com os produtos Windows Live.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[[alternative HTML version deleted]]
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26535246&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;/div&gt;&amp;nbsp;		 	 &amp;nbsp; 		 &amp;nbsp;
&lt;br&gt;_________________________________________________________________
&lt;br&gt;Converse e compartilhe fotos ao mesmo tempo. Saiba como no novo Site de Windows Live.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [[alternative HTML version deleted]]
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26535246&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problems-trying-to-install-ESS-package-tp26524561p26535246.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26524890</id>
	<title>Re: synthax higlighting \Sexpr in .Rnw files</title>
	<published>2009-11-25T22:34:20Z</published>
	<updated>2009-11-25T22:34:20Z</updated>
	<author>
		<name>Andreas Kiermeier</name>
	</author>
	<content type="html">2009/11/21 Emanuel Heitlinger &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524890&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emanuelheitlinger@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;gt; I also experimented with
&lt;br&gt;&amp;gt; (add-to-list 'LaTeX-verbatim-macros &amp;quot;Sexpr&amp;quot;) without success...
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Hi all,
&lt;br&gt;&lt;br&gt;just had a play with this (a bit late, but it was driving me up the wall too
&lt;br&gt;:) ).
&lt;br&gt;&lt;br&gt;One way that worked was via customizing the variable
&lt;br&gt;&amp;quot;LaTeX-verbatim-macros-with-braces&amp;quot; (just insert a new value and type in
&lt;br&gt;&amp;quot;Sexpr&amp;quot; - without the quotes and save the customisation)
&lt;br&gt;&lt;br&gt;The AucTeX documentation for this variable does indicate:
&lt;br&gt;&lt;br&gt;Programs should not use this variable directly but the function
&lt;br&gt;`LaTeX-verbatim-macros-with-braces' which returns a value
&lt;br&gt;including buffer-local keyword additions via
&lt;br&gt;`LaTeX-verbatim-macros-with-braces-local' as well.
&lt;br&gt;&lt;br&gt;but getting help on the 'local' version doesn't allow you to customize that
&lt;br&gt;variable.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Andreas
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [[alternative HTML version deleted]]
&lt;br&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524890&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/synthax-higlighting-%5CSexpr-in-.Rnw-files-tp26423234p26524890.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26524799</id>
	<title>Re: To run a block of R code using Emacs and ESS</title>
	<published>2009-11-25T22:17:33Z</published>
	<updated>2009-11-25T22:17:33Z</updated>
	<author>
		<name>Gustavo Lacerda-2</name>
	</author>
	<content type="html">Suggestion: start R from this directory, rather than from the GNU buffer.
&lt;br&gt;This can be done by opening the directory, or some file in it (C-x C-f).
&lt;br&gt;&lt;br&gt;To automate the above, you could add to your .emacs: &amp;nbsp;(dired &amp;quot;F:/R-2.10.0/bin&amp;quot;)
&lt;br&gt;&lt;br&gt;Gustavo
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Wed, Nov 25, 2009 at 5:07 PM, Debabrata Midya
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524799&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Debabrata.Midya@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Dear ESS users,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am new to ESS.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am using GNU Emacs-23.1.1 [GNU Emacs and ESS - All-in-one installation file for MS Windows, by Vincent Goulet].
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am using R 2.10.0 on Windows XP.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I need you assistance to solve the problem below:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 1. Running R Code
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I select a block of code and then use C-c C-r to run
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For the first time I need to type manually F:/R-2.10.0/bin/ at ESS [S(R): Rterm] starting data directory?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That means:
&lt;br&gt;&amp;gt; ESS [S(R): Rterm] starting data directory? F:/R-2.10.0/bin/
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If I come out of Emacs as well as from R and try to run R code, I need to type F:/R-2.10.0/bin/ once again at ESS [S(R): Rterm] starting data directory?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there any way I can automate this?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Once again, thank you very much for the time you have given.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am looking forward for your reply.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Deb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;        [[alternative HTML version deleted]]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ______________________________________________
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524799&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524799&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/To-run-a-block-of-R-code-using-Emacs-and-ESS-tp26524564p26524799.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26524609</id>
	<title>Re: problems trying to install ESS package</title>
	<published>2009-11-25T21:41:58Z</published>
	<updated>2009-11-25T21:41:58Z</updated>
	<author>
		<name>Gustavo Lacerda-2</name>
	</author>
	<content type="html">There is only one .emacs file.
&lt;br&gt;&lt;br&gt;The &amp;quot;~&amp;quot; refers to your home directory, and emacs understands this.
&lt;br&gt;To satisfy your curiosity, If you want to know the absolute path to
&lt;br&gt;your home directory, open up a shell and type: &amp;nbsp;echo $HOME &amp;nbsp;(if you
&lt;br&gt;use Windows, it's: &amp;nbsp;echo %HOME%)
&lt;br&gt;&lt;br&gt;But if you use emacs to modify the .emacs, you don't need to worry
&lt;br&gt;about the absolute path. Simply open &amp;quot;~/.emacs&amp;quot;, and you will see your
&lt;br&gt;.emacs (if you have one).
&lt;br&gt;&lt;br&gt;&lt;br&gt;FWIW, I don't use (require 'ess-site). &amp;nbsp;On my .emacs, I only have
&lt;br&gt;(load-file &amp;quot;C:\\progra~1\\emacs\\emacs-22.3\\site-lisp\\ess-5.4\\lisp\\ess-site.el&amp;quot;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Gustavo
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Wed, Nov 25, 2009 at 9:03 AM, marlene marchena
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524609&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;marchena_marlene@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi I started to use Emacs recently (today) and I was trying to install the ESS package without success.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think I don't understand very well the instructions to install.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; First I have to places related to emacs in:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; C:\Documents and Settings\Administrator\Application Data\.emacs.d\auto-save-list
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; and
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; C:\Program Files\GNU Emacs\emacs-23.1\site-lisp
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Following the instruction (that I understood) I extract the ess.zip in the second file so I have C:\Program Files\GNU Emacs\emacs-23.1\site-lisp\ess-5.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The step 2 I don't understand.
&lt;br&gt;&amp;gt;         Add the line
&lt;br&gt;&amp;gt;               (require 'ess-site)  Where????
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     to ~/.emacs and restart Emacs.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Do I need to create other file (.emacs) where I will put  (require 'ess-site) inside?
&lt;br&gt;&amp;gt; So I should have C:\Program Files\GNU Emacs\emacs-23.1\site-lisp ~/.emacs
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm really lost about that, please help me!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Marlene
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _________________________________________________________________
&lt;br&gt;&amp;gt; Novo windowslive.com.br. Descubra como juntar a galera com os produtos Windows Live.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;        [[alternative HTML version deleted]]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ______________________________________________
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524609&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524609&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ESS-help@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;https://stat.ethz.ch/mailman/listinfo/ess-help&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stat.ethz.ch/mailman/listinfo/ess-help&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problems-trying-to-install-ESS-package-tp26524561p26524609.html" />
</entry>

</feed>
