From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: S-backspace Date: Sun, 25 May 2003 20:24:52 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200305260124.h4Q1Oqb14577@eel.dms.auburn.edu> References: <8765nyaavu.fsf@gnu.org> <20030525235700.GA32389@gnu.org> <200305260114.h4Q1EFg14553@eel.dms.auburn.edu> <200305260121.h4Q1L0s14572@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1053913050 22634 80.91.224.249 (26 May 2003 01:37:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 26 May 2003 01:37:30 +0000 (UTC) Cc: miles@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 26 03:37:28 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19K6vY-0005so-00 for ; Mon, 26 May 2003 03:37:28 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19K78W-0005EE-00 for ; Mon, 26 May 2003 03:50:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19K6xI-0002Wc-0j for emacs-devel@quimby.gnus.org; Sun, 25 May 2003 21:39:16 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19K6wo-00023a-V5 for emacs-devel@gnu.org; Sun, 25 May 2003 21:38:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19K6wU-0001K4-0X for emacs-devel@gnu.org; Sun, 25 May 2003 21:38:28 -0400 Original-Received: from gnuftp.gnu.org ([199.232.41.6]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19K6wL-0000ez-Hy; Sun, 25 May 2003 21:38:17 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by gnuftp.gnu.org with esmtp (Exim 4.20) id 19K6jL-0001Ej-5b; Sun, 25 May 2003 21:24:51 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) h4Q1Omoc020729; Sun, 25 May 2003 20:24:48 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.11.6+Sun/8.11.6) id h4Q1Oqb14577; Sun, 25 May 2003 20:24:52 -0500 (CDT) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: teirllm@dms.auburn.edu In-reply-to: <200305260121.h4Q1L0s14572@eel.dms.auburn.edu> (message from Luc Teirlinck on Sun, 25 May 2003 20:21:00 -0500 (CDT)) Original-cc: emacs-devel@gnu.org Original-cc: alex@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14262 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14262 >>From my earlier message: I found the answer to my own question in the Elisp manual: only possible when using X terminals or other special terminals. So we can not use C-S. But I forgot, that, of course, the same already holds for to begin with. Sincerely, Luc.