From unknown Sun Jun 22 03:55:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#27996: open-dribble-file docstring improvement Resent-From: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 07 Aug 2017 02:13:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 27996 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 27996@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15020719759977 (code B ref -1); Mon, 07 Aug 2017 02:13:03 +0000 Received: (at submit) by debbugs.gnu.org; 7 Aug 2017 02:12:55 +0000 Received: from localhost ([127.0.0.1]:45117 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1deXXL-0002ap-BQ for submit@debbugs.gnu.org; Sun, 06 Aug 2017 22:12:55 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54231) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1deXXJ-0002aL-Lz for submit@debbugs.gnu.org; Sun, 06 Aug 2017 22:12:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1deXXD-0004Zm-K3 for submit@debbugs.gnu.org; Sun, 06 Aug 2017 22:12:48 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:35985) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1deXXD-0004Zi-ID for submit@debbugs.gnu.org; Sun, 06 Aug 2017 22:12:47 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1deXXC-0001Oq-El for bug-gnu-emacs@gnu.org; Sun, 06 Aug 2017 22:12:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1deXXB-0004YL-1Q for bug-gnu-emacs@gnu.org; Sun, 06 Aug 2017 22:12:46 -0400 Received: from homie.mail.dreamhost.com ([208.97.132.208]:40024 helo=homiemail-a9.g.dreamhost.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1deXXA-0004Xv-Qo for bug-gnu-emacs@gnu.org; Sun, 06 Aug 2017 22:12:44 -0400 Received: from homiemail-a9.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a9.g.dreamhost.com (Postfix) with ESMTP id D974C5BE06B for ; Sun, 6 Aug 2017 19:12:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to :subject:date:message-id:mime-version:content-type: content-transfer-encoding; s=jidanni.org; bh=NEEmLWd7uG6tObUU6X7 DLitChBo=; b=acSES/EzMkfkiglwMT3tAa4XSX+qvgT7I8OogZhqmR/fhQk75Rt u+Cw6fkd5E9ULBzxLr4QYs4luc2hxjNRkzzQTBYOHn1Gb0lYpF49NTJas76t6e7v koTxZ6OPc9mJj9okHDfKaPWa0qCuZwLT/xtdFuLtwyKJx7bY/Pwid77M= Received: from jidanni.org (114-46-60-214.dynamic-ip.hinet.net [114.46.60.214]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a9.g.dreamhost.com (Postfix) with ESMTPSA id 8DB945BE064 for ; Sun, 6 Aug 2017 19:12:43 -0700 (PDT) From: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson Date: Mon, 07 Aug 2017 08:56:36 +0800 Message-ID: <87poc8kxff.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) open-dribble-file is an interactive built-in function in =E2=80=98C sourc= e code=E2=80=99. > Start writing all keyboard characters to a dribble file called FILE. > If FILE is nil, close any open dribble file. > The file will be closed when Emacs exits. On the last line I would say < Else the file will be closed when Emacs exits. as some readers wouldn't notice the second line as that is just talking about parameters. Also mention how often it is written. Every keystroke? Every newline? Also when one does C-x C-s etc. From unknown Sun Jun 22 03:55:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#27996: open-dribble-file docstring improvement Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 15 Jul 2019 17:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27996 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson Cc: 27996@debbugs.gnu.org Received: via spool by 27996-submit@debbugs.gnu.org id=B27996.15632133731094 (code B ref 27996); Mon, 15 Jul 2019 17:57:02 +0000 Received: (at 27996) by debbugs.gnu.org; 15 Jul 2019 17:56:13 +0000 Received: from localhost ([127.0.0.1]:49001 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn5Cs-0000HY-GC for submit@debbugs.gnu.org; Mon, 15 Jul 2019 13:56:10 -0400 Received: from quimby.gnus.org ([80.91.231.51]:46238) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn5Cq-0000HH-WA for 27996@debbugs.gnu.org; Mon, 15 Jul 2019 13:56:09 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=sandy) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hn5Cm-0001ov-DE; Mon, 15 Jul 2019 19:56:06 +0200 From: Lars Ingebrigtsen References: <87poc8kxff.fsf@jidanni.org> Date: Mon, 15 Jul 2019 19:56:03 +0200 In-Reply-To: <87poc8kxff.fsf@jidanni.org> ("=?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson"'s message of "Mon, 07 Aug 2017 08:56:36 +0800") Message-ID: <874l3nb2rw.fsf@mouse.gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson writes: > open-dribble-file is an interactive built-in function in =?UTF-8?Q?=E2=80=98C?= source =?UTF-8?Q?code=E2=80=99.?= > >> Start writing all keyboard characters to a dribble file called FILE. >> If FILE is nil, close any open dribble file [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) =E7=A9=8D=E4=B8=B9=E5=B0=BC Dan Jacobson writes: > open-dribble-file is an interactive built-in function in =E2=80=98C sourc= e code=E2=80=99. > >> Start writing all keyboard characters to a dribble file called FILE. >> If FILE is nil, close any open dribble file. >> The file will be closed when Emacs exits. > > On the last line I would say > > < Else the file will be closed when Emacs exits. > > as some readers wouldn't notice the second line as that is just talking > about parameters. > > Also mention how often it is written. Every keystroke? Every newline? I've now clarified these two things. > Also when one does C-x C-s etc. But not that thing, because it's superfluous. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 15 13:56:17 2019 Received: (at control) by debbugs.gnu.org; 15 Jul 2019 17:56:17 +0000 Received: from localhost ([127.0.0.1]:49004 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn5Cy-0000Hq-4X for submit@debbugs.gnu.org; Mon, 15 Jul 2019 13:56:17 -0400 Received: from quimby.gnus.org ([80.91.231.51]:46254) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn5Cv-0000Hh-T2 for control@debbugs.gnu.org; Mon, 15 Jul 2019 13:56:14 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=sandy) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hn5Ct-0001p2-8g for control@debbugs.gnu.org; Mon, 15 Jul 2019 19:56:13 +0200 Date: Mon, 15 Jul 2019 19:56:10 +0200 Message-Id: <8736j7b2rp.fsf@mouse.gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #27996 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 27996 fixed close 27996 27.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 27996 fixed close 27996 27.1 quit