From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wenbo CAI Newsgroups: gmane.emacs.help Subject: How to avoid switching frame when switching buffer? Date: Thu, 30 Aug 2012 00:59:10 -0700 (PDT) Message-ID: <1e787358-bea2-44a2-802c-b90361f0ca5a@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1346313618 8782 80.91.229.3 (30 Aug 2012 08:00:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Aug 2012 08:00:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 30 10:00:19 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 1T6zfm-0004d2-Tq for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Aug 2012 10:00:19 +0200 Original-Received: from localhost ([::1]:58429 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6zfg-00039u-S1 for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Aug 2012 04:00:12 -0400 Original-Received: by 10.66.76.169 with SMTP id l9mr790257paw.47.1346313550543; Thu, 30 Aug 2012 00:59:10 -0700 (PDT) Original-Received: by 10.68.136.7 with SMTP id pw7mr865934pbb.1.1346313550490; Thu, 30 Aug 2012 00:59:10 -0700 (PDT) Original-Path: usenet.stanford.edu!r4no4962933pbs.0!news-out.google.com!a8ni100059889pbd.1!nntp.google.com!4no27765115pbn.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=218.240.129.93; posting-account=whih7QoAAAAKAUKUM-ckJFk4_ZGeobpn Original-NNTP-Posting-Host: 218.240.129.93 User-Agent: G2/1.0 Injection-Date: Thu, 30 Aug 2012 07:59:10 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:194240 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:86586 Archived-At: Hello guys, I am using emacs 23.3.1 on Ubuntu 12.04. I have 2 frames open. Now I am on frame A. When I switch to a buffer which is visible on frame B, then the frame is switched - frame B has the focus. I feel not comfortable with this behavior (maybe because both frames are full screen). I prefer the frame is not switched - just switch the buffer to frame A. Is there any way to avoid frame switching when do buffer switch? Thanks in advance. Btw, I am using ido-switch-buffer. Regards, Wenbo