Code Monkey home page Code Monkey logo

Comments (2)

kovisoft avatar kovisoft commented on August 22, 2024

I've been thinking about it for a while, but I couldn't come up with a much better solution. You say there's a delay between the evaluation complete and the replace. Does it mean that the result is printed in the status line much before the text is replaced? That's strange because as I see you execute the paste right after the result is echoed.

Could you please tell me more about the rationale behind this eval_and_replace function? To be honest I don't really like the idea of combining the 'yank' and 'paste' together (or I just simply don't see the use case here). I can understand that it would be nice to have a feature that yanks the evaluation result into the register of choice, and the use may do whatever he/she wants to do with it later or (e.g. also pasting it over the original form). So I could more imagine and eval_and_yank feature instead of eval_and_replace. What do you think?

Oh, and sorry for the late answer, I was quite busy this week.

from slimv.

poga avatar poga commented on August 22, 2024

Don't worry. Thanks for the great software! I can't imagine working with lisp in vim without this amazing plugin. :D

  1. It's a delay between calling SlimvEvalDefunAndReplace and the text is actually being replaced.

After some digging, I found that the delay is mostly due to slimv polls results from swank. The delay is gone after adding let g:slimv_updatetime = 10 to my vimrc.

  1. My use-case is kinda weird: I'm using slimv as an interactive notebook. I have the following function defined:
(defun · (title)
  `(✓ ,title)
  )

(defun ✓ (title)
  `,title)
  )

So, if I type

"buy milk")

and call SlimvEvalDefunAndReplace, It will becomes

(✓ "buy milk")

Therefore, I can quickly track todos in my lisp session and keeps a list of current state in the source code.

eval_and_yank is definitely great! I agree it's much better to keep yank and paste apart.

from slimv.

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.