From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mmuurr@gmail.com Newsgroups: gmane.emacs.help Subject: merging emacs frames Date: 28 Apr 2006 19:04:12 -0700 Organization: http://groups.google.com Message-ID: <1146276252.654212.42550@j33g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1146278431 7648 80.91.229.2 (29 Apr 2006 02:40:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 Apr 2006 02:40:31 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 29 04:40:29 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 1FZfNj-00005O-LK for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Apr 2006 04:40:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZfNi-0003Jl-U2 for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Apr 2006 22:40:26 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!j33g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: 134.174.169.133 Original-X-Trace: posting.google.com 1146276257 4063 127.0.0.1 (29 Apr 2006 02:04:17 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 29 Apr 2006 02:04:17 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.2,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: j33g2000cwa.googlegroups.com; posting-host=134.174.169.133; posting-account=5YwDkQ0AAAB_inFO-6zl8stzsEHFVXZZ Original-Xref: shelby.stanford.edu gnu.emacs.help:139089 Original-To: help-gnu-emacs@gnu.org 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:34710 Archived-At: Thanks for all the help with my last problem, I finally solved it thanks to a combination of the responses. And now for something completely different... This is probably very simple, but I've racked through google about as much as I can and have not found a solution. I'd like to have my speedbar frame and another frame it's attached to be both in one giant frame (an X11 system). I understand that they will be two different frames within one frame, and I know this is do-able (I've seen both screenshots of this, and ECB (Emacs Code Browser) seems to do it itself (basically merging 2 frames into 1 meta-frame). To make my point more clear, I'd like the speedbar frame to be linked to another emacs frame, but I'd like both of those frames to be joined into a single X11 frame. The editing frame will possibly still be split into multiple Emacs windows, creating 3 levels of hierarchy: X11 Frame (top level) Speedbar Emacs Frame / Editing Emacs Frame (medium level) Emacs windows within the Editing Emacs Frame (bottom level) Can anyone point me in the correct direction to do this? Thanks for any help!