Hi Marcelo,
On 2 November 2018 at 22:02, Marcelo Laia wrote:
| Hi!
| 
| I would like to contribute.
| 
| dpkg -l elpa-ess
| 
| ii  elpa-ess       18.10-1-2    all          Emacs mode for statistical 
programm
|  
| M-x ess-version on emacs show me:
|  
| ess-version: 17.11 [<unknown>] (loaded from /usr/share/emacs/site-lisp/)

Then you have two different versions. The 18.10-1-2, ie my second revision in
packaging of 18.10-1 upstream, should show 18.10-1. It does for me:

  ess-version: 18.10-1 [Released git: 1c4253cb4700] (loaded from 
/usr/share/emacs25/site-lisp/elpa/)
  
| However, I continue having the issue:
|  
|  load ESSR: + + + Error in file(filename, "r", encoding = encoding) :
|     cannot open the connection
|  In addition: Warning message:
|  In file(filename, "r", encoding = encoding) :
|     cannot open file ’/usr/share/ess/etc/ESSR/R/.load.R’: No such file or
|  directory
| 
| A find in my debian testing box show:
| 
| root@me:~# find / -name ".load.R"
| /usr/share/emacs/site-lisp/elpa-src/ess-18.10snapshot1/etc/ESSR/R/.load.R
| root@me:~#


| 
| After do M-x R in emacs I try to search a help to a function. i.e. function
| apply
| 
| > ?apply
| 
| Error in .ess.help("apply") :
|   não foi possível encontrar a função ".ess.help"
| 
| In English is something like this:
| 
| Error in .ess.help("apply") :
|   is not possible to found function ".ess.help"
| 
| Any workaround?

"Works here". On '?apply' I get the help page.

That the 17.11 is still there is suspicous.  Did you ever install directly
from ELPA via 'M-x package-install' ?  Can you look ing ~/.emacs.d/elpa/ ?

Also do an ls in the current ESS directory, ie
/usr/share/emacs/site-lisp/elpa-src/ess-18.10snapshot1/ and try 'locate' on
some of the files, ie 'locate ess-custom.el'.  Do you have it somewhere else?
When I do that here (and block out /home and my Debian sources) I get

edd@rob:~$ locate ess-custom.el | grep -v home
/usr/share/emacs/site-lisp/elpa-src/ess-18.10snapshot1/ess-custom.el
/usr/share/emacs25/site-lisp/elpa/ess-18.10snapshot1/ess-custom.el
/usr/share/emacs25/site-lisp/elpa/ess-18.10snapshot1/ess-custom.elc
edd@rob:~$ 

which is normal: one installed, one sym-linked and one compiled to .elc.

Dirk

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org

Reply via email to