emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Terminology in multi-tty primitives


From: Stefan Monnier
Subject: Re: Terminology in multi-tty primitives
Date: Sat, 03 Jan 2009 22:14:49 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> However, are we really that sure users won't want to have an ability
> to create frames on other tty's?  By the same token, why do we have
> make-frame-on-display? the same reason(s) would be arguments to retain
> make-frame-on-tty.

Not really: 99.99% of the time, ttys are controlled by a shell, or some
other program, so if we use M-x make-frame-on-tty RET we get into
a situation where 2 programs use this tty at the same time, without any
synchronization between them.  I've used it for debug purposes (to
circumvent the server.el and emacsclient code), but it tends to give you
various forms of display corruption, so it's not really appropriate for
a user command.

>> - still, when make-frame is called with an explicit `tty' argument but
>> without an explicit `window-system' argument, the right thing to do is
>> to give precedence to the `tty' and choose an appropriate
>> window-system for it.

> If we don't need this, why introduce it?

It's not crucial indeed.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]