From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: cvs emacs and (system-name) Date: 17 Apr 2007 12:31:36 -0600 Message-ID: Reply-To: tromey@redhat.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1176835744 5866 80.91.229.12 (17 Apr 2007 18:49:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Apr 2007 18:49:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 17 20:48:58 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HdsjX-0006Db-J1 for ged-emacs-devel@m.gmane.org; Tue, 17 Apr 2007 20:48:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdsoH-0001sy-Q8 for ged-emacs-devel@m.gmane.org; Tue, 17 Apr 2007 14:53:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HdsoE-0001rQ-Fx for emacs-devel@gnu.org; Tue, 17 Apr 2007 14:53:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HdsoC-0001oN-Qy for emacs-devel@gnu.org; Tue, 17 Apr 2007 14:53:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdsoC-0001oF-Nv for emacs-devel@gnu.org; Tue, 17 Apr 2007 14:53:44 -0400 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HdsjR-0006Ue-Nh for emacs-devel@gnu.org; Tue, 17 Apr 2007 14:48:49 -0400 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l3HImlg4030587 for ; Tue, 17 Apr 2007 14:48:47 -0400 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l3HImlKX019029 for ; Tue, 17 Apr 2007 14:48:47 -0400 Original-Received: from opsy.redhat.com (ton.toronto.redhat.com [172.16.14.15]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l3HImjwY016073; Tue, 17 Apr 2007 14:48:45 -0400 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 204E537842C; Tue, 17 Apr 2007 12:31:37 -0600 (MDT) X-Attribution: Tom Original-Lines: 14 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:69532 Archived-At: I updated Emacs from CVS and built it on my x86 FC6 box. I ran "emacs -nw -q". Then in *scratch* I tried (system-name) and got: (system-name) "localhost.localdomain" However, 'hostname' on this machine reports 'opsy'. So, I suspect this is a bug in Emacs. FWIW I see this same behavior, on both my machines, with the Fedora-supplied Emacs 21 builds. Tom