From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: leo Newsgroups: gmane.emacs.help Subject: Re: How remove/change appearance of "M-x" prompt when inputting interactive command/function? Date: 14 Jan 2004 23:41:53 +1100 Organization: Netspace Internet Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <4004AB88.7080807@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074085092 28788 80.91.224.253 (14 Jan 2004 12:58:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Jan 2004 12:58:12 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 14 13:58:03 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Agkax-0001bw-00 for ; Wed, 14 Jan 2004 13:58:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AgkX8-0006CP-Pi for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Jan 2004 07:54:06 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!enews.sgi.com!news.xtra.co.nz!news.mel.connect.com.au!news.netspace.net.au!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: dsl-203-33-162-54.nsw.netspace.net.au Original-X-Trace: otis.netspace.net.au 1074084113 23067 203.33.162.54 (14 Jan 2004 12:41:53 GMT) Original-X-Complaints-To: usenet@otis.netspace.net.au Original-NNTP-Posting-Date: Wed, 14 Jan 2004 12:41:53 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Xref: shelby.stanford.edu gnu.emacs.help:120087 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:16030 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16030 Kevin Rodgers writes: > 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 "); cool, somebody how knows the _source_ code of emacs! (admirational face...) do you additionally (off topic for this thread) know where emacs gathers/provides the information for the left/top-postion of frames? i'd like to look at that for the mac osx/aqua version of emacs. - see article "definitely an aqua/carbon issue (was Re: function `frame-parameters' on mac osx)" in this newsgroups. cheers, leo