Giter Site home page Giter Site logo

Comments (7)

noctuid avatar noctuid commented on August 19, 2024

I mentioned this in the other issue, but it's kind of been buried. As an alternative, it might be nice if you could do something like escape spaces to make then not act as separators.

from orderless.

oantolin avatar oantolin commented on August 19, 2024

Yes, that might be a good idea. One workaround in the meantime, if you are using regexp matching, is to use \s- for the whitespace character category. (That matches whitespace in general, not just spaces.)

from orderless.

oantolin avatar oantolin commented on August 19, 2024

How does just using split-string-and-unquote instead of split-string sound?

This would let you use spaces in a component by surrounding the component in double quotes. And you can still put double quotes in your pattern by putting them in a quoted component and escaping them with backslashes: a "b c" d "e \"f g" => a, b c, d, e "f g

from orderless.

noctuid avatar noctuid commented on August 19, 2024

Ah it's similar shell args. I don't know whether I would want to search for quotes or spaces more often, and this is a little lengthier. Probably it is the simplest solution though. I'd be okay with it.

from orderless.

oantolin avatar oantolin commented on August 19, 2024

Oh, @noctuid, split-string-and-unquote discards empty components automatically, is that a deal-breaker?

from orderless.

noctuid avatar noctuid commented on August 19, 2024

Yeah :/ I guess another approach I could use is transform another character to a space. Or use a different pattern compiler to change the separator.

from orderless.

oantolin avatar oantolin commented on August 19, 2024

OK, I've been putting this off long enough. In the latest commit (5c2f44d), the separator can be a function too, and I added an orderless-escapable-split-on-space for you to use, @noctuid

from orderless.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.