* One more weird issue with make-frame-on-display
@ 2013-04-06 13:20 Dmitry Antipov
2013-04-06 13:36 ` Andreas Schwab
0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Antipov @ 2013-04-06 13:20 UTC (permalink / raw)
To: Emacs development discussions
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: One more weird issue with make-frame-on-display
2013-04-06 13:20 One more weird issue with make-frame-on-display Dmitry Antipov
@ 2013-04-06 13:36 ` Andreas Schwab
2013-04-06 14:10 ` Dmitry Antipov
0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2013-04-06 13:36 UTC (permalink / raw)
To: Dmitry Antipov; +Cc: Emacs development discussions
Dmitry Antipov <dmantipov@yandex.ru> writes:
> 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
(setq x-display-name nil)
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: One more weird issue with make-frame-on-display
2013-04-06 13:36 ` Andreas Schwab
@ 2013-04-06 14:10 ` Dmitry Antipov
0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Antipov @ 2013-04-06 14:10 UTC (permalink / raw)
To: Andreas Schwab; +Cc: Emacs development discussions
On 04/06/2013 05:36 PM, Andreas Schwab wrote:
> (setq x-display-name nil)
Too ugly, but should be a bit better in r112236.
Dmitry
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-06 14:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-06 13:20 One more weird issue with make-frame-on-display Dmitry Antipov
2013-04-06 13:36 ` Andreas Schwab
2013-04-06 14:10 ` Dmitry Antipov
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.