[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A wish, a plea
From: |
Kim F. Storm |
Subject: |
Re: A wish, a plea |
Date: |
Fri, 22 Jun 2007 10:01:59 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Hacksaw <address@hidden> writes:
> So I started writing, and I wrote for quite a while, it was really
> flowing well, and I thought, hey, I should save, because I don't want
> to lose this, but in my reverie, I hit the ^X^C first.
Since both C-x and C-c are prefix keys, and thus used a lot in
sequence with other keys, C-x C-c has always seemed like a
particularly dangerous binding to me.
One of the first things I changed when I started to use Emacs was
to change the "kill-emacs" binding to C-x C-c C-x
(global-set-key "\C-x\C-c" 'nil)
(global-set-key "\C-x\C-c\C-x" 'save-buffers-kill-emacs)
C-x C-c C-x works really well (it is still easy to type, and I've
never hit it accidentally).
--
Kim F. Storm <address@hidden> http://www.cua.dk
- Re: A wish, a plea, (continued)
- Re: A wish, a plea, Andreas Schwab, 2007/06/21
- Re: A wish, a plea, Sascha Wilde, 2007/06/22
- Re: A wish, a plea, Karl Fogel, 2007/06/22
- Re: A wish, a plea, Juanma Barranquero, 2007/06/22
- Re: A wish, a plea, David Kastrup, 2007/06/22
- Re: A wish, a plea, Juanma Barranquero, 2007/06/22
- Re: A wish, a plea, David Kastrup, 2007/06/22
- Re: A wish, a plea, Juanma Barranquero, 2007/06/22
Re: A wish, a plea,
Kim F. Storm <=
- Re: A wish, a plea, Jason Rumney, 2007/06/22
- Re: A wish, a plea, Nick Roberts, 2007/06/22
- Re: A wish, a plea, Nic James Ferrier, 2007/06/22
- RE: A wish, a plea, Drew Adams, 2007/06/22
- Re: A wish, a plea, Nic James Ferrier, 2007/06/22
- Re: A wish, a plea, Kim F. Storm, 2007/06/22
- Re: A wish, a plea, Nic James Ferrier, 2007/06/22
- Re: A wish, a plea, David House, 2007/06/22
- RE: A wish, a plea, Drew Adams, 2007/06/22