From unknown Wed Jun 18 23:04:16 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#3406 <3406@debbugs.gnu.org> To: bug#3406 <3406@debbugs.gnu.org> Subject: Status: 23.0.91; bug in documentation of open-network-stream Reply-To: bug#3406 <3406@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:04:16 +0000 retitle 3406 23.0.91; bug in documentation of open-network-stream reassign 3406 emacs submitter 3406 Jonas Reinsch severity 3406 normal thanks From jonas.reinsch@gmail.com Wed May 27 14:44:08 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 27 May 2009 21:44:08 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n4RLi2Br011862 for ; Wed, 27 May 2009 14:44:03 -0700 Received: from mail.gnu.org ([199.232.76.166]:55903 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1M9Qun-0005hz-7f for emacs-pretest-bug@gnu.org; Wed, 27 May 2009 17:44:01 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1M9Qul-0002zk-UQ for emacs-pretest-bug@gnu.org; Wed, 27 May 2009 17:44:01 -0400 Received: from mail-bw0-f161.google.com ([209.85.218.161]:63487) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M9Qul-0002wh-Bf for emacs-pretest-bug@gnu.org; Wed, 27 May 2009 17:43:59 -0400 Received: by bwz5 with SMTP id 5so5319123bwz.42 for ; Wed, 27 May 2009 14:43:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:user-agent:mime-version:content-type; bh=v+N7EJDitck5vdMMi9QfPdyXEJzcBz/FymKKDykiwtU=; b=Pu3ofhtWlkJdrRQjuitMhVTW7Uw0tNjCPYNK124xW7admo38xcVpzf90V86YYADctN G97EXX0IzXmUq1qek3UiPEjjnZ0P3FIYZe1EZVyv+804dmNgh0dP8LkQMaSgbjKULO+M GbviJRuWQGjQnTdKuxVoXPKB0zpj+7djkIAWo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:user-agent:mime-version :content-type; b=ByP91DUX/sOwJ94pwM1yGySmZSzV9522bBa+JscuzyR2I5NSIVX7i8qt0oPx79hrNm WuHva+Nfc9/0fbTbQYVwG9Zddkyg628IaCZwgRqt3kptJMF9BK3pjjr4EhyCY227asGC OrS0eTAdoa0rPDPJcr+HZdAvL/oGxodNZ0Uec= Received: by 10.204.57.67 with SMTP id b3mr416853bkh.99.1243460637103; Wed, 27 May 2009 14:43:57 -0700 (PDT) Received: from portege.gmail.com (g227031099.adsl.alicedsl.de [92.227.31.99]) by mx.google.com with ESMTPS id g28sm5078365fkg.45.2009.05.27.14.43.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 27 May 2009 14:43:55 -0700 (PDT) From: Jonas Reinsch To: emacs-pretest-bug@gnu.org Cc: rfrancoise@debian.org Subject: 23.0.91; bug in documentation of open-network-stream Date: Wed, 27 May 2009 23:44:42 +0200 Message-ID: <86k54243w5.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) the documentation of open-network-stream (as obtained with C-h f (describe-function)) says: "[...] buffer is the buffer (or buffer name) to associate with the process. Process output goes at end of that buffer, unless you specify an output stream or filter function to handle the output." but: 'unless you specify an output stream or filter function' it is not possible with open-network-stream to specify an output function (this part of the documentation seems to be copied from the documentation of the function make-network-process) In GNU Emacs 23.0.91.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2009-03-21 on elegiac, modified by Debian (emacs-snapshot package, version 1:20090320-1~lenny1) Windowing system distributor `The X.Org Foundation', version 11.0.10402000 configured using `configure '--build' 'i486-linux-gnu' '--host' 'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/23.0.91/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.0.91/site-lisp:/usr/share/emacs/site-lisp' '--with-x=yes' '--with-x-toolkit=gtk' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2' 'LDFLAGS=-g -Wl,--as-needed' 'CPPFLAGS='' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: de_DE.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Text Minor modes in effect: diff-auto-refine-mode: t show-paren-mode: t display-time-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: k - s t M-b M-b - C-e C-g C-h f o p e n n C-x o C-n C-n C-n C-n C-SPC C-n C-n C-n C-g C-n C-n C-l C-n C-n C-n C-l C-p C-p C-p C-p C-n C-n C-n C-p C-SPC C-n C-n C-n C-n C-n M-w C-x o C-n C-o C-o C-o C-y C-p C-p C-p C-p C-p C-o B u g SPC i n SPC d e r SPC C-n C-a C-p C-p C-k C-y C-n C-n C-n C-n C-n C-n C-n C-y C-p C-p C-p C-p C-p C-p D o k u m e n t a t i o n SPC v o n C-x o < C-x o SPC o p e n - n e t w o r k - s t r e a m : C-n C-n C-n C-p C-p C-a C-o " C-d C-n C-n C-n C-n C-e " C-p C-p C-k C-k C-k C-y - SPC ' u n l e s s SPC y o u SPC s p e c i f y SPC a n SPC o u t p u t SPC s t r e a m . . . " SPC o f r SPC f i l t e r SPC f u n c t i o n " ' SPC SPC n o t SPC p o s s i b l e SPC w i t h SPC t h i s SPC C-x C-s M-x a p r b u g C-x o C-s r e p C-s C-s C-s C-s C-a C-x o M-x r e p o r t - e m Recent messages: Quit Type C-x 4 C-o RET to restore the other window, C-M-v to scroll help. Mark set Quit Mark set [4 times] Auto-saving...done Mark set [2 times] Saving file /home/jr/share/projects/simacs/elisp/new_emacs_commands.txt... Wrote /home/jr/share/projects/simacs/elisp/new_emacs_commands.txt Mark saved where search started From rgm@gnu.org Thu Jun 18 20:07:34 2009 Received: (at 3406-done) by emacsbugs.donarmstrong.com; 19 Jun 2009 03:07:35 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-5.8 required=4.0 tests=AWL,HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5J37VGG020689 for <3406-done@emacsbugs.donarmstrong.com>; Thu, 18 Jun 2009 20:07:32 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MHURu-0001Kn-Hs; Thu, 18 Jun 2009 23:07:30 -0400 From: Glenn Morris To: 3406-done@debbugs.gnu.org Subject: Re: Bug#3406: 23.0.91; bug in documentation of open-network-stream References: <86k54243w5.fsf@gmail.com> X-Spook: nuclear HAMASMOIS Uzi bank ANC president Etacs ARPA X-Ran: uY6wq#P:ouH32W%Pxq1W)Ma>zWhhS20Rk8/~Jo4]AS"&^-xw$a!I-VGPJrB"0olnw#1Ce^ X-Hue: red X-Debbugs-No-Ack: yes X-Attribution: GM Date: Thu, 18 Jun 2009 23:07:30 -0400 Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Glenn Morris Thanks; fixed. From unknown Wed Jun 18 23:04:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Fri, 17 Jul 2009 14:24:10 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator