Pierre Rouleau

Results 34 issues of Pierre Rouleau

Now that dumb-jump promotes the use of xref backend by adding dumb-jump-xref-activate to the ref-backend-functions this enables the use of the `M-.` key binding to perform a identifier jump. However...

In my repo I have also merge the work from others that fixed some of the warnings (but not all). And the addition of cl- forms for Emacs Lisp.

Hi @andreaferretti Thanks for writing this! This document is a nice introduction to Factor! However, the name of some words have been modified in the latest version of Factor (at...

The Factor Handbook / Guided tour of Factor / Combinators [documentation page](https://docs.factorcode.org/content/article-tour-combinators.html) has an (executable) example about using the `sqrt` word (currently [at line 284 of the basic/help/tour/tour.factor](https://github.com/factor/factor/blob/master/basis/help/tour/tour.factor#L284)) The example...

Ripgrep accepts several `--type` command line arguments. It would be nice to be able to build a rg command line that support specifying a search in multiple file types. For...

It would be nice to fix this to prevent warnings on startup of packages that depend on c-eldoc.

Most interactive functions are tempo-template functions. Help on these functions report that they support the optional arg but if one uses the optional arg (by typing `C-u`, for example) the...

With the support for independent terminal/TTY and graphics customization two set of directories are created for elpa and utils and files are stored in both doubling file storage size requirement....

enhancement

PEL does not currently have any logic to support installation of benchmark-init. It would be beneficial to do so because benchmark-init must be treated specially and must go into the...

enhancement