unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Jan D." <jan.h.d@swipnet.se>
Cc: rms@gnu.org, rost@math.ohio-state.edu, emacs-devel@gnu.org
Subject: Re: my Emacs is broken
Date: Mon, 21 Oct 2002 22:15:51 +0200 (MEST)	[thread overview]
Message-ID: <200210221823.g9MINbAQ022574@stubby.bodenonline.com> (raw)
In-Reply-To: <q5gadl7hqb4.fsf@lucent.com> from "Klaus Zeitler" at okt 21, 2002 03:30:55

>     Richard> My Emacs is broken:  It starts an X window, but that is blank and
>     Richard> does not react to any input.  This is in
>     Richard> 
>     Richard> In GNU Emacs ---current CVS--- (sparc-sun-solaris2.8, X toolkit)
>     Richard> 
>     Richard> I guess this problem is related with this change:
>     Richard> 
>     Richard> 2002-08-17  Richard M. Stallman  <rms@gnu.org>
>     Richard> 
>     Richard> 	* s/sol2-5.h (BROKEN_SIGIO): Add #undef.
> 
> When I set the DISPLAY variable to 0:0 I get the same result as Markus
> and David Koppelman. If the DISPLAY variable is either set to `X-hostname`:0.0
> (that's what I always use) or localhost:0.0 (as long as we're on the X-server),
> than everything's fine. David Koppelman just sent me email that it also
> works for him when the DISPLAY var is set properly.

I assume you mean :0.0?  If not, that may be some Sun specific thing.
Anyway, if you set DISPLAY to :0.0 you let the Xlib choose "optimal"
communication mechanism to the X server, whatever that may be.
If you use hostname:0 you usually get TCP/IP over the loopback i/f (i.e.
stream sockets).  Setting DISPLAY to unix:0 gives you unix domain sockets,
which usually is a bit faster than TCP/IP (but not much,
just a few percent on my box).

It is possible that :0.0 on your machine selects some means of communication
that does not work with SIGIO.  Could be shared memory perhaps.  Some
types of X over shared memory requires application support.  Emacs does
not have that.

	Jan D.

  reply	other threads:[~2002-10-21 20:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200208172345.g7HNjLH21569@arc.math.ohio-state.edu>
2002-08-19  0:49 ` my Emacs is broken Richard Stallman
2002-08-19 15:23   ` Klaus Zeitler
2002-08-20  0:54     ` Markus Rost
2002-10-21 13:30   ` Klaus Zeitler
2002-10-21 20:15     ` Jan D. [this message]
2002-10-23 15:29       ` Klaus Zeitler
2002-10-22  3:13     ` Richard Stallman

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=200210221823.g9MINbAQ022574@stubby.bodenonline.com \
    --to=jan.h.d@swipnet.se \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    --cc=rost@math.ohio-state.edu \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).