From unknown Wed Aug 20 05:18:09 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#9533 <9533@debbugs.gnu.org> To: bug#9533 <9533@debbugs.gnu.org> Subject: Status: 24.0.50; doc of `split-string' Reply-To: bug#9533 <9533@debbugs.gnu.org> Date: Wed, 20 Aug 2025 12:18:09 +0000 retitle 9533 24.0.50; doc of `split-string' reassign 9533 emacs submitter 9533 "Drew Adams" severity 9533 minor tag 9533 notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 17 11:40:09 2011 Received: (at submit) by debbugs.gnu.org; 17 Sep 2011 15:40:09 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R4wzx-0001yh-0n for submit@debbugs.gnu.org; Sat, 17 Sep 2011 11:40:09 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R4wzu-0001ya-WB for submit@debbugs.gnu.org; Sat, 17 Sep 2011 11:40:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R4wvD-0000Sx-R9 for submit@debbugs.gnu.org; Sat, 17 Sep 2011 11:35:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:55273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4wvD-0000St-MJ for submit@debbugs.gnu.org; Sat, 17 Sep 2011 11:35:15 -0400 Received: from eggs.gnu.org ([140.186.70.92]:54007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4wvC-0006H3-Q7 for bug-gnu-emacs@gnu.org; Sat, 17 Sep 2011 11:35:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R4wvB-0000SW-Ra for bug-gnu-emacs@gnu.org; Sat, 17 Sep 2011 11:35:14 -0400 Received: from acsinet15.oracle.com ([141.146.126.227]:59898) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4wvB-0000SI-Mj for bug-gnu-emacs@gnu.org; Sat, 17 Sep 2011 11:35:13 -0400 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p8HFZAB8002620 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 17 Sep 2011 15:35:12 GMT Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p8HFZ97g021364 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 17 Sep 2011 15:35:10 GMT Received: from abhmt115.oracle.com (abhmt115.oracle.com [141.146.116.67]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p8HFZ45x004106 for ; Sat, 17 Sep 2011 10:35:04 -0500 Received: from dradamslap1 (/10.159.54.49) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 17 Sep 2011 08:35:04 -0700 From: "Drew Adams" To: Subject: 24.0.50; doc of `split-string' Date: Sat, 17 Sep 2011 08:35:06 -0700 Message-ID: <3AF4671DA6C64E0C9790ECB346208ED1@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: Acx1T2BjeKCtmjSFRjKu3K0OJDIrAA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090206.4E74BE30.00B5:SCFMA922111,ss=1,re=-4.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -6.2 (------) 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: -6.2 (------) The doc string and the doc in the Elisp manual do not say that the default value of OMIT-NULLS is t if SEPARATORS is present. They say only that if SEPARATORS is absent then OMIT-NULLS is t. This information is particularly important for code that tries to be compatible with Emacs 21 (where there is no OMIT-NULLS arg). In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2011-09-12 on 3249CTO Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.5) --no-opt' From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 07 10:01:34 2012 Received: (at 9533) by debbugs.gnu.org; 7 Sep 2012 14:01:34 +0000 Received: from localhost ([127.0.0.1]:46637 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T9z7l-0005c5-KK for submit@debbugs.gnu.org; Fri, 07 Sep 2012 10:01:33 -0400 Received: from mail-ie0-f172.google.com ([209.85.223.172]:54869) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T9z7i-0005bv-Gf for 9533@debbugs.gnu.org; Fri, 07 Sep 2012 10:01:31 -0400 Received: by ieak13 with SMTP id k13so5030555iea.3 for <9533@debbugs.gnu.org>; Fri, 07 Sep 2012 07:01:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=aALShZw0cxd/WGagJwDWphEKK/jgOamg9Po3vGgdqSA=; b=F/Qai6pKBq+OYbZlO96NxDZLON2O93rl7eE8Z3+/BQAX49SnFJpN99eT8ualADQnCh 4SaBvnrpFUgMRLEBM9MPPecFuz+6yhUks8HFPS9ydpgEVX1I31GoSIqhQTgtPA0MmgHz 5IG+9vc3+Vn5nrxqY1SWQGV4mcqSDfozZWm1mgy+9OE6Vss1N0ZEQiuV1MGq8JWiGOfF ZPrVGWBkxllM8z8wIWlJY/F+7TqlXals80yU5JVuo1DHF0wIl/W3QXTdKfVAAhrO9t9W EO51/ikwRDCHodnRllxBN5iRXO+G/Wv/1woUWL17tBmlOZUnyv7RlY/8/z9vGiE9qtR8 SYhw== Received: by 10.50.194.138 with SMTP id hw10mr8886474igc.60.1347026472215; Fri, 07 Sep 2012 07:01:12 -0700 (PDT) Received: from ulysses (cm162.gamma80.maxonline.com.sg. [202.156.80.162]) by mx.google.com with ESMTPS id ce6sm8218467igb.1.2012.09.07.07.01.05 (version=SSLv3 cipher=OTHER); Fri, 07 Sep 2012 07:01:09 -0700 (PDT) From: Chong Yidong To: "Drew Adams" Subject: Re: bug#9533: 24.0.50; doc of `split-string' References: <3AF4671DA6C64E0C9790ECB346208ED1@us.oracle.com> Date: Fri, 07 Sep 2012 22:00:54 +0800 In-Reply-To: <3AF4671DA6C64E0C9790ECB346208ED1@us.oracle.com> (Drew Adams's message of "Sat, 17 Sep 2011 08:35:06 -0700") Message-ID: <87a9x2vso9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 9533 Cc: 9533@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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.6 (--) "Drew Adams" writes: > The doc string and the doc in the Elisp manual do not say that the > default value of OMIT-NULLS is t if SEPARATORS is present. They say > only that if SEPARATORS is absent then OMIT-NULLS is t. That is because the default value of OMIT-NULLS is nil if SEPARATORS is present. From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 07 10:01:52 2012 Received: (at control) by debbugs.gnu.org; 7 Sep 2012 14:01:52 +0000 Received: from localhost ([127.0.0.1]:46640 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T9z82-0005cW-3c for submit@debbugs.gnu.org; Fri, 07 Sep 2012 10:01:52 -0400 Received: from mail-ie0-f172.google.com ([209.85.223.172]:54869) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T9z80-0005bv-O3 for control@debbugs.gnu.org; Fri, 07 Sep 2012 10:01:49 -0400 Received: by mail-ie0-f172.google.com with SMTP id k13so5030555iea.3 for ; Fri, 07 Sep 2012 07:01:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:mime-version:content-type; bh=SulvBRtgZZAGZclJXVpd141wj4dvMImc1yuqPrdG/Ss=; b=Hlv5/mPxbA1Oc4T13ToGInxHnAErxcg71z009A77FAIyxdoByR3mxQBMLSYD+Sm0KV 1v13DzAM7aKqX994FYBTA2KZ9j9UbJcda55MOS6BCq+Q7XOPq7eK++PYCk1KZELcyHwx GtjPhxHUEWYq/JEgDCHwotIMT7N63kMeZlae7ZPtUbfExDzsAkHG62NZ4z2kSbnZvF4d yTmOntm2G0xZbzqdFbZMIUg7FV/k3vtMFqf6gkP+jREg4X94DC6N2ZcDJnVsfNx3SKG0 ycJyjolBCU+8hNkZINwghRcmIMIZevTmP7fq3tmyD7W8d8iFIOQEkOkxKDXXxjG0Psyr tHLw== Received: by 10.50.195.132 with SMTP id ie4mr8955909igc.59.1347026490668; Fri, 07 Sep 2012 07:01:30 -0700 (PDT) Received: from ulysses (cm162.gamma80.maxonline.com.sg. [202.156.80.162]) by mx.google.com with ESMTPS id ey10sm13026017igb.17.2012.09.07.07.01.26 (version=SSLv3 cipher=OTHER); Fri, 07 Sep 2012 07:01:29 -0700 (PDT) From: Chong Yidong To: control@debbugs.gnu.org Subject: tags 9533 + notabug Date: Fri, 07 Sep 2012 22:01:13 +0800 Message-ID: <87wr06vsnq.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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.6 (--) tags 9533 + notabug close 9533 thanks From unknown Wed Aug 20 05:18:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 06 Oct 2012 11:24:03 +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