From: "Drew Adams" <drew.adams@oracle.com>
To: "'Cecil Westerhof'" <Cecil@decebal.nl>, <help-gnu-emacs@gnu.org>
Subject: RE: Binding a function to control c control space
Date: Wed, 28 Mar 2012 14:03:32 -0700 [thread overview]
Message-ID: <64E04141E38B4C3A811167F707FBD698@us.oracle.com> (raw)
In-Reply-To: <87ipnmk3lb.fsf@Compaq.site>
> > 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)
prev parent reply other threads:[~2012-03-28 21:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <87wrc2k5lj.fsf@Compaq.site>
[not found] ` <jwvk482jxpz.fsf-monnier+gnu.emacs.help@gnu.org>
[not found] ` <87y5wii9nt.fsf@Compaq.site>
2011-10-18 21:55 ` Binding a function to control c control space jpkotta
[not found] ` <87ipnmk3lb.fsf@Compaq.site>
2012-03-28 21:03 ` Drew Adams [this message]
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=64E04141E38B4C3A811167F707FBD698@us.oracle.com \
--to=drew.adams@oracle.com \
--cc=Cecil@decebal.nl \
--cc=help-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.