all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marco Parrone <marco@marcoparrone.com>
To: help-gnu-emacs@gnu.org
Subject: Re: cedet load error
Date: Sat, 30 Apr 2011 00:30:38 +0200	[thread overview]
Message-ID: <m3mxj8itbl.fsf@marcoparrone.com> (raw)
In-Reply-To: dedde6d3-2ce2-41d4-a8ba-794e88138ef0@h36g2000pro.googlegroups.com

flebber <flebber.crue@gmail.com> writes:

> On Apr 29, 8:06 pm, flebber <flebber.c...@gmail.com> wrote:
>> I have installed Cedet following these instructions herehttp://cedet.sourceforge.net/setup.shtml
>>
>> It seems to load okay except for 1 error,
>>
>> Error#
>> Warning: cedet-called-interactively-p called with 0 arguments, but
>> requires 1
>>
>> Does this relate to my .emacs file?
>>
>> This is my emacs file(custom-set-variables
>>   ;; custom-set-variables was added by Custom.
>>   ;; If you edit it by hand, you could mess it up, so be careful.
>>   ;; Your init file should contain only one such instance.
>>   ;; If there is more than one, they won't work right.
>>  '(appmenu-mode t)
>>  '(cua-mode t nil (cua-base))
>>  '(emacsw32-max-frames t)
>>  '(emacsw32-style-frame-title t)
>>  '(hfyview-quick-print-in-
>> files-menu t)
>>  '(menuacc-mode t)
>>  '(noprint-hide-print-in-menus t)
>>  '(noprint-hide-ps-print-in-menus t)
>>  '(ourcomments-ido-ctrl-tab t)
>>  '(ps-paper-type "a4")
>>  '(rebind-keys-mode t)
>>  '(recentf-mode t)
>>  '(sex-mode t)
>>  '(tabkey2-mode t)
>>  '(w32-meta-style (quote emacs))
>>  '(w32shell-shell (quote cmd)))
>> (load-file "C:/Users/RenshawFamily/AppData/Roaming/.emacs.d/addons/
>> cedet-1.0/common/cedet.el")
>> (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
>> (custom-set-faces
>>   ;; custom-set-faces was added by Custom.
>>   ;; If you edit it by hand, you could mess it up, so be careful.
>>   ;; Your init file should contain only one such instance.
>>   ;; If there is more than one, they won't work right.
>>  )
>>
>> What should i be looking at in regards fixing this error.
>>
>> Sayth
>
> I got some more info from debug init
>
> Debugger entered--Lisp error: (file-error "Cannot open load file"
> "jump")
>   require(jump)
>   eval-buffer(#<buffer  *load*<2>> nil "c:/Users/RenshawFamily/AppData/
> Roaming/.emacs.d/addons/eschulte-rinari-1c3460f/rinari.el" nil t)  ;
> Reading at buffer position 2593
>   load-with-code-conversion("c:/Users/RenshawFamily/AppData/
> Roaming/.emacs.d/addons/eschulte-rinari-1c3460f/rinari.el" "c:/Users/
> RenshawFamily/AppData/Roaming/.emacs.d/addons/eschulte-rinari-1c3460f/
> rinari.el" nil t)
>   require(rinari)
>   eval-buffer(#<buffer  *load*> nil "c:/Users/RenshawFamily/AppData/
> Roaming/.emacs" nil t)  ; Reading at buffer position 1428
>   load-with-code-conversion("c:/Users/RenshawFamily/AppData/
> Roaming/.emacs" "c:/Users/RenshawFamily/AppData/Roaming/.emacs" t t)
>   load("~/.emacs" t t)
>   #[nil "\b\205\264

`require' for elisp is like #include for C.

You can read the detailed explanation of The function by typing

  `C-h f require RET'

The above error message was caused because a file you are loading
(rinari.el) requires the jump feature, which is expected to be provided
by the jump.el file.

For enabling `rinari.el' to find `jump.el', you can insert this code in
your ~/.emacs:

  (add-to-list 'load-path "/path/to/dir/containing-jump.el/")

this code must precede the point where `rinari.el' is loaded.



-- 
Marco Parrone <marco@marcoparrone.com>
PGP Key fingerprint = 5E21 BED2 BF47 B3FB F17F  1DB4 D9BE B2B7 3C3A 07E2


  reply	other threads:[~2011-04-29 22:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-29 10:06 cedet load error flebber
2011-04-29 11:06 ` flebber
2011-04-29 22:30   ` Marco Parrone [this message]
2011-04-30  4:18     ` flebber
2011-04-30 13:07       ` Marco Parrone
2011-04-30 13:10         ` Marco Parrone
2011-05-01  9:28           ` flebber
2011-05-01  9:48           ` flebber
2011-05-01 10:13           ` flebber
2011-05-01 12:38             ` flebber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3mxj8itbl.fsf@marcoparrone.com \
    --to=marco@marcoparrone.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.