From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: How remove/change appearance of "M-x" prompt when inputting interactive command/function?
Date: Tue, 13 Jan 2004 19:38:00 -0700 [thread overview]
Message-ID: <4004AB88.7080807@yahoo.com> (raw)
In-Reply-To: bf23f78f.0401130926.a2d54a3@posting.google.com
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
next prev parent reply other threads:[~2004-01-14 2:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-13 17:26 How remove/change appearance of "M-x" prompt when inputting interactive command/function? Christian Seberino
2004-01-14 2:38 ` Kevin Rodgers [this message]
2004-01-14 12:41 ` leo
2004-01-15 18:39 ` gebser
[not found] <mailman.747.1074225948.928.help-gnu-emacs@gnu.org>
2004-01-16 14:33 ` Tim McNamara
2004-01-16 16:11 ` John Paul Wallington
2004-01-16 19:41 ` Tim McNamara
2004-01-16 18:24 ` Kevin Rodgers
2004-01-16 19:48 ` Tim McNamara
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4004AB88.7080807@yahoo.com \
--to=ihs_4664@yahoo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).