unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: split-string bug in CVS tip of Emacs
Date: Tue, 14 Sep 2004 19:59:27 GMT	[thread overview]
Message-ID: <jwvekl4r5fh.fsf-monnier+gnu.emacs.bug@gnu.org> (raw)
In-Reply-To: mailman.2630.1095120950.1998.bug-gnu-emacs@gnu.org

> The Elisp Manual (21-2.8) states (in part):

>      When there is a match adjacent to the beginning or end of the
>      string, this does not cause a null string to appear at the
>      beginning or end of the list:

>           (split-string "out to moo" "o+")
>           => ("ut t" " m")

> But using the CVS tip of Emacs I am getting this:

>           (split-string "out to moo" "o+")
>           => ("" "ut t" " m" "")

>               ^
>               |- this leading null string should not be there according to
> Elisp 21-2.8 manual.

Check the etc/NEWS file.  It says something about this change.

> Is this a deliberate change to the behaviour of Emacs or is it a bug? i.e. I
> was unable to "locate" the current Elisp manual in the repository - lack of
> knowing what to search for I guess :-), so I was unable to check the latest
> requirements on split-string.

The Elisp manual is now part of the tarball (the source is in directory
`lispref'), so you should just do: C-h i m elisp RET and that should be it.
It may be that the part of the manual hasn't been updated yet.  Updating the
manual is one of the main things that's currently delaying the beginning of
the beta-test phase, so if you can help us with that, it would be great.


        Stefan

       reply	other threads:[~2004-09-14 19:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.2630.1095120950.1998.bug-gnu-emacs@gnu.org>
2004-09-14 19:59 ` Stefan Monnier [this message]
     [not found] <mailman.3041.1095368970.1998.bug-gnu-emacs@gnu.org>
2004-09-17 17:55 ` split-string bug in CVS tip of Emacs Stefan Monnier
2004-09-16 21:03 Peter Milliken
     [not found] <mailman.2905.1095284055.1998.bug-gnu-emacs@gnu.org>
2004-09-16 12:32 ` Miles Bader
  -- strict thread matches above, loose matches on Subject: below --
2004-09-15 21:28 Peter Milliken
2004-09-14 20:55 Luc Teirlinck
2004-09-14  0:09 Peter Milliken
2004-09-15  9:32 ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvekl4r5fh.fsf-monnier+gnu.emacs.bug@gnu.org \
    --to=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).