all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nick Roberts <nick@nick.uklinux.net>
Subject: Windows equivalent to Unix sleep
Date: Fri, 7 Nov 2003 21:32:18 +0000	[thread overview]
Message-ID: <16300.3938.840939.841413@nick.uklinux.net> (raw)


I am trying to make a transition from using annotations to GDB/MI in gdb-ui.el
On gdb@sources.redhat.com it was suggested that I use the tty command to
separate the output of gdb from that of the inferior. I now know this requires
the Unix sleep command so that any input in the execution window will be sure
to go to the inferior, rather than the shell. Something like:

(make-comint "I/O" "sleep" nil "10000")

will work (for 3 hours anyway!).

AFAIK there is no sleep command in Windows. Can I do so anything so that this
approach will also work there?


    Nick                                         http://www.nick.uklinux.net

             reply	other threads:[~2003-11-07 21:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-07 21:32 Nick Roberts [this message]
2003-11-09  2:04 ` Windows equivalent to Unix sleep 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

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

  git send-email \
    --in-reply-to=16300.3938.840939.841413@nick.uklinux.net \
    --to=nick@nick.uklinux.net \
    /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.