From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 28 05:08:05 2011 Received: (at submit) by debbugs.gnu.org; 28 Jun 2011 09:08:06 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QbUH7-0006pY-3C for submit@debbugs.gnu.org; Tue, 28 Jun 2011 05:08:05 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QbUH4-0006p4-57 for submit@debbugs.gnu.org; Tue, 28 Jun 2011 05:08:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbUGx-0004FK-J9 for submit@debbugs.gnu.org; Tue, 28 Jun 2011 05:07:56 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:56141) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbUGx-0004FF-Bk for submit@debbugs.gnu.org; Tue, 28 Jun 2011 05:07:55 -0400 Received: from eggs.gnu.org ([140.186.70.92]:43341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbUGu-00059V-RG for bug-gnu-emacs@gnu.org; Tue, 28 Jun 2011 05:07:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbUGo-0004CX-Tj for bug-gnu-emacs@gnu.org; Tue, 28 Jun 2011 05:07:52 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:48204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbUGo-0004Bq-9i for bug-gnu-emacs@gnu.org; Tue, 28 Jun 2011 05:07:46 -0400 Received: by pzk4 with SMTP id 4so4218651pzk.0 for ; Tue, 28 Jun 2011 02:07:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:from:to:subject:message-id:x-mailer :mime-version:content-type:content-transfer-encoding; bh=z1Vd0CM6L99iDy82B/JqDFwnWfXH5sv0Fbma8SoeRQo=; b=r2+O2uXCCQ09/c/s/qEf3BpuJvrs5eMhf3dyUfc1S3eLhsNmgIjXh0R90/sA4LG8m6 YuzmZBIJDOBDwb2ZUF9GxuPYzAq4EJQbrlmI2UBnciZhL79v3kgOTz0z7SZ8cL5L25RS myb9pfL7sk8CwrafCPzKmpsdPR4n0bMZ6wpyI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:subject:message-id:x-mailer:mime-version :content-type:content-transfer-encoding; b=OKNarNtLPmpSic2ZMHKXNE1h7+GciBdccXmbqEHElZs3fRaTxSm3Vtx8csS5CxyaU2 rG0PPvFJ11qYdVPBWfMWTDdDl9RR9UC5hDRqGzRnS308dOwi/WDdxn+twBd1GtG92Jd5 sIOU5/pCE4Gps8zQ6Yy+8/9Meg7ZVfLr68X0I= Received: by 10.68.54.103 with SMTP id i7mr3166813pbp.313.1309252064362; Tue, 28 Jun 2011 02:07:44 -0700 (PDT) Received: from kuru.homelinux.net ([173.180.196.155]) by mx.google.com with ESMTPS id e6sm4753093pbm.55.2011.06.28.02.07.42 (version=SSLv3 cipher=OTHER); Tue, 28 Jun 2011 02:07:43 -0700 (PDT) Date: Tue, 28 Jun 2011 02:07:37 -0700 From: Suvayu Ali To: Subject: 24.0.50; switch-to-buffer-other-window not working Message-ID: <20110628020737.4777d116@kuru.homelinux.net> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.0; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) Hi Emacs devs, `switch-to-buffer-other-window' is behaving like `switch-to-buffer-other-frame'. Pressing `C-x 4 b' brings the selected buffer in a new frame instead of a new window. The behaviour is like this even when the calls are from other lisp fucntions. For example, while exporting an org-mode file with several source blocks a new frame pops up and steals focus and goes out of focus repeatedly. This makes it impossible to work with other applications during the export. This is with Emacs 24 HEAD from sometime on June 17. Please feel free to contact me if you need any more information. Hope this helps. In GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.22.0) of 2011-06-27 on kuru.homelinux.net Windowing system distributor `Fedora Project', version 11.0.10905000 configured using `configure '--prefix=/opt/emacs-lisp' '--with-selinux' '--with-imagemagick'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_IN.utf8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x 4 b M-x r e p o r t Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Debug on Error enabled globally Debug on Quit enabled globally Making completion list... Load-path shadows: /opt/emacs-lisp/share/emacs/site-lisp/flim/md4 hides /opt/emacs-lisp/share/emacs/24.0.50/lisp/md4 /opt/emacs-lisp/share/emacs/site-lisp/flim/hex-util hides /opt/emacs-lisp/share/emacs/24.0.50/lisp/hex-util /opt/emacs-lisp/share/emacs/site-lisp/flim/sasl-cram hides /opt/emacs-lisp/share/emacs/24.0.50/lisp/net/sasl-cram /opt/emacs-lisp/share/emacs/site-lisp/flim/sasl hides /opt/emacs-lisp/share/emacs/24.0.50/lisp/net/sasl /opt/emacs-lisp/share/emacs/site-lisp/flim/hmac-md5 hides /opt/emacs-lisp/share/emacs/24.0.50/lisp/net/hmac-md5 /opt/emacs-lisp/share/emacs/site-lisp/flim/sasl-ntlm hides /opt/emacs-lisp/share/emacs/24.0.50/lisp/net/sasl-ntlm /opt/emacs-lisp/share/emacs/site-lisp/flim/sasl-digest hides /opt/emacs-lisp/share/emacs/24.0.50/lisp/net/sasl-digest /opt/emacs-lisp/share/emacs/site-lisp/flim/hmac-def hides /opt/emacs-lisp/share/emacs/24.0.50/lisp/net/hmac-def /opt/emacs-lisp/share/emacs/site-lisp/flim/ntlm hides /opt/emacs-lisp/share/emacs/24.0.50/lisp/net/ntlm Features: (shadow sort gnus-util time-date mail-extr message idna sendmail regexp-opt format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader dabbrev emacsbug help-mode easymenu view cus-start cus-load tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) -- Suvayu Open source is the future. It sets us free. From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 28 05:41:30 2011 Received: (at 8950) by debbugs.gnu.org; 28 Jun 2011 09:41:31 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QbUnS-0000hd-29 for submit@debbugs.gnu.org; Tue, 28 Jun 2011 05:41:30 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1QbUnP-0000hO-RQ for 8950@debbugs.gnu.org; Tue, 28 Jun 2011 05:41:28 -0400 Received: (qmail invoked by alias); 28 Jun 2011 09:41:21 -0000 Received: from 62-47-57-176.adsl.highway.telekom.at (EHLO [62.47.57.176]) [62.47.57.176] by mail.gmx.net (mp009) with SMTP; 28 Jun 2011 11:41:21 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/a/YxaVEHaYc3SI2SeK30zD8PlN7r2Ict8snptEM bxm/9txjSr+2f7 Message-ID: <4E09A1C0.9080200@gmx.at> Date: Tue, 28 Jun 2011 11:41:20 +0200 From: martin rudalics User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Suvayu Ali Subject: Re: bug#8950: 24.0.50; switch-to-buffer-other-window not working References: <20110628020737.4777d116@kuru.homelinux.net> In-Reply-To: <20110628020737.4777d116@kuru.homelinux.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Spam-Score: -2.5 (--) X-Debbugs-Envelope-To: 8950 Cc: 8950@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.5 (--) > `switch-to-buffer-other-window' is behaving like > `switch-to-buffer-other-frame'. Pressing `C-x 4 b' brings the selected > buffer in a new frame instead of a new window. The behaviour is like > this even when the calls are from other lisp fucntions. For example, > while exporting an org-mode file with several source blocks a new frame > pops up and steals focus and goes out of focus repeatedly. This makes it > impossible to work with other applications during the export. > > This is with Emacs 24 HEAD from sometime on June 17. Please feel free to > contact me if you need any more information. Hope this helps. Thanks for the report. This should have been fixed now. Please upgrade your version. Sorry for the inconvenience, martin From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 28 16:28:58 2011 Received: (at 8950) by debbugs.gnu.org; 28 Jun 2011 20:28:58 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qbeu1-0006I2-OM for submit@debbugs.gnu.org; Tue, 28 Jun 2011 16:28:58 -0400 Received: from mail-bw0-f44.google.com ([209.85.214.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qbety-0006Hl-4f for 8950@debbugs.gnu.org; Tue, 28 Jun 2011 16:28:54 -0400 Received: by bwb17 with SMTP id 17so501300bwb.3 for <8950@debbugs.gnu.org>; Tue, 28 Jun 2011 13:28:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=SUHoaCegD6IE+eTFonmLLczhutWpUgOfH6xGsPCowOY=; b=DddJ0XBIAjsOJ/E/7mPTiBDhtgBSgKSf22/s7oPqh9zxMMluR9SqlTBOjOpaXbMPLC 4AoElx0kPqULLGr/amCM3xJLdJIGnwsLnt+Yf7sjWBsi9t8SvtevK9Lsxtn3Lh/LkQcs YshfcxR+MoxF0HPypn/ryYqeKLpVoYrRHJzAw= Received: by 10.204.48.140 with SMTP id r12mr5554590bkf.51.1309292928186; Tue, 28 Jun 2011 13:28:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.59.12 with HTTP; Tue, 28 Jun 2011 13:28:27 -0700 (PDT) In-Reply-To: <4E09A1C0.9080200@gmx.at> References: <20110628020737.4777d116@kuru.homelinux.net> <4E09A1C0.9080200@gmx.at> From: suvayu ali Date: Tue, 28 Jun 2011 13:28:27 -0700 X-Google-Sender-Auth: y0PNh3u8KaT1aQKKNgeMEoQAERE Message-ID: Subject: Re: bug#8950: 24.0.50; switch-to-buffer-other-window not working To: martin rudalics Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.6 (---) X-Debbugs-Envelope-To: 8950 Cc: 8950@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.6 (---) On Tue, Jun 28, 2011 at 2:41 AM, martin rudalics wrote: >> `switch-to-buffer-other-window' is behaving like >> `switch-to-buffer-other-frame'. Pressing `C-x 4 b' brings the selected >> buffer in a new frame instead of a new window. The behaviour is like >> this even when the calls are from other lisp fucntions. For example, >> while exporting an org-mode file with several source blocks a new frame >> pops up and steals focus and goes out of focus repeatedly. This makes it >> impossible to work with other applications during the export. >> >> This is with Emacs 24 HEAD from sometime on June 17. Please feel free to >> contact me if you need any more information. Hope this helps. > > Thanks for the report. =A0This should have been fixed now. > > Please upgrade your version. > > Sorry for the inconvenience, martin > > Thanks a lot. Sorry for the noise. --=20 Suvayu Open source is the future. It sets us free. From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 30 14:33:36 2011 Received: (at control) by debbugs.gnu.org; 30 Jun 2011 18:33:37 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcM3U-00058x-EC for submit@debbugs.gnu.org; Thu, 30 Jun 2011 14:33:36 -0400 Received: from smtp.getmail.no ([84.208.15.66]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcM3S-00058j-1U for control@debbugs.gnu.org; Thu, 30 Jun 2011 14:33:35 -0400 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: TEXT/PLAIN Received: from get-mta-scan01.get.basefarm.net ([10.5.16.4]) by get-mta-out01.get.basefarm.net (Sun Java(tm) System Messaging Server 7.0-0.04 64bit (built Jun 20 2008)) with ESMTP id <0LNM006GS8VRHU00@get-mta-out01.get.basefarm.net> for control@debbugs.gnu.org; Thu, 30 Jun 2011 20:33:27 +0200 (MEST) Received: from get-mta-scan01.get.basefarm.net (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id 70A92179940D_E0CC177B for ; Thu, 30 Jun 2011 18:33:27 +0000 (GMT) Received: from smtp.getmail.no (unknown [10.5.16.4]) by get-mta-scan01.get.basefarm.net (Sophos Email Appliance) with ESMTP id 5E1AD1796642_E0CC177F for ; Thu, 30 Jun 2011 18:33:27 +0000 (GMT) Received: from quimbies.gnus.org ([84.215.51.58]) by get-mta-in01.get.basefarm.net (Sun Java(tm) System Messaging Server 7.0-0.04 64bit (built Jun 20 2008)) with ESMTP id <0LNM003MQ8VR3710@get-mta-in01.get.basefarm.net> for control@debbugs.gnu.org; Thu, 30 Jun 2011 20:33:27 +0200 (MEST) Received: from larsi by quimbies.gnus.org with local (Exim 4.72) (envelope-from ) id 1QcM3L-0004eu-4u for control@debbugs.gnu.org; Thu, 30 Jun 2011 20:33:27 +0200 Date: Thu, 30 Jun 2011 20:33:27 +0200 Message-id: To: control@debbugs.gnu.org From: larsi@gnus.org Subject: control message for bug #8950 X-Spam-Score: -3.1 (---) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.1 (---) close 8950 thanks From unknown Tue Jun 24 19:09:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 29 Jul 2011 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator