Coder Social home page Coder Social logo

interactive-align's People

Contributors

galaunay avatar laurencewarne avatar mkcms avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

interactive-align's Issues

Example regexp

Nice package, thanks for putting this together.
In your example you use \(\s-*[0-9]+\) I can't get that to work.

What works for me is if I go to group -1 and use \([0-9]+\)

What does the -* do in your example? Is this some negation?

  • \s is whitespace
  • [0-9]+ is one or more number

Also posting all the steps in your gif as commands would be useful.

support PCRE regexps

pcre-mode 'advises' read-regexp so that perl regexp syntax can be used instead of elisp. but ialign (i guess because of the 'i' :-)) reads the regexp on its own, thus ignoring pcre-mode's influence. can you modify ialign-update so that accepts PCRE regexps? to do so, you could (1) add a check for pcre-mode and call rxt-pcre-to-elisp on the value returned by minibuffer-contents-no-properties or (2) define a tiny ialign function (e.g. ialign-fetch-minibuffer-contents) to wrap your call to minibuffer-contents-no-properties which could be easily 'advised' to convert PCRE syntax to elisp from an init.el or pcre2el.el itself. thoughts/comments?

Request: Be compatible to align-regexp

The idea behind an interactive align function is really great. However, I wished it would be fully compatible to align-regexp, that is it should be possible to use the very same regexp to generate the exact same aligning.

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.