From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Binding a function to control c control space Date: Wed, 28 Mar 2012 14:03:32 -0700 Message-ID: <64E04141E38B4C3A811167F707FBD698@us.oracle.com> References: <87wrc2k5lj.fsf@Compaq.site> <87ipnmk3lb.fsf@Compaq.site> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1332983577 16948 80.91.229.3 (29 Mar 2012 01:12:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 29 Mar 2012 01:12:57 +0000 (UTC) To: "'Cecil Westerhof'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 29 03:12:57 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SD3v6-00048o-L3 for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Mar 2012 03:12:56 +0200 Original-Received: from localhost ([::1]:44630 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SD3v5-0004VK-PZ for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Mar 2012 21:12:55 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SD2d1-00058K-2b for help-gnu-emacs@gnu.org; Wed, 28 Mar 2012 19:50:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SD01s-0004KO-86 for help-gnu-emacs@gnu.org; Wed, 28 Mar 2012 17:03:41 -0400 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:31962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SD01r-0004K1-Vy for help-gnu-emacs@gnu.org; Wed, 28 Mar 2012 17:03:40 -0400 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by rcsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q2SL3ZRb012758 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 28 Mar 2012 21:03:36 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q2SL3YLm023770 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 Mar 2012 21:03:34 GMT Original-Received: from abhmt118.oracle.com (abhmt118.oracle.com [141.146.116.70]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q2SL3YrH027114; Wed, 28 Mar 2012 16:03:34 -0500 Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 28 Mar 2012 14:03:33 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87ipnmk3lb.fsf@Compaq.site> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Thread-Index: Ac0NIa64Bh6CzHWZRYqyPHaJDm8wBwABGkAw X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-CT-RefId: str=0001.0A090205.4F737CA8.0058,ss=1,re=0.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84196 Archived-At: > > I would like to bind 'delete-trailing-whitespace' to > > \C-c\C-spc, but I can not manage it. > > By the way I can define it with 'global-set-key ', but that is not a > long term solution I am afraid. ;-} (define-key your-keymap (kbd "C-SPC") 'delete-trailing-whitespace)