Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205156 - app-emacs/ess-5.3.6 version bump
Summary: app-emacs/ess-5.3.6 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-10 09:47 UTC by Neil
Modified: 2008-02-01 00:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Neil 2008-01-10 09:47:32 UTC
ess-5.3.6 was released back on 13th September 2007 (see https://stat.ethz.ch/pipermail/ess-help/2007-September/004310.html).


Reproducible: Always

Steps to Reproduce:
1. emerge app-emacs/ess
2.
3.

Actual Results:  
app-emacs/ess-5.3.5 is emerged

Expected Results:  
Would be nice to have 5.3.6

Copied the app-emacs/ess-5.3.5.ebuild to my local overlay and bumped the version to 5.3.6 and its been perfectly stable since then.

Really useful functionality for R users that was added was....

* ESS[R] add Sven Hartenstein's "R function arguments tips"
     functionality, via new file `../lisp/essd-r-args.el'.   Note that
     this includes an "electric "("" behavior inside `R-mode'  which is
     _active by default_ and can be customized via
     ESS-R-ARGS-ELECTRIC-PAREN; i.e., use `(setq
     ess-r-args-electric-paren nil)' to turn it off.  Further,
     ESS-R-ARGS-SHOW-AS allows to switch to the "tooltip" mode.
Comment 1 Ulrich Müller gentoo-dev 2008-01-10 15:52:48 UTC
Bumped, thanks for reporting.

I did some additional cleanup of the ebuild, so I would be grateful if you could test it again.
Comment 2 Neil 2008-01-10 16:12:31 UTC
(In reply to comment #1)
> Bumped, thanks for reporting.

Cool, cheers.
 
> I did some additional cleanup of the ebuild, so I would be grateful if you
> could test it again.

Will report if I have any problems after my next eix-sync && emerge -uDN world

Thanks,

Neil


Comment 3 keenblade 2008-01-31 07:46:33 UTC
app-emacs/ess-5.3.6 does not byte compile itself while emerging (if it was meant). So when emacs starts, I get lots of the messages like these:

Source file `/usr/share/emacs/site-lisp/ess/ess-site.el' newer than byte-compiled file
Source file `/usr/share/emacs/site-lisp/ess/ess-emcs.el' newer than byte-compiled file
Source file `/usr/share/emacs/site-lisp/ess/essd-r.el' newer than byte-compiled file
Source file `/usr/share/emacs/site-lisp/ess/essl-s.el' newer than byte-compiled file
Source file `/usr/share/emacs/site-lisp/ess/ess-mode.el' newer than byte-compiled file
Source file `/usr/share/emacs/site-lisp/ess/ess.el' newer than byte-compiled file
...
Btw I use ~amd64 and emacs-cvs
Comment 4 Ulrich Müller gentoo-dev 2008-01-31 08:37:45 UTC
(In reply to comment #3)
> app-emacs/ess-5.3.6 does not byte compile itself while emerging (if it
> was meant).

It did, only the compiled files were installed too early, i.e. before the sources.

> So when emacs starts, I get lots of the messages like these:

These are only warnings and shouldn't compromise operation of Emacs or ESS.

However, this is fixed in 5.3.6-r1 now. Thank you for pointing it out.
Comment 5 keenblade 2008-02-01 00:32:29 UTC
Ulrich, thank you very much for clarifying and fixing.
No more warnings, anymore.