Giter Site home page Giter Site logo

rg-define-search with save about rg.el HOT 4 CLOSED

dajva avatar dajva commented on May 26, 2024
rg-define-search with save

from rg.el.

Comments (4)

dajva avatar dajva commented on May 26, 2024

Thanks for the report. No there is no such functionality in rg-define-search.
Customization for the result buffer name was recently added to master. It could be done dynamically via a function if needed. Maybe you can use that to achieve what you want?

from rg.el.

sjLambda avatar sjLambda commented on May 26, 2024

Where would I do that dynamically? In rg-define-search or outside? I'm running these as a block under use-package so they run only when I need them and not slow down init startup. A quick example in the doc would help. Thanks.

from rg.el.

dajva avatar dajva commented on May 26, 2024

This is a bit out of scope of this package's main use case so better to do it outside. I am not sure exactly how you would like to use it but something like this seems to fit your description:

(rg-define-search my-search
  :query "foo"
  :dir current
  :files "all")

(defadvice my-search (around my-search-around activate)
  "my-search with custom search buffer"
  (let ((rg-buffer-name "my search"))
    ad-do-it))

from rg.el.

dajva avatar dajva commented on May 26, 2024

Closing this. Please reopen if you didn't get this working.

from rg.el.

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.