GNU bug report logs -
#3713
23.0.60; Iswitchb-buffer switches to wrong buffer for Emacsclient over SSH
Previous Next
Reported by: Nobuko Three <nbko3 <at> yahoo.com>
Date: Mon, 29 Jun 2009 16:50:04 UTC
Severity: normal
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 3713 in the body.
You can then email your comments to 3713 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3713
; Package
emacs
.
(Mon, 29 Jun 2009 16:50:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nobuko Three <nbko3 <at> yahoo.com>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Mon, 29 Jun 2009 16:50:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
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.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#3713
; Package
emacs
.
(Fri, 07 Feb 2014 03:31:03 GMT)
Full text and
rfc822 format available.
Message #8 received at 3713 <at> debbugs.gnu.org (full text, mbox):
Nobuko Three <nbko3 <at> yahoo.com> 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/
bug closed, send any further explanations to
3713 <at> debbugs.gnu.org and Nobuko Three <nbko3 <at> yahoo.com>
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Fri, 07 Feb 2014 03:31:05 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#3713
; Package
emacs
.
(Fri, 07 Feb 2014 03:38:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 3713 <at> debbugs.gnu.org (full text, mbox):
> 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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 07 Mar 2014 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 11 years and 113 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.