all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: joakim@verona.se
To: emacs-devel@gnu.org
Subject: Re: copyrights to be fixed
Date: Sun, 11 Feb 2007 14:18:30 +0100	[thread overview]
Message-ID: <m3ire8al3t.fsf@kurono.home> (raw)
In-Reply-To: E1HGCLq-0005ZQ-LW@fencepost.gnu.org

Richard Stallman <rms@gnu.org> writes:

> 	Are there major gaps in the features?
>
>     No, not that I have seen.
>
> A small number of people can't tell the answer to this question by
> running the program.
>
> We need the people who implemented the multi-tty code to tell us
> whether there are cases they have not handled yet that need to be
> handled to avoid loss of functionality.

This readme contains a list of known issues:

http://lorentey.hu/downloads/emacs/multi-tty/README.multi-tty

For convenience I paste the Known Problems list here:

Known problems:

        * GTK support.  If you compile your Emacs with the GTK
          toolkit, some functionality of multi-tty will be lost.  In
          particular, you will not be able to work on multiple X
          displays at once.  Current releases of GTK have limitations
          and bugs that prevent full-blown multi-display support in
          Emacs.  (GTK crashes when Emacs tries to disconnect from an
          X server.)  Use the Lucid toolkit if you want to see a
          complete feature set.

        * The single-kboard mode.

	  If your multi-tty Emacs session seems to be frozen, you
	  probably have a recursive editing session or a pending
	  minibuffer prompt (which is a kind of recursive editing) on
	  another display.  To unfreeze your session, switch to that
	  display and complete the recursive edit, for example by
	  pressing C-] (`abort-recursive-edit').

	  I am sorry to say that currently there is no way to break
	  out of this "single-kboard mode" from a frozen display.  If
	  you are unable to switch to the display that locks the
	  others (for example because it is on a remote computer),
	  then you can use emacsclient to break out of all recursive
	  editing sessions:

		emacsclient -e '(top-level)'

	  Note that this (perhaps) unintuitive behaviour is by design.
	  Single-kboard mode is required because of an intrinsic Emacs
	  limitation that is very hard to eliminate.  (This limitation
	  is related to the single-threaded nature of Emacs.)

	  I plan to implement better user notification and support for
	  breaking out of single-kboard mode from locked displays.

	* Mac, Windows and DOS support is broken, doesn't even
  	  compile.  Multiple display support will probably not provide
  	  new Emacs features on these systems, but the multi-tty
  	  branch changed a few low-level interfaces, and the
  	  system-dependent source files need to be adapted
  	  accordingly.  The changes are mostly trivial, so almost
  	  anyone can help, if only by compiling the branch and
  	  reporting the compiler errors.



--
Joakim Verona
http://www.verona.se

  reply	other threads:[~2007-02-11 13:18 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-02  2:46 Patch: AREF -vs- ASET Tom Tromey
2007-02-02  9:58 ` Sascha Wilde
2007-02-02 11:35   ` Miles Bader
2007-02-02 16:31     ` Sascha Wilde
2007-02-02 15:33 ` Stefan Monnier
2007-02-02 20:37 ` Richard Stallman
2007-02-03 11:02   ` Eli Zaretskii
2007-02-03 22:43     ` Richard Stallman
2007-02-04  4:06       ` Eli Zaretskii
2007-02-05  0:22         ` Richard Stallman
2007-02-06  8:59           ` copyrights to be fixed [was Re: Patch: AREF -vs- ASET] Glenn Morris
2007-02-06  9:47             ` copyrights to be fixed Glenn Morris
2007-02-06 23:05             ` Chong Yidong
2007-02-06 23:20               ` Miles Bader
2007-02-06 23:44                 ` Chong Yidong
2007-02-07 19:41                   ` Richard Stallman
2007-02-07 21:06                     ` Chong Yidong
2007-02-07 21:32                       ` Stuart D. Herring
2007-02-08  0:38                         ` Glenn Morris
2007-02-16 21:33                           ` Reiner Steib
2007-02-17  7:24                             ` Richard Stallman
2007-02-08 19:45                       ` Richard Stallman
2007-02-12 21:20                 ` Chong Yidong
2007-02-13 16:27                   ` Richard Stallman
2007-02-13 16:47                     ` Chong Yidong
2007-02-14  4:10                       ` Richard Stallman
2007-02-16 21:28                   ` Reiner Steib
2007-02-07  1:37               ` Richard Stallman
2007-02-07 17:40                 ` Jesper Harder
2007-02-08 19:45                   ` Richard Stallman
2007-02-11 20:18                     ` Jesper Harder
2007-02-12 17:53                       ` Richard Stallman
2007-02-06 23:15             ` copyrights to be fixed [was Re: Patch: AREF -vs- ASET] Richard Stallman
2007-02-06 23:39               ` Nick Roberts
2007-02-08  0:44                 ` copyrights to be fixed Glenn Morris
2007-02-08  2:31                   ` Nick Roberts
2007-02-11  1:45                     ` Glenn Morris
2007-02-07 23:01             ` Chong Yidong
2007-02-08  2:27               ` Glenn Morris
2007-02-08  4:21                 ` Chong Yidong
2007-02-08 19:46               ` Richard Stallman
2007-02-08 21:32                 ` Chong Yidong
2007-02-09 14:22                   ` Richard Stallman
2007-02-09 23:49                   ` Richard Stallman
2007-02-10  0:14                     ` Chong Yidong
2007-02-08 21:34                 ` Kim F. Storm
2007-02-08 23:36                   ` Paul Pogonyshev
2007-02-09  7:13                     ` David Kastrup
2007-02-09  9:47                       ` Romain Francoise
2007-02-09 15:00                         ` Stefan Monnier
2007-02-09 15:11                           ` joakim
2007-02-10 17:40                           ` Richard Stallman
2007-02-10 18:46                             ` Robert J. Chassell
2007-02-11 10:54                               ` Richard Stallman
2007-02-11 13:18                                 ` joakim [this message]
2007-02-11 14:00                                   ` David Kastrup
2007-02-11 14:53                                     ` Jan Djärv
2007-02-12 17:52                                       ` Richard Stallman
2007-02-13 18:30                                         ` multi-tty branch + GTK (Re: copyrights to be fixed) Károly Lo"rentey
2007-02-14 17:45                                           ` Richard Stallman
2007-02-15 11:32                                             ` Karoly Lorentey
2007-02-15 12:45                                               ` Jan Djärv
2007-02-15 12:57                                                 ` David Kastrup
2007-02-15 13:24                                                   ` Jan Djärv
2007-02-16  0:26                                               ` Richard Stallman
2007-02-16  7:22                                                 ` Jan Djärv
2007-02-11 20:22                                   ` copyrights to be fixed Stefan Monnier
2007-02-11  1:28                             ` Mark Plaksin
2007-02-11  2:39                             ` Manoj Srivastava
2007-02-11  9:30                             ` Dan Nicolaescu
2007-02-11 10:21                               ` David Kastrup
2007-02-13 18:51                                 ` Multi-tty merge plan (Re: copyrights to be fixed) Károly Lőrentey
2007-02-12  4:54                               ` copyrights to be fixed Richard Stallman
2007-02-13 18:29                                 ` Multi-tty vs. non-Un*x ports (Re: copyrights to be fixed) Károly Lo"rentey
2007-02-14 17:44                                   ` Richard Stallman
2007-02-09 16:09                       ` copyrights to be fixed Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3ire8al3t.fsf@kurono.home \
    --to=joakim@verona.se \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.