From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: gg.t.gadget_saavik@xoxy.net Newsgroups: gmane.emacs.help Subject: java syntax highlighting with generics Date: Fri, 4 Aug 2006 11:14:02 -0700 Message-ID: <3dd187620608041114g46503901vf4a9ed64a9e2f6e3@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1154848012 28270 80.91.229.2 (6 Aug 2006 07:06:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 6 Aug 2006 07:06:52 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 06 09:06:48 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G9cii-0000UG-0C for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Aug 2006 09:06:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G9cih-0006BR-Hl for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Aug 2006 03:06:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G9QQP-0005I5-99 for help-gnu-emacs@gnu.org; Sat, 05 Aug 2006 13:59:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G9QQM-0005Ht-C1 for help-gnu-emacs@gnu.org; Sat, 05 Aug 2006 13:59:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G9QQM-0005Hq-6i for help-gnu-emacs@gnu.org; Sat, 05 Aug 2006 13:58:58 -0400 Original-Received: from [216.218.230.146] (helo=gourmet.spamgourmet.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G9QUB-0006nE-Np for help-gnu-emacs@gnu.org; Sat, 05 Aug 2006 14:02:55 -0400 Original-Received: from gourmet.spamgourmet.com (localhost [127.0.0.1]) by gourmet.spamgourmet.com (8.13.6/8.13.6) with ESMTP id k74Iurb1026594 for ; Fri, 4 Aug 2006 11:56:53 -0700 Original-Received: (from jqh1@localhost) by gourmet.spamgourmet.com (8.13.6/8.12.11/Submit) id k74Iuruu026588 for help-gnu-emacs@gnu.org; Fri, 4 Aug 2006 11:56:53 -0700 Original-Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by gourmet.spamgourmet.com (8.13.6/8.13.6) with ESMTP id k74IuqYw026582 for <>; Fri, 4 Aug 2006 11:56:53 -0700 Original-Received: by py-out-1112.google.com with SMTP id x66so180985pye for <>; Fri, 04 Aug 2006 11:56:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NXGOyWgsGf2A1ygobfAeom1Qi/BSJdnD3Lgfm1dJtySagECwJjyYmcph7dMauW48Beh5OAjIAe35T188Veiaqx6idSicAVTcBZPdSzV2VEMAzRpIRGXeb/2qymnLMdpJwHMIvy/U2C6xIkMN/0jOxX7H8LdkrdCfGJ0vAE5EwQw= Original-Received: by 10.35.117.5 with SMTP id u5mr5390725pym; Fri, 04 Aug 2006 11:14:02 -0700 (PDT) Original-Received: by 10.35.88.19 with HTTP; Fri, 4 Aug 2006 11:14:02 -0700 (PDT) Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline X-Spamgourmet: X-Mailman-Approved-At: Sun, 06 Aug 2006 03:05:25 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:36532 Archived-At: 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? If so, how do I go about getting it? 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. My exact Emacs version is: GNU Emacs 21.3.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll bars) of 2006-05-03 on hs20-bc1-3.build.redhat.com By the way, how can I display the version number in such a way that I can select it to copy and paste? - Rose