From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eric M. Ludlam" Newsgroups: gmane.emacs.code-browser,gmane.emacs.devel Subject: Re: patch for optional inhibit of delete-other-windows(IDE feature) Date: Wed, 30 Apr 2008 11:29:06 -0400 Message-ID: <200804301529.m3UFT6rW032253@projectile.siege-engine.com> References: <84D8FEFE8D23E94E9C2A6F0C58EE07E3429A02@mucmail3.sdm.de> <84D8FEFE8D23E94E9C2A6F0C58EE07E3429AF9@mucmail3.sdm.de> <4815EE7D.6020304@gmx.at> <84D8FEFE8D23E94E9C2A6F0C58EE07E3429DD9@mucmail3.sdm.de> <48164956.1060204@gmx.at> <200804291804.m3TI4fSp017469@projectile.siege-engine.com> <481792DD.2090903@gmx.at> <200804292308.m3TN8u1Z018797@projectile.siege-engine.com> <4818058A.8020402@gmx.at> <200804301155.m3UBt75A031654@projectile.siege-engine.com> <4818778A.1050107@gmx.at> 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 1209569372 26328 80.91.229.12 (30 Apr 2008 15:29:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Apr 2008 15:29:32 +0000 (UTC) Cc: emacs-devel@gnu.org, klaus.berndl@sdm.de, rms@gnu.org, joakim@verona.se, ecb-list@lists.sourceforge.net To: martin rudalics Original-X-From: ecb-list-bounces@lists.sourceforge.net Wed Apr 30 17:30:06 2008 connect(): Connection refused Return-path: Envelope-to: emacs-ecb@m.gmane.org Original-Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by lo.gmane.org with esmtp (Exim 4.50) id 1JrEFu-00060J-TN for emacs-ecb@m.gmane.org; Wed, 30 Apr 2008 17:30:03 +0200 Original-Received: from sc8-sf-list1-new.sourceforge.net (sc8-sf-list1-new-b.sourceforge.net [10.3.1.93]) by sc8-sf-spam2.sourceforge.net (Postfix) with ESMTP id A485E160F3; Wed, 30 Apr 2008 08:29:19 -0700 (PDT) Original-Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1JrEFB-0004hd-Pe for ecb-list@lists.sourceforge.net; Wed, 30 Apr 2008 08:29:17 -0700 Original-Received: from static-71-184-83-10.bstnma.fios.verizon.net ([71.184.83.10] helo=projectile.siege-engine.com) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1JrEFA-0001Nj-46 for ecb-list@lists.sourceforge.net; Wed, 30 Apr 2008 08:29:17 -0700 Original-Received: from projectile.siege-engine.com (localhost.localdomain [127.0.0.1]) by projectile.siege-engine.com (8.12.8/8.12.8) with ESMTP id m3UFT6Zi032257; Wed, 30 Apr 2008 11:29:07 -0400 Original-Received: (from zappo@localhost) by projectile.siege-engine.com (8.12.8/8.12.8/Submit) id m3UFT6rW032253; Wed, 30 Apr 2008 11:29:06 -0400 In-reply-to: <4818778A.1050107@gmx.at> (message from martin rudalics on Wed, 30 Apr 2008 15:43:38 +0200) X-Spam-Score: 0.0 (/) X-Spam-Report: Spam Filtering performed by sourceforge.net. See http://spamassassin.org/tag/ for more details. Report problems to http://sf.net/tracker/?func=add&group_id=1&atid=200001 X-BeenThere: ecb-list@lists.sourceforge.net X-Mailman-Version: 2.1.8 Precedence: list List-Id: "Mailing list for ECB help, dicussion and announces." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ecb-list-bounces@lists.sourceforge.net Errors-To: ecb-list-bounces@lists.sourceforge.net Xref: news.gmane.org gmane.emacs.code-browser:2143 gmane.emacs.devel:96228 Archived-At: >>> martin rudalics seems to think that: > >>>Yes. Go into the speedbar menu, and choose "detach". That speedbar > >>>gets separated and you can then make a new one. >[....] > > Sorry, if you right click, you get a context menu. That's the > > speedbar menu, with many and various options. > > > > Clicking in the mode-line will also do it. > >There's no "detach" in that menu with speedbar version 1.0 and the >doc-string of `speedbar-frame-mode' says > >"Currently, only one speedbar is supported at a time." > >Are we missing some interesting developments here? Huh, you are right. That's been in my version since 2000: |--- | revision 1.170 | date: 2000/06/11 18:44:00; author: zappo; state: Exp; lines: +26 -2 | Added `speedbar-detatch' so we can have multiple speedbars. | Fixed `speedbar-trim-words-tag-hierarchy' to work w/ semantic. |--- and when I look in the Emacs/CVS version, it is not there, but comments about it are. In ChangeLog.12 I found this: |--- |2006-05-30 Nick Roberts | * speedbar.el (speedbar-detach): Delete. | (speedbar-easymenu-definition-trailer): Remove speedbar-detach as | it breaks things. | (speedbar-reconfigure-keymaps): Always add extra items to | pop up menu. |--- I do know that merging between my version and the Emacs version of Speedbar is difficult since I can't adopt some of the Emacs. specific changes into my repository. Perhaps it is time I stopped supporting Emacs 19, eh? Anyway, it looks like some merging and bug fixing is required as the last time I merged from Emacs into my repository, I apparently broke the detach feature. Eric -- Eric Ludlam: eric@siege-engine.com Siege: www.siege-engine.com Emacs: http://cedet.sourceforge.net ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone