all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nobuko Three <nbko3@yahoo.com>
To: Bug-gnu-emacs@gnu.org
Subject: bug#3554: Emacsclient over SSH switches behavior of C-backspace and C-delete
Date: Sat, 13 Jun 2009 11:06:13 -0700 (PDT)	[thread overview]
Message-ID: <24014909.post@talk.nabble.com> (raw)


* Short description 

Emacsclient that is X-forward over SSH switches bindings for C-backspace and
C-delete.




* How to reproduce the bug

First, run Emacs with -Q option on.

$ emacs -Q &

Then evaluate the following to start server:

(require 'server)
(server-start)

Now ssh into localhost

$ ssh -X localhost

And start an emacsclient frame by running the following command from the ssh
session.

$ emacsclient -c &

Try C-backspace (originally bound to backward-kill-word) and C-delete
(originally, kill-word), you'll see their behavior is switched.


When I start emacs (rather than emacsclient -c) from the ssh session,
there's no problem.
When I run emacsclient -c without involving an ssh session, there's no
problem either.



* Workarounds

1. Stick to M-DEL and M-d, which aren't affected.


  
* System

Emacs (version)
"GNU Emacs 23.0.60.1 (i486-pc-linux-gnu, GTK+ Version 2.14.3)
 of 2008-10-14 on rothera, modified by Debian"

Ubuntu 8.10


-- 
View this message in context: http://www.nabble.com/Emacsclient-over-SSH-switches-behavior-of-C-backspace-and-C-delete-tp24014909p24014909.html
Sent from the Emacs - Bugs mailing list archive at Nabble.com.







             reply	other threads:[~2009-06-13 18:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-13 18:06 Nobuko Three [this message]
2016-05-17 18:08 ` bug#3554: Emacsclient over SSH switches behavior of C-backspace and C-delete Alan Third
2016-09-10 21:25   ` Alan Third

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=24014909.post@talk.nabble.com \
    --to=nbko3@yahoo.com \
    --cc=3554@emacsbugs.donarmstrong.com \
    --cc=Bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.