help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: finding stuff


From: Tomas Hlavaty
Subject: Re: finding stuff
Date: Sat, 27 Feb 2021 02:10:34 +0100

On Sun 24 Jan 2021 at 11:58, Tomas Nordin <tomasn@posteo.net> wrote:
> Did you try 'C-u C-h d'? Or set the variable apropos-do-all to
> non-nil? That should yeild a more extensive search.

Thanks Tomas, this helped!

- There is an example in no-byte-compile directly shown in the results.

- I discovered ps-begin-cut-regexp and ps-end-cut-regexp related to the
  thing I was doing.

People suggested many ways of finding different things.  I can not
remember them all and know in each context which one to choose.

grep through emacs sources seems to give me fastest way of finding
stuff.  It is not perfect but I don't have to remember anything.

   (grep "grep -r -nH --color -i -e 'local variables:' ~/mr/emacs")

or

   (grep "rg -nH --no-heading -i 'local variables:' ~/mr/emacs")

This topic also led me to discover eev, which I find amazing.

Thanks to all for suggestions!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]