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

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

(control u)(control c)


From: Andreas Röhler
Subject: (control u)(control c)
Date: Fri, 19 Aug 2022 11:09:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

Hi,

have a command bound to

  (global-set-key [(control c)(d)] 'mycommand)

which I tried to rebind onto

  (global-set-key [(control u)(control c)(d)] 'mycommand)

Get

Debugger entered--Lisp error: (error "Key sequence C-u C-c d starts with non-prefix key C-u")


Any solution?

Thanks,

Andreas




reply via email to

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