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

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

bug#33571: 26.1.90; Artifacts in echo area


From: Eli Zaretskii
Subject: bug#33571: 26.1.90; Artifacts in echo area
Date: Mon, 03 Dec 2018 07:57:06 +0200

> From: Live System User <nyc4bos@aol.com>
> Cc: Eli Zaretskii <eliz@gnu.org>,  33571@debbugs.gnu.org
> Date: Sun, 02 Dec 2018 20:16:11 -0500
> 
>   Sorry, I meant to type:
> 
>          C-c g-
> 
>    which I have bound to "magit-status":
> 
> (defadvice magit-status (around magit-fullscreen activate)
>   (window-configuration-to-register :magit-fullscreen)
>   ad-do-it
>   (delete-other-windows))
> (global-set-key "\C-c\g" 'magit-status)

Sounds like something else in your customizations or the packages you
load defines "C-c g" as a prefix key.  Because if I bind "C-c g" to
some function and then type "C-c g", I see "C-C g" in the echo area,
not "C-c g-".





reply via email to

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