all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: java syntax highlighting with generics
Date: Sun, 6 Aug 2006 11:45:23 +0200	[thread overview]
Message-ID: <55A0F1A0-67D7-4A0D-B753-31E9323AEB86@Web.DE> (raw)
In-Reply-To: <3dd187620608041114g46503901vf4a9ed64a9e2f6e3@mail.gmail.com>


Am 04.08.2006 um 20:14 schrieb gg.t.gadget_saavik@xoxy.net:

> First of all, is there a version of java-mode or JDE (I'm a little
> confused as to the relationship if any between the two) that can
> handle generics and type parameters?

I don't know! But isn't JDE just a generic acronym for *any* Java  
Development Environment? The different modes in GNU Emacs support for  
example programming languages by high-lighting particular key words  
or indenting blocks of code. Another means is that you can insert  
from a menu particular key words or get special menus.


> I am using the Emacs distribution that comes with Red Hat Enterprise 3
> and method declarations with type parameters don't have the method
> names colored, nor do they show up as speedbar tags.

Could be that auto-mode-alist has no mapping provided for your Java  
files:

(setq auto-mode-alist
   (append
     '(("\\.java\\'" . java-mode)
    auto-mode-alist)))

C-h v reveals a variable's value.

>
> By the way, how can I display the version number in such a way that I
> can select it to copy and paste?
>

Either C-h v emacs-version RET and then copy from the *Help* buffer,  
or M-x emacs-version RET and then change to *Messages* buffer.

--
Greetings

   Pete

One doesn't expect governments to obey the law because of some higher  
moral development.  One expects them to obey the law because they  
know that if they don't, those who aren't shot will be hanged.
                                                  --Michael Shirley

  reply	other threads:[~2006-08-06  9:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-04 18:14 java syntax highlighting with generics gg.t.gadget_saavik
2006-08-06  9:45 ` Peter Dyballa [this message]
2006-08-06 16:45   ` Bill Wohler
2006-08-06 18:04     ` Peter Dyballa
2006-08-06 19:02     ` Reiner Steib
2006-08-07 19:11       ` Bill Wohler

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=55A0F1A0-67D7-4A0D-B753-31E9323AEB86@Web.DE \
    --to=peter_dyballa@web.de \
    --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.