From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: async.el: A simple asynchronous framework for Emacs Date: Sun, 24 Jun 2012 17:30:49 +0800 Message-ID: <87bok95a5y.fsf@gnu.org> References: <87d34tn2ja.fsf@gnuvola.org> <8762ak7qit.fsf@gnuvola.org> <87vcij6rh5.fsf@gnuvola.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1340530266 15310 80.91.229.3 (24 Jun 2012 09:31:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 24 Jun 2012 09:31:06 +0000 (UTC) Cc: emacs-devel@gnu.org, Le Wang To: Thien-Thi Nguyen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 24 11:31:04 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sij9q-0004Uc-GB for ged-emacs-devel@m.gmane.org; Sun, 24 Jun 2012 11:31:02 +0200 Original-Received: from localhost ([::1]:58661 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sij9q-0000dn-8n for ged-emacs-devel@m.gmane.org; Sun, 24 Jun 2012 05:31:02 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sij9n-0000dW-3V for emacs-devel@gnu.org; Sun, 24 Jun 2012 05:31:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sij9l-0001GO-BU for emacs-devel@gnu.org; Sun, 24 Jun 2012 05:30:58 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:35768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sij9l-0001GJ-8S for emacs-devel@gnu.org; Sun, 24 Jun 2012 05:30:57 -0400 Original-Received: from cm162.gamma80.maxonline.com.sg ([202.156.80.162]:39403 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Sij9i-0002aR-9c; Sun, 24 Jun 2012 05:30:55 -0400 In-Reply-To: <87vcij6rh5.fsf@gnuvola.org> (Thien-Thi Nguyen's message of "Fri, 22 Jun 2012 22:07:02 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:151128 Archived-At: Thien-Thi Nguyen writes: > Probably this could be moved into the intro blurb to aid its > discovery, and furthermore modified to mention correctness as well > (and not only efficiency) for large (for a PTY) messages. Another > idea is to move the (one) variable doc before the function docs, > but that would be a jolt in the style. For example: Thanks. I committed a change along the lines you suggested.