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

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

Re: How remove/change appearance of "M-x" prompt when inputting interact


From: Kevin Rodgers
Subject: Re: How remove/change appearance of "M-x" prompt when inputting interactive command/function?
Date: Tue, 13 Jan 2004 19:38:00 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Christian Seberino wrote:

When you do M-x to type in a command interactively
you see a "M-x" prompt waiting for you to type something in.

How can I remove or change this prompt?

Edit this code in src/keyboard.c:Fexecute_extended_command(), then 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



reply via email to

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