From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: dkcombs@panix.com (David Combs) Newsgroups: gmane.emacs.help Subject: Re: Problem: Keymap not working... Date: Wed, 2 Mar 2005 15:59:15 +0000 (UTC) Organization: Public Access Networks Corp. Message-ID: References: <87braxzj3u.fsf@lux99.localhost> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1109779267 32571 80.91.229.2 (2 Mar 2005 16:01:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Mar 2005 16:01:07 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 02 17:01:07 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D6WCX-0007q1-71 for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Mar 2005 16:55:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D6WVK-0005A6-0P for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Mar 2005 11:15:18 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!panix!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: panix3.panix.com Original-X-Trace: reader2.panix.com 1109779155 3166 166.84.1.3 (2 Mar 2005 15:59:15 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Wed, 2 Mar 2005 15:59:15 +0000 (UTC) X-Newsreader: trn 4.0-test76 (Apr 2, 2001) Original-Xref: shelby.stanford.edu gnu.emacs.help:128928 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24471 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24471 In article , Neon Absentius wrote: >On Sun, Feb 06, 2005 at 06:36:05PM +0100, upro wrote: >>(btw: How do I get the minibuffer output >> [e. g. on M-x emacs.version] to point in the main buffer?). > >Maybe there is a smarter way but this works. Use eval-expression with >an argument. "eval-expression" is bound to "M-:". Thus > >M-3 M-: emacs-version RET > >should work. At least it works in my emacs: "21.3.1". Why the "3" prefix-arg? Thanks, David