all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: npostavs@users.sourceforge.net
To: "Jeffrey J. Kosowsky" <ntemacs@kosowsky.org>
Cc: 5359@debbugs.gnu.org
Subject: bug#5359: 23.1.91; CRITICAL BUG: process-send-region hangs ntEmacs if region	>64K
Date: Wed, 06 Jul 2016 19:49:26 -0400	[thread overview]
Message-ID: <87k2gycoop.fsf@users.sourceforge.net> (raw)
In-Reply-To: <19275.34562.710340.610420@consult.pretender> (Jeffrey J. Kosowsky's message of "Mon, 11 Jan 2010 15:16:02 -0500")

tags 5359 unreproducible
quit

I tried from emacs -Q

(dotimes (i (/ (* 65 1024) 80))
  (insert (make-string 80 ?x) ?\n))

;; I have cat.exe in PATH due to running from MSYS.
(progn (setq process (start-process "test" "tempbuff" "cat"))
       (process-send-region process (point-min) (point-max)))

Didn't hang.  Maybe it's fixed?

GNU Emacs 24.5.1 (i686-pc-mingw32) of 2015-04-11 on LEG570
GNU Emacs 25.0.95.4 (x86_64-w64-mingw32) of 2016-06-29





  reply	other threads:[~2016-07-06 23:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-11 20:16 bug#5359: 23.1.91; CRITICAL BUG: process-send-region hangs ntEmacs if region >64K Jeffrey J. Kosowsky
2016-07-06 23:49 ` npostavs [this message]
2016-07-07  2:42   ` Eli Zaretskii
2016-08-04  2:08     ` Andrew Hyatt

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=87k2gycoop.fsf@users.sourceforge.net \
    --to=npostavs@users.sourceforge.net \
    --cc=5359@debbugs.gnu.org \
    --cc=ntemacs@kosowsky.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.