From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rafal Kurcz Newsgroups: gmane.emacs.help Subject: delete whole word (ssh) Date: Mon, 6 Oct 2008 07:14:10 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1223304324 15507 80.91.229.12 (6 Oct 2008 14:45:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Oct 2008 14:45:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 06 16:46:21 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KmrHQ-00057k-Qw for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Oct 2008 16:41:49 +0200 Original-Received: from localhost ([127.0.0.1]:52092 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmrGM-0000ax-J1 for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Oct 2008 10:40:42 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!news-out.readnews.com!transit3.readnews.com!postnews.google.com!m73g2000hsh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: 157.25.157.165 Original-X-Trace: posting.google.com 1223302450 29515 127.0.0.1 (6 Oct 2008 14:14:10 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 6 Oct 2008 14:14:10 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m73g2000hsh.googlegroups.com; posting-host=157.25.157.165; posting-account=k-xaagoAAADQf-0cozKy5NNY6m3bbyn0 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080901 Firefox/2.0.0.16,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 cns-gdn.emea.cpwr.corp:8001 (squid/2.5.STABLE6), 1.0 cns-gdn-ext.emea.cpwr.corp:3128 (squid/2.5.STABLE6) Original-Xref: news.stanford.edu gnu.emacs.help:163091 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:58434 Archived-At: Hello The backspace didn't work in emacs on ssh session. I put the following into my config file to use the backspace to delete the character at the left side of a cursor: (keyboard-translate ?\C-h ?\C-?) or (global-set-key "\C-h" 'backward-delete-char) Unfortunately ctrl-backspace does not delete whole words but only one character. How can I force emacs to delete whole words on ssh session. Thanks