From bounces@nabble.com Mon Jun 29 09:44:03 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 29 Jun 2009 16:44:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=AWL,FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5TGhwqU024905 for ; Mon, 29 Jun 2009 09:43:59 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLJxV-0006Jq-G9 for bug-gnu-emacs@gnu.org; Mon, 29 Jun 2009 12:43:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLJxQ-0006I5-CQ for Bug-gnu-emacs@gnu.org; Mon, 29 Jun 2009 12:43:56 -0400 Received: from [199.232.76.173] (port=58108 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLJxQ-0006Hv-4i for Bug-gnu-emacs@gnu.org; Mon, 29 Jun 2009 12:43:52 -0400 Received: from kuber.nabble.com ([216.139.236.158]:48534) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MLJxP-0003of-Bd for Bug-gnu-emacs@gnu.org; Mon, 29 Jun 2009 12:43:51 -0400 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MLJxN-0000qS-8T for Bug-gnu-emacs@gnu.org; Mon, 29 Jun 2009 09:43:49 -0700 Message-ID: <24257668.post@talk.nabble.com> Date: Mon, 29 Jun 2009 09:43:49 -0700 (PDT) From: Nobuko Three To: Bug-gnu-emacs@gnu.org Subject: 23.0.60; Iswitchb-buffer switches to wrong buffer for Emacsclient over SSH MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: nbko3@yahoo.com X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) When using emacsclient over SSH with iswitchb-mode on, the default other buffer (the buffer you get from C-x b RET) is not what you want. It switches to the buffer (let's say remote.txt) that is displayed in the Emacs frame on the remote side (SSH server side). Which means that when you are frequently switching between foo.txt and bar.txt, you don't press C-x b RET, you must press C-x b C-s RET because remote.txt keeps showing up on top every time you press C-x b. ** Steps to reproduce the bug ;; contents of the minimal init file ~/min-test.el (require 'server) (server-start) (iswitchb-mode 1) ;; end $ emacs -Q -l ~/min-test.el & # start emacs. minimal initialization. $ ssh -X localhost # ssh into self $ emacsclient -c & # start another emacs frame from within the ssh session. The first emacs frame should display *scratch* buffer. Within the second emacs frame (the one launched from emacsclient -c), open foo.txt and then bar.txt and now press C-x b (which is bound to iswitchb-buffer, iswitch mode's version of switch-to-buffer) and you see that *scratch* is the top, not foo.txt. M-x switch-to-buffer is fine. It's a bug of iswitchb mode. Bug disappears when emacsclient is used without SSH ** Workarounds Switch to the wrong buffer that iswitchb mode suggest (from the first emacsclient frame), open a new frame and work from that new frame. The first emacsclient frame should be just left alone until quit. ** etc In GNU Emacs 23.0.60.1 (i486-pc-linux-gnu, GTK+ Version 2.14.3) of 2008-10-14 on rothera, modified by Debian (emacs-snapshot package, version 1:20081013-1) Windowing system distributor `The X.Org Foundation', version 11.0.10502000 configured using `configure '--build' 'i486-linux-gnu' '--host' 'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/23.0.60/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.0.60/site-lisp:/usr/share/emacs/site-lisp' '--with-x=yes' '--with-x-toolkit=gtk' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2' 'LDFLAGS=-g -Wl,--as-needed' 'CPPFLAGS='' 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_US.UTF-8 value of $XMODIFIERS: locale-coding-system: utf-8-unix default-enable-multibyte-characters: t -- View this message in context: http://www.nabble.com/23.0.60--Iswitchb-buffer-switches-to-wrong-buffer-for-Emacsclient-over-SSH-tp24257668p24257668.html Sent from the Emacs - Bugs mailing list archive at Nabble.com. From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 06 22:30:16 2014 Received: (at 3713) by debbugs.gnu.org; 7 Feb 2014 03:30:16 +0000 Received: from localhost ([127.0.0.1]:53964 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBc8u-0004K4-3q for submit@debbugs.gnu.org; Thu, 06 Feb 2014 22:30:16 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:46879) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBc8q-0004Jt-Mb for 3713@debbugs.gnu.org; Thu, 06 Feb 2014 22:30:14 -0500 Received: from [204.14.154.233] (helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WBc8a-0001v8-MU; Fri, 07 Feb 2014 04:29:57 +0100 From: Lars Ingebrigtsen To: Nobuko Three Subject: Re: bug#3713: 23.0.60; Iswitchb-buffer switches to wrong buffer for Emacsclient over SSH References: <24257668.post@talk.nabble.com> Date: Thu, 06 Feb 2014 19:28:50 -0800 In-Reply-To: <24257668.post@talk.nabble.com> (Nobuko Three's message of "Mon, 29 Jun 2009 09:43:49 -0700 (PDT)") Message-ID: <87sirvk3d9.fsf@building.gnus.org> User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1WBc8a-0001v8-MU X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1392348598.41036@lMRDn355YSkY2CZx5O1tpQ X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 3713 Cc: 3713@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Nobuko Three writes: > When using emacsclient over SSH with iswitchb-mode on, the default other > buffer (the buffer you get from C-x b RET) is not what you want. It switches > to the buffer (let's say remote.txt) that is displayed in the Emacs frame on > the remote side (SSH server side). Which means that when you are frequently > switching between foo.txt and bar.txt, you don't press C-x b RET, you must > press C-x b C-s RET because remote.txt keeps showing up on top every time > you press C-x b. iswitchb is an obsolete package, so I'm closing this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 06 22:30:22 2014 Received: (at control) by debbugs.gnu.org; 7 Feb 2014 03:30:22 +0000 Received: from localhost ([127.0.0.1]:53967 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBc8z-0004KO-Ma for submit@debbugs.gnu.org; Thu, 06 Feb 2014 22:30:21 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:46886) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBc8x-0004KF-EU for control@debbugs.gnu.org; Thu, 06 Feb 2014 22:30:19 -0500 Received: from [204.14.154.233] (helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WBc8h-0001vS-1l for control@debbugs.gnu.org; Fri, 07 Feb 2014 04:30:03 +0100 Date: Thu, 06 Feb 2014 19:28:57 -0800 Message-Id: <87r47fk3d2.fsf@building.gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #3713 X-MailScanner-ID: 1WBc8h-0001vS-1l X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1392348606.19904@pRHuyeSDYaSsQBhkZion1g X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) close 3713 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 06 22:37:42 2014 Received: (at 3713) by debbugs.gnu.org; 7 Feb 2014 03:37:42 +0000 Received: from localhost ([127.0.0.1]:54003 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBcG5-0004a1-Ec for submit@debbugs.gnu.org; Thu, 06 Feb 2014 22:37:41 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:44649) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBcG1-0004Zm-Jd for 3713@debbugs.gnu.org; Thu, 06 Feb 2014 22:37:38 -0500 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s173bXgA029518 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 7 Feb 2014 03:37:35 GMT Received: from aserz7021.oracle.com (aserz7021.oracle.com [141.146.126.230]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s173bW73001742 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 7 Feb 2014 03:37:33 GMT Received: from abhmp0012.oracle.com (abhmp0012.oracle.com [141.146.116.18]) by aserz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s173bW6c016983; Fri, 7 Feb 2014 03:37:32 GMT MIME-Version: 1.0 Message-ID: <7f95ea05-5ca2-4ad0-a907-9f5fc7cda0cd@default> Date: Thu, 6 Feb 2014 19:37:32 -0800 (PST) From: Drew Adams To: Lars Ingebrigtsen , Nobuko Three Subject: RE: bug#3713: 23.0.60; Iswitchb-buffer switches to wrong buffer for Emacsclient over SSH References: <24257668.post@talk.nabble.com> <87sirvk3d9.fsf@building.gnus.org> In-Reply-To: <87sirvk3d9.fsf@building.gnus.org> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 3713 Cc: 3713@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.8 (--) > iswitchb is an obsolete package, so I'm closing this bug report. Huh? There is nothing in NEWS about that. And it seemed (to me) from the discussion in emacs-devel that IswitchB is not (yet) redundant wrt its proposed future replacement, Icomplete. From unknown Thu Aug 14 21:53:19 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, 07 Mar 2014 12:24:05 +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