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

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

Re: How replace "M-x" string you see when you type a command?


From: Kevin Rodgers
Subject: Re: How replace "M-x" string you see when you type a command?
Date: Tue, 09 Dec 2008 07:09:54 -0700
User-agent: Thunderbird 2.0.0.18 (Macintosh/20081105)

seberino@spawar.navy.mil wrote:
When you type a command in Emacs you are greeted with the prompt "M-
x".  How change that prompt string?

Change this code in src/keyboard.c and recompile emacs:

  /* This isn't strictly correct if execute-extended-command
     is bound to anything else.  Perhaps it should use
     this_command_keys?  */
  strcat (buf, "M-x ");

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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