From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: One more weird issue with make-frame-on-display Date: Sat, 06 Apr 2013 17:20:15 +0400 Message-ID: <5160210F.1040104@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1365278471 27612 80.91.229.3 (6 Apr 2013 20:01:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Apr 2013 20:01:11 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 06 22:01:13 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UOZI1-0007UX-03 for ged-emacs-devel@m.gmane.org; Sat, 06 Apr 2013 22:00:41 +0200 Original-Received: from localhost ([::1]:40076 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOT2o-0004De-6Y for ged-emacs-devel@m.gmane.org; Sat, 06 Apr 2013 09:20:34 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOT2k-0004DY-8t for emacs-devel@gnu.org; Sat, 06 Apr 2013 09:20:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOT2d-0002KE-8D for emacs-devel@gnu.org; Sat, 06 Apr 2013 09:20:30 -0400 Original-Received: from forward13.mail.yandex.net ([2a02:6b8:0:801::3]:58702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOT2c-0002Jk-Oh for emacs-devel@gnu.org; Sat, 06 Apr 2013 09:20:23 -0400 Original-Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192]) by forward13.mail.yandex.net (Yandex) with ESMTP id C8A57141171 for ; Sat, 6 Apr 2013 17:20:20 +0400 (MSK) Original-Received: from smtp14.mail.yandex.net (localhost [127.0.0.1]) by smtp14.mail.yandex.net (Yandex) with ESMTP id AF0351B602FA for ; Sat, 6 Apr 2013 17:20:20 +0400 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp14.mail.yandex.net (nwsmtp/Yandex) with ESMTP id oec9oVEbyG-KKv8TMaH; Sat, 6 Apr 2013 17:20:20 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1365254420; bh=YC4wuLajBjWEa6apTgT2tiadIMtUmgpYOXrg7j4WhDQ=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding; b=OtonAnaAbWfOz5IAIhL2yDcPQI+qqlIxgzlTw7z+gUbMmirFYgU3k4oeKIJJQPWM2 lnL2b3vy3VrVaD/xM8CI75ASihUIk/2lb0ZvZmyKo1T29uzwfug0S++va2UQ8LN23r zXMXbFQoylelhbzsVFl33STBLyKItHuDkJ18ELV8= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a02:6b8:0:801::3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:158696 Archived-At: 1. ./src/emacs -Q -nw 2. M-x make-frame-on-display :0.9 => Display :0.9 can't be opened [OK, there is no such display] 3. M-x make-frame-on-display :0.0 => Display :0.9 can't be opened 4. M-x make-frame-on-display :0.1 => Display :0.9 can't be opened 5. M-x make-frame-on-display :0 => Display :0.9 can't be opened 6. M-x make-frame-on-display 127.0.0.1:0 => Display :0.9 can't be opened etc, etc. Whatever valid display name you enter, you will get the same error. 24.3 is also affected. Dmitry