From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Tran Newsgroups: gmane.emacs.help Subject: Why does Emacs make it difficult for me to have two frames open the same buffer? Date: Fri, 13 Apr 2012 14:04:49 -0700 Message-ID: <2FB6A872-A97F-4FA7-87F9-E7FCFE95DFF1@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1334351110 17899 80.91.229.3 (13 Apr 2012 21:05:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 Apr 2012 21:05:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 13 23:05:09 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SIng0-0005gj-CX for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Apr 2012 23:05:04 +0200 Original-Received: from localhost ([::1]:38647 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SInfz-0006yx-MJ for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Apr 2012 17:05:03 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SInfu-0006yg-9L for help-gnu-emacs@gnu.org; Fri, 13 Apr 2012 17:04:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SInfs-000888-Fx for help-gnu-emacs@gnu.org; Fri, 13 Apr 2012 17:04:57 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:34572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SInfs-00085D-6y for help-gnu-emacs@gnu.org; Fri, 13 Apr 2012 17:04:56 -0400 Original-Received: by pbcup15 with SMTP id up15so4272508pbc.0 for ; Fri, 13 Apr 2012 14:04:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=4TU9eGL+pB45n7HSCmqDW2lK+jQnCPc+/bo0wmGVOEI=; b=uHv/nvjy+EkYgygSFaWaKNF5cYYfwdO6oRgmpiflntgvq+jBgvxwBbVx8n3mUTlcD+ Idl9mjFKZ5hhVyRDQ7uoOQXk15TRpRYsieHmNuzMhjnskUQg8VSJMQApl0sc+F8o/0zY x8+Y8lmmQtrn4ew1t5Wl4TI+4PVwwWY57/Ym5xNcxAYM1QfyjEtD8yL8yP+5oGufRqNJ wx745gTdVeVWayPIDytRLhZuvRxUMOeYnLKVsoehVNdtayqOJBAxDetbxJ3T7gwrOaQW e0WQa4f9BB180ijYuEMGuGpyvhjXQP72o8st/1zncxpdXkzaJ/x0TV78H3UWJIzcZ9LL OzIA== Original-Received: by 10.68.236.197 with SMTP id uw5mr7673220pbc.27.1334351093486; Fri, 13 Apr 2012 14:04:53 -0700 (PDT) Original-Received: from [192.168.1.84] (nat.ccclib.org. [64.166.145.2]) by mx.google.com with ESMTPS id y3sm9679947pbh.59.2012.04.13.14.04.52 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 13 Apr 2012 14:04:52 -0700 (PDT) X-Mailer: Apple Mail (2.1257) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84459 Archived-At: I have 2 frames. I switch the buffer in first frame to buffer A. When I = try to switch the buffer in the second frame to buffer A, Emacs brings = the first frame forward. What I want is to open buffer A in both frames. = Is there a setting that makes Emacs bring the other frame forward when = buffer A is already opened in it?