From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Paul Wallington Newsgroups: gmane.emacs.bugs Subject: Re: M-x version command Date: Sat, 09 Nov 2002 14:08:40 +0000 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <87adki4yzb.fsf@bundalo.shootybangbang.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036851098 2802 80.91.224.249 (9 Nov 2002 14:11:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 9 Nov 2002 14:11:38 +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 18AWKn-0000j3-00 for ; Sat, 09 Nov 2002 15:11:37 +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 18AWLc-0003pg-00; Sat, 09 Nov 2002 09:12:28 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18AWBH-0002Ck-00 for bug-gnu-emacs@gnu.org; Sat, 09 Nov 2002 09:01:47 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18AWAk-00025Z-00 for bug-gnu-emacs@gnu.org; Sat, 09 Nov 2002 09:01:46 -0500 Original-Received: from cmailg3.svr.pol.co.uk ([195.92.195.173]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18AWAk-00025V-00 for bug-gnu-emacs@gnu.org; Sat, 09 Nov 2002 09:01:14 -0500 Original-Received: from modem-1236.gacked.dialup.pol.co.uk ([62.25.250.212] helo=bundalo.shootybangbang.com) by cmailg3.svr.pol.co.uk with esmtp (Exim 3.35 #1) id 18AWAh-0006tX-00; Sat, 09 Nov 2002 14:01:12 +0000 Original-Received: from jpw by bundalo.shootybangbang.com with local (Exim 3.32 #1 (Debian)) id 18AWHw-00085R-00; Sat, 09 Nov 2002 14:08:40 +0000 Original-To: Harry Putnam In-Reply-To: (Harry Putnam's message of "Sat, 09 Nov 2002 00:09:09 -0800") X-Attribution: jpw X-Face: R(_z-rF:grdKO.*u`n);p.i $Eiz=h^CO5eDYv"4:K@#\HN09*Ykx}}B{kF/KH}%f_o^Wp In the past one could review it there. When called interactively, `version' (an alias for `emacs-version') will use `message' to display its output (causing it to show up in the *Messages* buffer) in both the RC branch (that will be 21.3) and HEAD. Does `emacs-version' in 21.2 have this snippet at the end? (if here (insert version-string) (if (interactive-p) (message "%s" version-string) version-string)))) -- John Paul Wallington