all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: insert-file-contents and fifos
Date: Mon, 6 May 2002 00:24:29 -0600 (MDT)	[thread overview]
Message-ID: <200205060624.g466OTZ01973@aztec.santafe.edu> (raw)
In-Reply-To: <Pine.LNX.4.33.0205051300520.1557-300000@salmon.pepperfish.net> (message from Vivek on Sun, 5 May 2002 13:14:26 +0100 (BST))

    GNU emacs 20 was capable of reading from this, 21 is not. The change
    appears to be the introduction of the new read_non_regular function
    in fileio.c : a strace shows emacs fetching the data from the file
    ( you can see the data being read ), and then aborting. Presumably
    the state of a fifo is sufficiently different from a non-regular file
    that read_non_regular reacts as if an error has occurred.

Could you step through it and see why this happens?
The code looks straightforward, so I don't see why it would fail.

  reply	other threads:[~2002-05-06  6:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-01 14:15 insert-file-contents and fifos Vivek Dasmohapatra
2002-05-05  5:34 ` Richard Stallman
2002-05-05 12:14   ` Vivek
2002-05-06  6:24     ` Richard Stallman [this message]
2002-05-06 15:26       ` Vivek
2002-05-07  4:58         ` Richard Stallman
2002-05-07 16:51           ` 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=200205060624.g466OTZ01973@aztec.santafe.edu \
    --to=rms@gnu.org \
    --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.