Giter Club home page Giter Club logo

Comments (4)

jacktasia avatar jacktasia commented on July 24, 2024

Is there a reason why you don't have (ring-insert find-tag-marker-ring (point-marker)) in the jump-go function?

There is dumb-jump-back already although that won't help you with your muscle memory. I honestly didn't know about the marker system when I first made dumb-jump, and when I first learned about it, I was unclear what the best practices were.

I am open to the idea of adding it in if others agree. Although in the short term adding the code below to your init file should provide the functionality you need immediately.

(require 'ring)
(add-function :before (symbol-function 'dumb-jump-go) (lambda () (interactive) (ring-insert find-tag-marker-ring (point-marker))))

from dumb-jump.

seanfarley avatar seanfarley commented on July 24, 2024

Yeah, that's effectively what I've done locally. I don't see any downside but I can live with the local monkey patch and see if there's any problems.

from dumb-jump.

jacktasia avatar jacktasia commented on July 24, 2024

@seanfarley I looked into it further, and I think you're correct. So I went ahead and added it in. If you update via MELPA, you should be able to remove your local patch. Thanks for bringing this up!

from dumb-jump.

seanfarley avatar seanfarley commented on July 24, 2024

Awesome, thanks!

from dumb-jump.

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.