From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.bugs Subject: Re: M-x version command Date: Sat, 09 Nov 2002 02:41:34 -0800 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036839911 3115 80.91.224.249 (9 Nov 2002 11:05:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 9 Nov 2002 11:05:11 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18ATQL-0000nr-00 for ; Sat, 09 Nov 2002 12:05:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18ATRi-0004pH-00; Sat, 09 Nov 2002 06:06:34 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18AT47-00022E-00 for bug-gnu-emacs@gnu.org; Sat, 09 Nov 2002 05:42:11 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18AT3a-00011M-00 for bug-gnu-emacs@gnu.org; Sat, 09 Nov 2002 05:42:09 -0500 Original-Received: from pimout3-ext.prodigy.net ([207.115.63.102]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18AT3Z-0000xg-00 for bug-gnu-emacs@gnu.org; Sat, 09 Nov 2002 05:41:37 -0500 Original-Received: from sbcglobal.net (adsl-63-207-140-133.dsl.sndg02.pacbell.net [63.207.140.133]) by pimout3-ext.prodigy.net (8.12.3 da nor stuldap/8.12.3) with ESMTP id gA9AfZp2125420; Sat, 9 Nov 2002 05:41:36 -0500 Original-Received: from sbcglobal.net (localhost.localdomain [127.0.0.1]) by sbcglobal.net (8.12.5/8.12.5) with ESMTP id gA9AfZrp000913; Sat, 9 Nov 2002 02:41:35 -0800 Original-Received: (from hgp@localhost) by sbcglobal.net (8.12.5/8.12.5/Submit) id gA9AfYhE000911; Sat, 9 Nov 2002 02:41:34 -0800 Original-To: "Alfred M. Szmidt" In-Reply-To: ("Alfred M. Szmidt"'s message of "Sat, 09 Nov 2002 09:43:05 +0100") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3857 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3857 "Alfred M. Szmidt" writes: > Invoking M-x version leaves no way to conviently copy that > information. > > What is wrong with "C-u M-x version"? See C-h C-f version for more > info. C-u M-x: It only works if the current buffer is writable, which is often not the case. Thus requiring another step C-h C-f version: (From *Messages* buffer:) Info-goto-emacs-command-node: Couldn't find documentation for version What is wrong with the info being written to *Messages* buffer where it has been expected to appear for ages?