Giter Club home page Giter Club logo

Comments (4)

hartzell avatar hartzell commented on August 31, 2024 1

Yes, thank you. I'll take a look at wordsmithing the documentation a bit and PR it.

from anzu.

syohex avatar syohex commented on August 31, 2024

Sorry very late reply.

at-cursor

at-cursor uses input which is a symbol at cursor. And replace words with it to end of buffer.

at-cursor

at-cursor-thing

while at-cursor-thing replaces only within thing(default is defun. You can change this value). Emacs has thing concept, thing is word, symbol, line, defun etc. We can get thing content, range or etc.

at-cursor-thing

Above example replace only within function. This is useful for simple renaming refactoring. (NOTE: It looks only string match and is not smart. I recommend you to use smart refactoring tool rather than this)

My English is very poor, if you can write good English document, please write patch.

from anzu.

gonewest818 avatar gonewest818 commented on August 31, 2024

Thank you @syohex, makes perfect sense.

from anzu.

hartzell avatar hartzell commented on August 31, 2024

Took a stab at improving this. With the hint that @syohex provided I now understand what's going on.

The biggest stumbling block that I had is that anzu-replace-at-cursor-thing is the name of a function and a customization variable.

from anzu.

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.