Changes between Initial Version and Version 2 of Ticket #27782


Ignore:
Timestamp:
Dec 25, 2010, 11:05:02 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27782 – Description

    initial v2  
    33After installing ecb and starting emacs, I got this error
    44
     5{{{
    56Opening directory: Permission denied, /opt/local/share/emacs/site-lisp/ecb-images
     7}}}
    68
    79The permissions for this directory and all descendents are set to 700
    810
     11{{{
    912sudo ls -ld /opt/local/share/emacs/site-lisp/ecb-images
    1013drwx------  6 root  admin  204 Nov  9 14:29 /opt/local/share/emacs/site-lisp/ecb-images
     14}}}
    1115
    12162. cedet dependency
     
    1418Following the instructions to start ecb, I got an error message that the desired version of cedet was unavailable.  It looks like macports is installing a newer version of cedet-devel that ecb can not work with.
    1519
     20{{{
    1621(require 'ecb)
    17 
    1822M-x ecb-active
    1923
     24ECB 2.40 - Error: ECB can only be used with cedet [1.0pre6, 1.0.9]! Please install it and restart Emacs!
     25}}}
    2026
    21 ECB 2.40 - Error: ECB can only be used with cedet [1.0pre6, 1.0.9]! Please install it and restart Emacs!
    22 
    23 
     27{{{
    2428$ port deps ecb
    25 
    2629Full Name: ecb @2.40_0
    27 
    2830Library Dependencies: emacs, cedet-devel
    29 
    3031$ port search cedet-devel
    31 
    3232cedet-devel @1.0pre7 (editors)
    33 
    3433    Infrastructure for parser based text analysis in Emacs
     34}}}