Sajid Hussain | 5 Jul 2012 12:13
Picon

Fwd: CEDET Problem

Hi, I installed cedet-1.1.tar.gz on fedora 16 and added the following lines in my attached .emacs file. (load-file "~/my_path") (global-ede-mode 1) ; Enable the Project management system (semantic-load-enable-code-helpers) ; Enable prototype help and smart completion (global-srecode-minor-mode 1) ; Enable template insertion menu

The following error come up when I open Emacs:

bugger entered--Lisp error: (file-error "Cannot open load file" "highlight-parentheses")
  highlight-parentheses-mode()
  run-hooks(emacs-lisp-mode-hook lisp-interaction-mode-hook)
  apply(run-hooks (emacs-lisp-mode-hook lisp-interaction-mode-hook))
  run-mode-hooks(lisp-interaction-mode-hook)
  lisp-interaction-mode()
  command-line()
  normal-top-level()

Could you tell me any solution?

Thanks,
\Sajid

Attachment (.emacs): application/octet-stream, 409 KiB
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Cedet-devel mailing list
Cedet-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cedet-devel
Eric M. Ludlam | 12 Jul 2012 02:44
Picon
Gravatar

Re: Fwd: CEDET Problem

On 07/05/2012 06:13 AM, Sajid Hussain wrote:
> Hi, I installedcedet-1.1.tar.gz 
<https://sourceforge.net/projects/cedet/files/cedet/cedet-1.1.tar.gz/download>  on fedora 16
and added the following lines in my attached .emacs file.
>
> (load-file"~/my_path")
> (global-ede-mode 1)                      ; Enable the Project management system
> (semantic-load-enable-code-helpers)      ; Enable prototype help and smart completion
> (global-srecode-minor-mode 1)            ; Enable template insertion menu
>
>
> The following error come up when I open Emacs:
>
> bugger entered--Lisp error: (file-error "Cannot open load file"
> "highlight-parentheses")
>    highlight-parentheses-mode()
>    run-hooks(emacs-lisp-mode-hook lisp-interaction-mode-hook)
>    apply(run-hooks (emacs-lisp-mode-hook lisp-interaction-mode-hook))
>    run-mode-hooks(lisp-interaction-mode-hook)
>    lisp-interaction-mode()
>    command-line()
>    normal-top-level()
>
> Could you tell me any solution?

highlight parentheses mode is unrelated to CEDET.  I've not seen this 
particular problem, but you probably should look through your .emacs 
file for references to paren mode, or other thing that might have gotten 
in your lisp interaction mode hook.

Eric

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

Gmane