=> More informations about this toot | View the thread
=> More informations about this toot | View the thread
Ça ne fonctionne pas, mais poursuivons !
Le Monde – Vidéosurveillance algorithmique : le rapport d’évaluation s’interroge sur l’efficacité du dispositif
https://www.lemonde.fr/pixels/article/2025/01/15/videosurveillance-algorithmique-le-rapport-d-evaluation-s-interroge-sur-l-efficacite-du-dispositif_6498666_4408996.html
=> More informations about this toot | View the thread
Day 3. Failed. Article send by a friend.
=> More informations about this toot | View the thread
Day 2. Already failed. Report on the radio.
=> More informations about this toot | View the thread
Day 1, fail. I successfully avoided reddit but saw a newspaper article and a friend started a conversation with him.
=> More informations about this toot | View the thread
Avoid seeing Elon Musk's shit during a single day - Challenge
=> More informations about this toot | View the thread
=> More informations about this toot | View the thread
=> More informations about this toot | View the thread
=> More informations about this toot | View the thread
=> More informations about this toot | View the thread
=> More informations about this toot | View the thread
=> More informations about this toot | View the thread
=> More informations about this toot | View the thread
=> More informations about this toot | View the thread
=> More informations about this toot | View the thread
=> More informations about this toot | View the thread
And the callable function
(defun projectile-find-file-in-linked-projects () "Jump to a file in the current or linked projects." (interactive) (find-file (projectile-completing-read "Find file in projects: " (projectile-linked-project-files))))
with
((nil . ((projectile-linked-projects . "/absolute/path/to/other/repo/"))))
in the .dir-locals.el
=> More informations about this toot | View the thread
The defvar
(defvar projectile-linked-projects nil "List of locations of linked projects. Should be set in a .dir-locals.el")
The list of files for current and linked projects
(defun projectile-linked-project-files () "Get a list of all files in current and linked projects." (cl-mapcan (lambda (project) (when (file-exists-p project) (mapcar (lambda (file) (expand-file-name file project)) (projectile-project-files project)))) (list (projectile-project-root) projectile-linked-projects)))
=> More informations about this toot | View the thread
I asked something about the #emacs package #projectile a few weeks ago (here https://github.com/bbatsov/projectile/discussions/1920). As I wrote, I have a project B that depends on a project A. It's a C++ program with all base classes in project A and specialized ones in project A. I was not able to make use project-vc-external-roots-function. I ended up creating a new function almost identical to projectile-find-file-in-all-projects, namely projectile-linked-project-files with a .dir-locals.el variable projectile-linked-projects.
As no one seems to answer to me on Github, anyone knows if it could be a good idea to do a pull request?
=> More informations about this toot | View the thread
=> This profile without reblog | Go to alan@piaille.fr account This content has been proxied by September (3851b).Proxy Information
text/gemini