Bug 212338

Summary: Change of emacs dir
Product: [Fedora] Fedora Reporter: Leo <sdl.web>
Component: maximaAssignee: Rex Dieter <rdieter>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-10-26 13:25:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Leo 2006-10-26 13:02:24 UTC
Description of problem:
With maxima 5.10.0 emacs, dir has been changed from
/usr/share/emacs/site-list/maxima to /usr/share/maxima/5.10.0/emacs. Is this
change intentional?

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Rex Dieter 2006-10-26 13:08:02 UTC
Yes,no.

/usr/share/emacs/site-list/maxima
is still used when/if emacs-common is installed via trigger code:

%triggerin -- emacs-common
if [ -d %{emacs_sitelisp} ]; then
  rm -rf %{emacs_sitelisp}/maxima
  ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs  %{emacs_sitelisp}/maxima ||:
fi
ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el
%{emacs_sitelisp}/site-start.d/ ||:


Comment 2 Leo 2006-10-26 13:13:20 UTC
That looks cleaner. Thanks.

Comment 3 Rex Dieter 2006-10-26 13:25:13 UTC
Glad to be of service (closing). 

Certainly, if you have problems getting it to work properly, come back here and
reopen.