From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Vols" Newsgroups: gmane.emacs.help Subject: Split frame? Date: 13 Mar 2007 12:01:11 -0700 Organization: http://groups.google.com Message-ID: <1173812471.694871.105960@q40g2000cwq.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1173814795 15577 80.91.229.12 (13 Mar 2007 19:39:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Mar 2007 19:39:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 13 20:39:46 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 1HRCqX-0006dC-GR for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Mar 2007 20:39:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRCrK-0006w3-Uh for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Mar 2007 14:40:34 -0500 Original-Path: shelby.stanford.edu!newshub.stanford.edu!postnews.google.com!q40g2000cwq.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-NNTP-Posting-Host: 12.44.178.253 Original-X-Trace: posting.google.com 1173812477 26744 127.0.0.1 (13 Mar 2007 19:01:17 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 13 Mar 2007 19:01:17 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20061107 Fedora/1.5.0.8-1.fc6 Firefox/1.5.0.8 pango-text,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: q40g2000cwq.googlegroups.com; posting-host=12.44.178.253; posting-account=tqteEA0AAADA9sbJQqERV8VgAMTGSaC_ Original-Xref: shelby.stanford.edu gnu.emacs.help:146324 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:41928 Archived-At: Hi, group, I have 3 file in one frame, say file1.c, file2.c and file3.c I use 'C-x 3' to split the frame vertically. The problem is these two frames are identical. When I open a 'file4.c' in left frame, it appears in right frame too. How to make these two frames independent? Thanks