From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ke Lu Newsgroups: gmane.emacs.help Subject: Speedbar question Date: Wed, 10 Oct 2007 22:30:49 +0900 Organization: Bentium Ltd. (CN99) Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1192023646 17477 80.91.229.12 (10 Oct 2007 13:40:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Oct 2007 13:40:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 10 15:40:45 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ifbna-0002PR-Ho for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Oct 2007 15:40:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfbnU-0003CS-QR for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Oct 2007 09:40:24 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!news.glorb.com!newsgate.cuhk.edu.hk!news.neu.edu.cn!news.cn99.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: softbank218118058050.bbtec.net Original-X-Trace: news.cn99.com 1192026820 31399 218.118.58.50 (10 Oct 2007 14:33:40 GMT) Original-X-Complaints-To: usenet@news.cn99.com Original-NNTP-Posting-Date: Wed, 10 Oct 2007 14:33:40 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:xUUQOeCvY8NEaFmoNPIa15+YWVo= Original-Xref: shelby.stanford.edu gnu.emacs.help:152800 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:48305 Archived-At: When I press space key speedbar-toggle-line-expansion at a java file, It expand and show classes,imports and packages which looks like following. [-] ActionDispatcherExample.java +> ActionDispatcherExample{} {+} Imports => org.apache.struts.webapp.dispatch When I press space key speedbar-toggle-line-expansion at class, It expand and show veriables and methods. [-] ActionDispatcherExample.java -> ActionDispatcherExample{} {+} Variables {+} Methods {+} Imports => org.apache.struts.webapp.dispatch When I press space key speedbar-toggle-line-expansion at methods, It expand and show methods which I realy want to see. [-] ActionDispatcherExample.java -> ActionDispatcherExample{} {+} Variables {-} Methods +> execute() +> doFoo() +> doBar() {+} Imports => org.apache.struts.webapp.dispatch Is there any way to expand until fuctions when I press space key speedbar-toggle-line-expansion at a java file?