Your message dated Thu, 28 Feb 2008 18:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#267520: fixed in jde 2.3.5.1-4
has caused the Debian Bug report #267520,
regarding jde can only open one java file properly
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
267520: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=267520
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: jde
Version: 2.3.3-2

When I run emacs with the command

$ emacs /home/me/MyJava.java

the file opens and jde mode is invoked and everything appears fine. When I try to load another java file from within emacs, the syntax colouring that worked for the first file does not occur, and i get the error:

Buffer <MyFile.java> was not set up for parsing

The error appears in the bottom mini-buffer of emacs, where meta commands etc are entrered.

This applies to any java files I have. If i close the first file that had correct syntax highlighting then re-open it within emacs, i get the above error.

I am not sure with which upgrade this problem started since I have not developed java on this machine for a few weeks.

my .emacs file:

---

(add-to-list 'load-path "~/emacs-lisp")

(tool-bar-mode 0)
(global-font-lock-mode 1)

(require 'color-theme)
;;(color-theme-taming-mr-arneson)
(color-theme-jsc-dark)

(require 'kon-mwheel)
(kon-mwheel-bind-buttons)
 (require 'php-mode)
(add-hook 'php-mode-user-hook 'turn-on-font-lock)

;; my c mode hook code here
    (defun my-c-mode-common-hook ()
;; other buffer specific variables may be set here
     (setq c-basic-offset 2)
     )
;; add my code to the list of code invoked when c/c++ edited
(add-hook 'c-mode-common-hook 'my-c-mode-common-hook)

(require 'jde)

---

cheers

matthew


--- End Message ---
--- Begin Message ---
Source: jde
Source-Version: 2.3.5.1-4

We believe that the bug you reported is fixed in the latest version of
jde, which is due to be installed in the Debian FTP archive:

jde_2.3.5.1-4.diff.gz
  to pool/contrib/j/jde/jde_2.3.5.1-4.diff.gz
jde_2.3.5.1-4.dsc
  to pool/contrib/j/jde/jde_2.3.5.1-4.dsc
jde_2.3.5.1-4_all.deb
  to pool/contrib/j/jde/jde_2.3.5.1-4_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael W. Olson (GNU address) <[EMAIL PROTECTED]> (supplier of updated jde 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 20 Feb 2008 23:42:11 -0600
Source: jde
Binary: jde
Architecture: source all
Version: 2.3.5.1-4
Distribution: unstable
Urgency: low
Maintainer: Michael W. Olson (GNU address) <[EMAIL PROTECTED]>
Changed-By: Michael W. Olson (GNU address) <[EMAIL PROTECTED]>
Description: 
 jde        - JDEE, Java Development Environment for Emacs(en)
Closes: 247254 267520 428047 436088 444374 450816 451786
Changes: 
 jde (2.3.5.1-4) unstable; urgency=low
 .
   * debian/copyright: Update download location.
   * debian/emacsen-install: Make find-library work.
   * debian/emacsen-startup:
     - Use debian-pkg-add-load-path-item.
     - Load jde.el, so that JDEE is enabled when a .java file is visited.
       Thanks to Luis Fernando Llana Díaz for the report
       (Closes: #428047).
     - Set the global-senator-minor-mode to t to fix broken syntax
       highlighting.  Thanks to Antti-Juhani Kaijanaho and Jhair Tocancipa
       Triana for the report and fix
       (Closes: #267520).
     - Load beanshell.el before loading jde-compile.el.  This fixes an
       error that happens during startup.
     - Handle case where package is removed but not purged.
     - Add workaround for JDK 1.7 to future-proof ourselves.
     - Automatically register all JDKs installed on the system with JDEE by
       parsing the output from "/usr/sbin/update-java-alternatives --list".
       This makes it easier for new users to get started.
   * debian/control:
     - Add Vcs-Browser and Vcs-Git directives.
     - (Build-Depends): Remove dpatch.
     - (Depends):
       + Add cedet-contrib and cogre.  Thanks to Shyamal Prasad, and Toby
         Speight, ale, Michael Burschik, and jlueters for the report
         (Closes: #444374, #451786, #436088, #450816).
       + Add emacsen-common because we now use
         debian-pkg-add-load-path-item.
   * debian/dirs: Add usr/share/java/bsh-commands/bsh/commands.
   * debian/jde.preinst: Handle emacs22.
   * debian/jde.manpages: New file that installs the jtags manpage.
   * debian/jtags.1: Fix NAME section to silence lintian.
   * debian/patches: Remove in favor of using git.
   * debian/rules:
     - Add instructions for building using git to the header.
     - (binary-indep):
        + Remove executable bit in
          /usr/share/doc/jde/examples/makefile.sample to silence lintian.
        + Install emacsen-startup script with priority 54 so that it loads
          after the rest of CEDET.
     - (install):
       + Install java/bsh-commands/bsh/commands directory.  Thanks to Monte
         Lin (林奇峰) for the report
         (Closes: #247254).
   * lisp/jde-jdb.el: Fix bug when viewing a file with no jdb installed in
     emacs21.
Files: 
 438572b32696d6b9e91ce7c44e090868 739 contrib/devel optional jde_2.3.5.1-4.dsc
 8bce49c06c591ccf50bf7d534bf80be9 13879 contrib/devel optional 
jde_2.3.5.1-4.diff.gz
 c70836f2247fd0df098c74253a072298 1606970 contrib/devel optional 
jde_2.3.5.1-4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHxvhGogN2vsA8Vt8RAgt3AKDRZybJdJJ5xtgAeD1ZTmQfXxafhgCaA2VD
9ecWVTqDZYtTsUB/vcmcMzI=
=K6ua
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to