From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Integrate sr-speedbar.el with speedbar.el Date: Fri, 19 Dec 2008 23:32:56 -0500 Message-ID: <871vw3pitj.fsf@cyd.mit.edu> References: <87abasw1wk.fsf@debian.domain> <87wsdvpqn9.fsf@cyd.mit.edu> <200812200335.mBK3Z5jY008542@projectile.siege-engine.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229747589 6904 80.91.229.12 (20 Dec 2008 04:33:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Dec 2008 04:33:09 +0000 (UTC) Cc: lazycat.manatee@gmail.com, emacs-devel@gnu.org To: "Eric M. Ludlam" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 20 05:34:14 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 1LDtXa-0005wy-5j for ged-emacs-devel@m.gmane.org; Sat, 20 Dec 2008 05:34:14 +0100 Original-Received: from localhost ([127.0.0.1]:34209 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDtWN-0006Xl-SB for ged-emacs-devel@m.gmane.org; Fri, 19 Dec 2008 23:32:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDtWK-0006Xg-9J for emacs-devel@gnu.org; Fri, 19 Dec 2008 23:32:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDtWI-0006XU-US for emacs-devel@gnu.org; Fri, 19 Dec 2008 23:32:55 -0500 Original-Received: from [199.232.76.173] (port=41131 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDtWI-0006XR-OC for emacs-devel@gnu.org; Fri, 19 Dec 2008 23:32:54 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:34091) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDtWI-0000gY-Go for emacs-devel@gnu.org; Fri, 19 Dec 2008 23:32:54 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 15E7757E204; Fri, 19 Dec 2008 23:32:57 -0500 (EST) In-Reply-To: <200812200335.mBK3Z5jY008542@projectile.siege-engine.com> (Eric M. Ludlam's message of "Fri, 19 Dec 2008 22:35:05 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:107101 Archived-At: "Eric M. Ludlam" writes: > I read small bits of sr-speedbar a little while ago. As far as I > know, it uses the same techniques that ECB uses, by advising various > windowing functions in order to keep the speedbar window safe. It > also uses a bunch of speedbar's hooks. A while ago (June?) there were > lots of discussions on emacs-devel on how to make ECB work without > advice in Emacs. I would imagine that the simpler sr-speedbar would > benefit from the same kind of thing. Yes, I agree. So, discussion of this should wait until we add window-group functionality to Emacs (after the 23.1 release).