all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonr@gnu.org>
To: Peter Dyballa <Peter_Dyballa@Freenet.DE>
Cc: Andreas Schwab <schwab@suse.de>, emacs-pretest-bug@gnu.org
Subject: Re: 23.0.50; source of warning in *shell* buffer
Date: Fri, 19 Oct 2007 17:18:11 +0100	[thread overview]
Message-ID: <4718D8C3.7090606@gnu.org> (raw)
In-Reply-To: <98D3E112-2FC1-4065-9401-6179A3EF27D7@Freenet.DE>

Peter Dyballa wrote:
> Ahh, strings reveals them in tcsh! Except the 'Bad file descriptor'
> string, which was found in:
>
>     ./src/w32.c:2952:  WSAEBADF                , "Bad file descriptor",
>
> I am sure that I am not using Losedows ...
Check libc for the same message. WSAEBADF is the Windows equivalant of
EBADF (an error return code from many file and socket related
functions). That definition in w32.c is probably just making it display
the same message that is expected on other platforms. Of course, if the
message is coming from libc, then it doesn't tell you anything about the
source, but based on the other messages, tcsh is a likely culprit.

  parent reply	other threads:[~2007-10-19 16:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-19 12:17 23.0.50; source of warning in *shell* buffer Peter Dyballa
2007-10-19 12:46 ` Andreas Schwab
2007-10-19 14:27   ` Peter Dyballa
2007-10-19 16:06     ` Eli Zaretskii
2007-10-19 22:55       ` Peter Dyballa
2007-10-19 16:18     ` Jason Rumney [this message]
2007-10-19 14:13 ` Stefan Monnier
2007-10-19 15:12   ` Peter Dyballa

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=4718D8C3.7090606@gnu.org \
    --to=jasonr@gnu.org \
    --cc=Peter_Dyballa@Freenet.DE \
    --cc=emacs-pretest-bug@gnu.org \
    --cc=schwab@suse.de \
    /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.