help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Any hope of being able to redefine C-x without problems???


From: Jesper Harder
Subject: Re: Any hope of being able to redefine C-x without problems???
Date: Sun, 21 Sep 2003 18:03:32 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

seberino@spawar.navy.mil (Christian Seberino) writes:

> Jesper Harder <harder@myrealbox.com> wrote:
>
>> Use one of those reserved bindings to avoid conflict with major and
>> minor modes.
>
> There is no way to write some lisp code that makes me able to define
> C-x and alter gdb to not have a problem?  I thought you could do
> anything in elisp?

It's possible.  But `C-x' is used as prefix by hundreds of basic Emacs
functions -- not just gdb.  You'll have redefine the bindings for all
of them.

A lot of tedious work for something which can easily be avoided by
using another key-binding which is guaranteed not to conflict with any
pre-defined Emacs bindings.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]