help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problems with jde installation


From: Marcel Schmittfull
Subject: problems with jde installation
Date: Sat, 14 Dec 2002 11:50:13 GMT

Hi
I just tried to install jde 2.2.9.2.  As described, I installed the
following before:
eieio 0.17
elib 1.0
semantic 1.4
speedbar 0.14beta4

However, when I start emacs (version 21.1.1) now, I encounter this
error:

Debugger entered--Lisp error: (file-error "Cannot open load file"
"eieio")
  require(eieio)
  byte-code("ÀÁ!ˆÂÃÄÅÆÇÈÉ&‡" [require eieio
custom-declare-group bsh nil "Customizations for the Emacs inteface to
Pat Neimeyer's Java\ninterpreter, the Beanshell." :group tools :prefix
"bsh-"] 8)
  require(beanshell)
  byte-code("ÀÁ!ˆÀÂ!ˆÀÃ!ˆÀÄ!‡" [require beanshell
jde-widgets eieio jde-util] 2)
  require(jde-help)
  byte-code("ÃB      … \nÅYÄBÆÇÈ \"…
\nÉYÊË!ˆÊÌ!ˆÊÍ!ˆÊÎ!ˆÊÏ!ˆÊÐ!ˆÊÑ!ˆÊÒ!ˆÊÓ!ˆÊÔ!ˆÊÕ!ˆÊÖ!ˆÊ×!ˆÊØ!ˆÊÙ!ˆÊÚ!ˆÊÛ!ˆÊÜ!ˆÊÝ!ˆÊÞ!ˆÊß!ˆÊÃ
 !ˆÊá!ˆÊâ!ˆÊã!ˆÊä!ˆÊå!ˆÊæ!ˆÊç!ˆèé!„›
êéë\"ˆìíîïðñòó&ˆìôîõðíòó&‡" [current-load-list
jde-xemacsp emacs-major-version jde-xemacs20p jde-emacs21p 20
string-match "\\bEmacs\\b" emacs-version 21 require jde-autoload
jde-help
semantic-load easymenu cl font-lock cc-mode cus-edit comint
jde-compile
jde-db jde-bug jde-jdb jde-run jde-gen compile imenu browse-url
beanshell
jde-wiz jde-java-grammar jde-complete jde-which-method
jde-java-font-lock
jde-import jde-package executable efc jde-open-source fboundp
custom-set-default defalias set-default custom-declare-group jde nil
"Java Development Environment" :group tools ...] 8)
  require(jde)
  eval-buffer(#<buffer  *load*> nil "~/.emacs" nil t)
  load-with-code-conversion("/home/msl/.emacs" "~/.emacs" t t)
  load("~/.emacs" t t)
  #[nil "…—  Æ=ƒ ÇÈQ‚5        É=ƒ' ÊÇËÌ#ƒ# ͂5
΂5 
Ï=ƒ1 Ђ5 ÇÑQÒÓ\n҉#ˆÒ=ƒF ˃ˆ Ô!՚ƒˆ
Ö!‰×PØ
!ƒd 
‚o Ø\f!ƒn \f‚o ˉƒ‡ Ù\f\"ƒ… ÚÛ\f#ˆÜÝ!ˆ\f*†–
Ë ÓÞ҉£©©‡¢ Ûéîéô­æéìå­õóåò 
óùóôåí­ôùðå õóåò­éîéô­æéìå­± 
õóåò­éîéô­æéìå óïõòãå áìô íó­äïó ¢þ¢ 
¢¯ßåíáãó¢ ÷éîäï÷ó­îô äéòåãôïòù­æéìåó 
îéì ¢ÞÜÜ®åíáãóÜܨÜÜ®åìã¿ÜÜ©¿¤¢ 
¢þ¯®åíáãó¢ ¢þ¯ßåíáãó¢ öáø­öíó 
¢óùó¤ìïçéåíáãó¢ ¢¯®åíáãó¢ ô ìïáä 
æéìå­îáíå­åøôåîóéïî ¢åì㢠
æéìå­îáíå­óáîó­åøôåîóéïî ¢®å좠
æéìå­åøéóôó­ð æéìå­îå÷åò­ôèáî­æéìå­ð 
íåóóáçå ¢×áòîéî纠¥ó éó îå÷åò ôèáî ¥ó¢ 
óéô­æïò ± ¢äåæáõìô¢ 
éîèéâéô­äåæáõìô­éîéô 
éîèéâéô­óôáòôõð­íåóóáçåÝ µÝ¨©
  ãïííáîä­ìéî娩
  îïòíáì­ôïð­ìåöå쨩


What does this mean ??

In my .emacs I wrote the following lines:


;; ********************
;; JDEE
;; ********************

(add-to-list 'load-path (expand-file-name
"~/emacs/site/jde-2.2.9.2/lisp"))
(add-to-list 'load-path (expand-file-name "~/emacs/site/elib-1.0"))
(require 'jde)


;; ********************
;; Speedbar (http://cedet.sourceforge.net/)
;; ********************

(add-to-list 'load-path (expand-file-name
"~/emacs/site/speedbar-0.14beta4"))
(autoload 'speedbar-frame-mode "speedbar" "Popup a speedbar frame" t)
(autoload 'speedbar-get-focus "speedbar" "Jump to speedbar frame" t)
(global-set-key [(f4)] 'speedbar-get-focus)
;; Texinfo fancy chapter tags
(add-hook 'texinfo-mode-hook (lambda () (require 'sb-texinfo)))
;; HTML fancy chapter tags
(add-hook 'html-mode-hook (lambda () (require 'sb-html)))
;; For any verison of emacs on a linux RPM based system:
(autoload 'rpm "sb-rpm" "Rpm package listing in speedbar.")
;; w3 link listings
(autoload 'w3-speedbar-buttons "sb-w3" "s3 specific speedbar button
generator
.")


;; ********************
;; eieio (http://cedet.sourceforge.net/)
;; ********************
;(add-to-list 'load-path (expand-file-name "~/emacs/site/eieio-0.17"))
(add-to-list 'load-path (expand-file-name "~/emacs/site/eieio-0.17"))


;; ********************
;; Semantic (http://cedet.sourceforge.net/)
;; ********************
(add-to-list 'load-path (expand-file-name
"~/emacs/site/semantic-1.4"))
;(setq semantic-load-turn-everything-on t)
(require 'semantic-load) 


Is there a mistake in it ? 
Or what am I doing wrong ? 

Thanks in advance !
Marcel
>From help-gnu-emacs-bounces@gnu.org  Sat Dec 14 07:45:33 2002
Path: 
shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!fu-berlin.de!uni-berlin.de!pd9e1edc9.dip.t-dialin.NET!not-for-mail
From: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=)
Newsgroups: gnu.emacs.help
Date: Sat, 14 Dec 2002 13:40:21 +0100
Organization: University of Dortmund, Germany
Lines: 16
Message-ID: <84r8ckkc3u.fsf@lucy.cs.uni-dortmund.de>
References: <84u1hi3tib.fsf@lucy.cs.uni-dortmund.de>
        <ylwK9.250775$Up6.43986152@twister.nyc.rr.com>
NNTP-Posting-Host: pd9e1edc9.dip.t-dialin.net (217.225.237.201)
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: fu-berlin.de 1039869622 36575554 217.225.237.201 (16 [73968])
User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.93
 (i686-pc-linux-gnu)
Cancel-Lock: sha1:IvG9cKDbksYV0chdOQT3CRZ8INQ=
Xref: shelby.stanford.edu gnu.emacs.help:108128
To: help-gnu-emacs@gnu.org
Subject: Re: Calendar/diary syncing with Palm?
X-BeenThere: help-gnu-emacs@gnu.org
X-Mailman-Version: 2.1b5
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help>
List-Post: <mailto:help-gnu-emacs@gnu.org>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=subscribe>
List-Archive: <http://mail.gnu.org/pipermail/help-gnu-emacs>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe>
X-List-Received-Date: Sat, 14 Dec 2002 12:45:33 -0000

Bruce Ingalls <bingalls@fit-zones.com> writes:

> Kai Großjohann wrote:
>> Is anyone syncing their diary files with the Palm?  How?
>
> I don't have a 'Palm, but if you test Jack Repenning's work at
>
> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/emacro/emacs/contrib/e-palm.el
>
> I'd like to discuss moving it out of the contrib directory, and make
> it an official part of EMacro.

What do I do with the resulting 411.txt file?  I don't have Windows...

-- 
~/.signature is: umop ap!sdn    (Frank Nobis)
>From help-gnu-emacs-bounces@gnu.org  Sat Dec 14 07:45:34 2002
Path: 
shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.stueberl.de!fu-berlin.de!uni-berlin.de!pd9e1edc9.dip.t-dialin.NET!not-for-mail
From: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=)
Newsgroups: gnu.emacs.help
Date: Sat, 14 Dec 2002 13:41:45 +0100
Organization: University of Dortmund, Germany
Lines: 15
Message-ID: <84of7okc1i.fsf@lucy.cs.uni-dortmund.de>
References: <3dfb1a84.12758439@news.cis.dfn.de>
NNTP-Posting-Host: pd9e1edc9.dip.t-dialin.net (217.225.237.201)
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Trace: fu-berlin.de 1039869705 36575554 217.225.237.201 (16 [73968])
User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.93
 (i686-pc-linux-gnu)
Cancel-Lock: sha1:o0cajSTEeHroKuKH+NEWbnOJE9Y=
Xref: shelby.stanford.edu gnu.emacs.help:108129
To: help-gnu-emacs@gnu.org
Subject: Re: problems with jde installation
X-BeenThere: help-gnu-emacs@gnu.org
X-Mailman-Version: 2.1b5
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help>
List-Post: <mailto:help-gnu-emacs@gnu.org>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=subscribe>
List-Archive: <http://mail.gnu.org/pipermail/help-gnu-emacs>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe>
X-List-Received-Date: Sat, 14 Dec 2002 12:45:34 -0000

marcel-sl@gmx.de (Marcel Schmittfull) writes:

> However, when I start emacs (version 21.1.1) now, I encounter this
> error:
>
> Debugger entered--Lisp error: (file-error "Cannot open load file"
> "eieio")
>   require(eieio)

It seems that you should move the eieio section in your .emacs to some
spot before the jde section.  Or the jde section to some spot after
the eieio section...

-- 
~/.signature is: umop ap!sdn    (Frank Nobis)
>From dieter.jurzitza@t-online.de Sat Dec 14 09:30:09 2002
Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13)
        id 18NDIt-0001sf-00
        for help-gnu-emacs@gnu.org; Sat, 14 Dec 2002 09:30:07 -0500
Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13)
        id 18NDIn-0001da-00
        for help-gnu-emacs@gnu.org; Sat, 14 Dec 2002 09:30:03 -0500
Received: from mailout03.sul.t-online.com ([194.25.134.81])
        by monty-python.gnu.org with esmtp (Exim 4.10.13)
        id 18NDIf-0001B0-00
        for help-gnu-emacs@gnu.org; Sat, 14 Dec 2002 09:29:53 -0500
Received: from fwd00.sul.t-online.de 
        by mailout03.sul.t-online.com with smtp 
        id 18NDIZ-0004t5-0I; Sat, 14 Dec 2002 15:29:47 +0100
Received: from djunix.karlsruhe.edu (0721693427-0001@[80.131.142.137]) by
        fmrl00.sul.t-online.com
        with esmtp id 18NDIY-1BBCyIC; Sat, 14 Dec 2002 15:29:46 +0100
Received: from djunix.karlsruhe.edu (localhost [127.0.0.1])
        by djunix.karlsruhe.edu (8.12.6/8.12.6) with ESMTP id gBEETgp2030501;
        Sat, 14 Dec 2002 15:29:48 +0100
Received: (from fred@localhost)
        by djunix.karlsruhe.edu (8.12.6/8.12.6/Submit) id gBEEM4IT028694;
        Sat, 14 Dec 2002 15:22:04 +0100
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
Message-ID: <XFMail.20021204212845.dieter.jurzitza@t-online.de>
X-Mailer: XFMail 1.5.1 on Linux
X-Priority: 3 (Normal)
In-Reply-To: <847ker57bc.fsf@lucy.cs.uni-dortmund.de>
Date: Wed, 04 Dec 2002 21:29:05 +0100 (CET)
From: "Dr. Ing. Dieter Jurzitza" <dieter.jurzitza@t-online.de>
To: (Kai =?iso-8859-1?q?Gro=DFjohann?=) <kai.grossjohann@uni-duisburg.de>
X-Sender: 0721693427-0001@t-dialin.net
cc: help-gnu-emacs@gnu.org
Subject: Re: Problem with Latex / compile dvi postscript
X-BeenThere: help-gnu-emacs@gnu.org
X-Mailman-Version: 2.1b5
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help>
List-Post: <mailto:help-gnu-emacs@gnu.org>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=subscribe>
List-Archive: <http://mail.gnu.org/pipermail/help-gnu-emacs>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe>
X-List-Received-Date: Sat, 14 Dec 2002 14:30:10 -0000

Dear listmembers,
if anybody is interested in a patch that allows the usage of pdflatex and
acrobat reader (i.E) really integrated with automatic detection of the presence
of more up-to-date .pdf-files come back to me.

I offered to submit a patch to the auctex mailing list, but there was hardly
any interest.

The issue is the hard coded dvi-extension within auctex that makes it
impossible to adapt auctex as-is to a different output format (might be xml or
whatever in the future...)

Take care


Dieter

On 03-Dec-2002 Kai Großjohann wrote:
> Kester Clegg <kester@cs.york.ac.uk> writes:
> 
***

-- 
-----------------------------------------------------------
E-Mail: Dr. Ing. Dieter Jurzitza <dieter.jurzitza@t-online.de>
Date: 04-Dec-2002
Time: 21:24:54                 |
                                \
                 /\_/\           |
                | ~x~ |/-----\   /
                 \   /-       \_/
  ^^__   _        /  _  ____   /
 <°°__ \- \_/     |  |/    |  |
  ||  ||         _| _|    _| _|

if you really want to see the pictures above - use some font
with constant spacing like courier! :-)
-----------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]