[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: custom backspace
From: |
Sam Halliday |
Subject: |
Re: custom backspace |
Date: |
Tue, 22 Apr 2014 16:27:01 -0700 (PDT) |
User-agent: |
G2/1.0 |
On Wednesday, 23 April 2014 00:15:38 UTC+1, Sam Halliday wrote:
> But when I try to create any form of binding for C-backspace in my .emacs I
> get an error that control must be followed by a single character.
I've solved this small part of the problem at least: "<C-backspace>", not
"C-backspace" when defining the global key. I guess now I need a little lambda
that checks to see the value of the previous character and acts accordingly.