[Top][All Lists]
[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: |
Wed, 31 Dec 2008 01:28:08 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
> I don't care what the interface is called. But my feeling is that the
> primary UI operation here is "withdrawing a frame", and that whether
> the process gets STOPed or not is an implementation detail. For
> example, in a terminal-based emacs you could (in theory) do
We all agree. What you're describing is a command: the "consistent
behavior" is user-level behavior, not Lisp-level behavior.
So we do have the suspend-frame command for that purpose.
But we're here talking about whether such a *function* would make sense
and how. Since the implementation of the concept of "suspend" is wildly
different in those different cases, the Lisp behavior will be quite
different as well, making it more difficult (and/or less useful) to
unify it.
Stefan
- Re: Terminology in multi-tty primitives, (continued)
- Re: Terminology in multi-tty primitives, Dan Nicolaescu, 2008/12/31
- Re: Terminology in multi-tty primitives, Eli Zaretskii, 2008/12/31
- Re: Terminology in multi-tty primitives, Dan Nicolaescu, 2008/12/31
- Re: Terminology in multi-tty primitives, Eli Zaretskii, 2008/12/31
- Re: Terminology in multi-tty primitives, Dan Nicolaescu, 2008/12/31
- Re: Terminology in multi-tty primitives, Richard M Stallman, 2008/12/31
- Re: Terminology in multi-tty primitives, Stefan Monnier, 2008/12/31
- Re: Terminology in multi-tty primitives, Eli Zaretskii, 2008/12/31
- Re: Terminology in multi-tty primitives, Richard M Stallman, 2008/12/30
- Re: Terminology in multi-tty primitives, Stephen J. Turnbull, 2008/12/31
- Re: Terminology in multi-tty primitives,
Stefan Monnier <=
- Re: Terminology in multi-tty primitives, Stephen J. Turnbull, 2008/12/31
- Re: Terminology in multi-tty primitives, Chong Yidong, 2008/12/31
- Re: Terminology in multi-tty primitives, Stephen J. Turnbull, 2008/12/31
Re: Terminology in multi-tty primitives, Richard M Stallman, 2008/12/28