From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: MATSUYAMA Tomohiro Newsgroups: gmane.emacs.devel Subject: which-func for java-mode Date: Thu, 21 Feb 2008 22:53:41 +0900 (JST) Message-ID: <20080221.225341.807625826815869836.matsuyama@ariel-networks.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203601843 30288 80.91.229.12 (21 Feb 2008 13:50:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Feb 2008 13:50:43 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 21 14:51:05 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JSBpE-00050G-V9 for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 14:51:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSBoj-0006Ue-KW for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 08:50:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSBoT-0006QL-Jb for emacs-devel@gnu.org; Thu, 21 Feb 2008 08:50:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSBoS-0006Q5-22 for emacs-devel@gnu.org; Thu, 21 Feb 2008 08:50:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSBoR-0006Q0-PO for emacs-devel@gnu.org; Thu, 21 Feb 2008 08:50:11 -0500 Original-Received: from ns.ariel-networks.com ([124.39.57.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSBoR-0002mR-JC for emacs-devel@gnu.org; Thu, 21 Feb 2008 08:50:11 -0500 Original-Received: from localhost (ckp0.ariel-networks.com [124.39.57.14]) by ns.ariel-networks.com (Postfix) with ESMTP id 001CC37801D for ; Thu, 21 Feb 2008 22:50:06 +0900 (JST) X-Mailer: Mew version 5.2 on Emacs 23.0.60 / Mule 6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:89824 Archived-At: Hi, I think which-func-modes should have java-mode by default because which-func for java-mode is easy to work properly without some fix. Regards, Matsuyama