From unknown Tue Jun 17 20:15:44 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#9233 <9233@debbugs.gnu.org> To: bug#9233 <9233@debbugs.gnu.org> Subject: Status: Small error in Elisp manual Reply-To: bug#9233 <9233@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:15:44 +0000 retitle 9233 Small error in Elisp manual reassign 9233 emacs submitter 9233 Juanma Barranquero severity 9233 minor tag 9233 fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 03 20:15:37 2011 Received: (at submit) by debbugs.gnu.org; 4 Aug 2011 00:15:37 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qolb7-0002mX-1G for submit@debbugs.gnu.org; Wed, 03 Aug 2011 20:15:37 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qolb4-0002mP-CN for submit@debbugs.gnu.org; Wed, 03 Aug 2011 20:15:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QolaS-0002PA-SU for submit@debbugs.gnu.org; Wed, 03 Aug 2011 20:14:57 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:36643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QolaS-0002P6-Qy for submit@debbugs.gnu.org; Wed, 03 Aug 2011 20:14:56 -0400 Received: from eggs.gnu.org ([140.186.70.92]:58984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QolaR-0006O8-OA for bug-gnu-emacs@gnu.org; Wed, 03 Aug 2011 20:14:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QolaQ-0002OY-RJ for bug-gnu-emacs@gnu.org; Wed, 03 Aug 2011 20:14:55 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:42228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QolaQ-0002OJ-Im for bug-gnu-emacs@gnu.org; Wed, 03 Aug 2011 20:14:54 -0400 Received: by pzk36 with SMTP id 36so538265pzk.17 for ; Wed, 03 Aug 2011 17:14:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=J6cQoEHOdzC7mwGPc7z/QZ11Dt4o10+Zu/xyo6UImZA=; b=RFHnSpSE75tB+v4IkQoFFNZLk6nfZFwtgo5+MQEJCL5JHnm57WdnCM9p3ktcyj6hgg y2CgudbeAwO50v9yiDsfYp1OqsHZzUqjKe0NPbRk42bSkT5dKXoAwpBVzQGY3TxGzyvX 5+MgcFbiT1+ZH89VMy1qojeXapFxCn0dFgZaM= Received: by 10.143.20.13 with SMTP id x13mr122438wfi.190.1312416893202; Wed, 03 Aug 2011 17:14:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.210.6 with HTTP; Wed, 3 Aug 2011 17:14:13 -0700 (PDT) From: Juanma Barranquero Date: Thu, 4 Aug 2011 02:14:13 +0200 Message-ID: Subject: Small error in Elisp manual To: Bug-Gnu-Emacs Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -4.5 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.5 (----) Emacs Lisp Reference, "37.15 Network Servers" says: =C2=A0 =C2=A0 The server's process buffer value is never used directly by E= macs, =C2=A0 =C2=A0 but it is passed to the log function, which can log connectio= ns by =C2=A0 =C2=A0 inserting text there. but in fact, the log function gets SERVER, CONNECTION (both processes) and MESSAGE (a string). It should instead say something like: "The server's process buffer value is never used directly, but the log function can retrieve it and use it to log connections by inserting text there." =C2=A0 =C2=A0 Juanma From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 10 22:11:58 2011 Received: (at control) by debbugs.gnu.org; 11 Sep 2011 02:11:58 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2ZWX-00058Q-Nw for submit@debbugs.gnu.org; Sat, 10 Sep 2011 22:11:57 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2ZWV-00058I-DW for control@debbugs.gnu.org; Sat, 10 Sep 2011 22:11:55 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R2ZSK-0005yl-Fj for control@debbugs.gnu.org; Sun, 11 Sep 2011 04:07:36 +0200 Date: Sun, 11 Sep 2011 04:04:36 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Magne Ingebrigtsen Subject: control message for bug #9233 X-MailScanner-ID: 1R2ZSK-0005yl-Fj X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1316311656.82511@ncl+m+jW2hjwuj2kAohZug X-Spam-Status: No X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) tags 9233 fixed close 9233 24.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 10 22:12:05 2011 Received: (at 9233) by debbugs.gnu.org; 11 Sep 2011 02:12:06 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2ZWf-00059N-14 for submit@debbugs.gnu.org; Sat, 10 Sep 2011 22:12:05 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2ZWd-00059B-1F for 9233@debbugs.gnu.org; Sat, 10 Sep 2011 22:12:03 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R2ZSS-0005z0-0S; Sun, 11 Sep 2011 04:07:44 +0200 From: Lars Magne Ingebrigtsen To: Juanma Barranquero Subject: Re: Small error in Elisp manual In-Reply-To: (Juanma Barranquero's message of "Thu, 4 Aug 2011 02:14:13 +0200") Date: Sun, 11 Sep 2011 04:04:32 +0200 Message-ID: References: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Now-Playing: =?iso-8859-1?Q?S=F8lyst's_=5FS=F8lyst=5F=3A?= "Cape Fear" MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1R2ZSS-0005z0-0S X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1316311664.07@fuC3obeQ1VMj0qmZvbF2Yg X-Spam-Status: No X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 9233 Cc: 9233@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) Juanma Barranquero writes: > It should instead say something like: "The server's process buffer > value is never used directly, but the log function can retrieve it and > use it to log connections by inserting text there." Ok; I've now installed this. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From unknown Tue Jun 17 20:15:44 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 09 Oct 2011 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator