From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: cvs emacs and (system-name) Date: Fri, 20 Apr 2007 10:52:46 -0400 Message-ID: References: <87ps62kcne.fsf@stupidchicken.com> <1todll8uvm.fsf@fencepost.gnu.org> <5qejmhhsbo.fsf@fencepost.gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1177081001 10346 80.91.229.12 (20 Apr 2007 14:56:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Apr 2007 14:56:41 +0000 (UTC) Cc: tromey@redhat.com, rgm@gnu.org, cyd@stupidchicken.com, emacs-devel@gnu.org, schwab@suse.de To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 20 16:56:34 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 1HeuXC-0008WM-TU for ged-emacs-devel@m.gmane.org; Fri, 20 Apr 2007 16:56:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HeucG-0003Mr-Vx for ged-emacs-devel@m.gmane.org; Fri, 20 Apr 2007 11:01:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HeubH-0002OO-7v for emacs-devel@gnu.org; Fri, 20 Apr 2007 11:00:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HeubG-0002Ne-BJ for emacs-devel@gnu.org; Fri, 20 Apr 2007 11:00:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HeubG-0002NR-7s for emacs-devel@gnu.org; Fri, 20 Apr 2007 11:00:38 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HeuWB-000825-BK for emacs-devel@gnu.org; Fri, 20 Apr 2007 10:55:23 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HeuTe-0006UT-6i; Fri, 20 Apr 2007 10:52:46 -0400 In-reply-to: (message from Stefan Monnier on Thu, 19 Apr 2007 17:23:30 -0400) 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:69698 Archived-At: PS: Now that I think about it, maybe a better approach is to look for an alias that not only has a "." but additionally has the hostname as prefix. This is what my second patch does. Both patches are guaranteed 100% untested. This patch does seem likely to be really right, but it has the potential to cause problems in peculiar cases. For now, please install your limited patch that rejects just localhost.localdomain. After the release, please install the newer "more correct" patch.