From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Documenting universal-async-argument Date: Fri, 17 Aug 2018 20:24:45 +0300 Message-ID: <831sawhpnm.fsf@gnu.org> References: <87ftzq8jze.fsf@gmx.de> <8336vqqikk.fsf@gnu.org> <87h8k6upoa.fsf@gmx.de> <83wot2p2eu.fsf@gnu.org> <87tvo6t9hx.fsf@gmx.de> <87y3d5c9zp.fsf@gmx.de> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1534526630 23493 195.159.176.226 (17 Aug 2018 17:23:50 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 17 Aug 2018 17:23:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 17 19:23:46 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fqiTR-0005zB-80 for ged-emacs-devel@m.gmane.org; Fri, 17 Aug 2018 19:23:45 +0200 Original-Received: from localhost ([::1]:35588 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fqiVX-000214-M8 for ged-emacs-devel@m.gmane.org; Fri, 17 Aug 2018 13:25:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fqiUd-0001yr-IN for emacs-devel@gnu.org; Fri, 17 Aug 2018 13:25:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fqiUZ-0000AX-Kd for emacs-devel@gnu.org; Fri, 17 Aug 2018 13:24:59 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44278) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fqiUZ-0000AT-HS; Fri, 17 Aug 2018 13:24:55 -0400 Original-Received: from [176.228.60.248] (port=2034 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fqiUZ-0002IY-47; Fri, 17 Aug 2018 13:24:55 -0400 In-reply-to: <87y3d5c9zp.fsf@gmx.de> (message from Michael Albinus on Fri, 17 Aug 2018 17:02:02 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:228644 Archived-At: > From: Michael Albinus > Cc: emacs-devel@gnu.org > Date: Fri, 17 Aug 2018 17:02:02 +0200 > > +@deffn Command universal-async-argument > +This prefix command indicates the next command to run asynchronously. > +It is up to that next command to decide, what asynchronously means, or ^ This comma should be removed. > +@defvar universal-async-argument > +This is the controlling variable toggled by the > +@code{universal-async-argument} command. If a command supports > +asynchronous behavior, it should check, whether the value of this ^ And this one. > +@deffn Command universal-coding-system-argument > +It is a prefix command to determine the coding system to be applied > +for the next I/O command. "This prefix command determines the coding-system to be used by the next I/O command." Thanks.