unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* "Error reading from stdin" when using emacsclient -nw?
@ 2014-01-23 14:49 Adam Sjøgren
  0 siblings, 0 replies; only message in thread
From: Adam Sjøgren @ 2014-01-23 14:49 UTC (permalink / raw)
  To: emacs-devel

Sometimes when I ssh into a machine where I have previously started
Emacs running (on X), and connect to it using emacsclient -nw, when I
start typing, I get the text "Error reading from stdin" in the mini
buffer.

I.e. the menu and modeline are displayed, the *Scratch* buffer comes up,
but whatever I do, I get "Error reading from stdin" back from then on.

When that happens I have to kill Emacs completely and start it again, to
get connecting with emacsclient -nw to work.

What is weird is that it only happens sometimes (maybe 2 out of 7
times).

If I go to the original Emacs window (in X), I can type there without
any problem, even after emacsclient -nw has started failing in this
manner.

Has anyone seen this, or are there any tips on how to debug this
problem?

(Searching the web wasn't of much help.)

I am using emacs-snapshot (GNU Emacs 24.3.50.1 (x86_64-pc-linux-gnu,
GTK+ Version 3.8.6) of 2014-01-01 on prometheus, modified by Debian),
and have this in my configuration of emacs-server:

  (require 'server)
  (setq server-use-tcp t
        server-port 3113)
  (if (not (server-running-p)) (server-start) (message "Server already running"))


  Thanks!

    Adam

-- 
 "KOMPRESSOR sound is hard and angry, good words used         Adam Sjøgren
  for song and electronic."                              asjo@koldfront.dk




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-23 14:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-23 14:49 "Error reading from stdin" when using emacsclient -nw? Adam Sjøgren

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).