Re: questionable advice about Geiser load path setting

2023-09-06 Thread Maxim Cournoyer
Hi, I've made the change proposed and tested; then installed as 65dcfb3f (".dir-locals: Streamline Geiser configuration."). Let me know if you encounter any problem. -- Thanks, Maxim

Re: questionable advice about Geiser load path setting

2023-09-05 Thread wolf
On 2023-09-04 21:41:44 -0400, Maxim Cournoyer wrote: > Hello, > > wolf writes: > > [...] > > > Geiser seems to add the project root (I assume based on the git) into the > > load > > path automatically. geiser-repl-current-project-function seems to be set by > > default, and rest is described

Re: questionable advice about Geiser load path setting

2023-09-04 Thread Maxim Cournoyer
Hello, wolf writes: [...] > Geiser seems to add the project root (I assume based on the git) into the load > path automatically. geiser-repl-current-project-function seems to be set by > default, and rest is described in the docs: (geiser)Customization and tips, > Init > files and load paths.

Re: questionable advice about Geiser load path setting

2023-09-01 Thread wolf
On 2023-08-26 07:27:22 -0400, brian via Development of GNU Guix and the GNU System distribution. wrote: > Csepp writes: > > > The docs contain this recommended Emacs setting: > > > > @lisp > > ;; @r{Assuming the Guix checkout is in ~/src/guix.} > > (with-eval-after-load 'geiser-guile > > (add-

Re: questionable advice about Geiser load path setting

2023-08-31 Thread Development of GNU Guix and the GNU System distribution.
Csepp writes: > The docs contain this recommended Emacs setting: > > @lisp > ;; @r{Assuming the Guix checkout is in ~/src/guix.} > (with-eval-after-load 'geiser-guile > (add-to-list 'geiser-guile-load-path "~/src/guix")) > @end lisp > > I haven't been using it for a while because I remember it

Re: questionable advice about Geiser load path setting

2023-08-26 Thread Maxim Cournoyer
Hi, Csepp writes: > The docs contain this recommended Emacs setting: > > @lisp > ;; @r{Assuming the Guix checkout is in ~/src/guix.} > (with-eval-after-load 'geiser-guile > (add-to-list 'geiser-guile-load-path "~/src/guix")) > @end lisp > > I haven't been using it for a while because I remembe

questionable advice about Geiser load path setting

2023-08-25 Thread Csepp
The docs contain this recommended Emacs setting: @lisp ;; @r{Assuming the Guix checkout is in ~/src/guix.} (with-eval-after-load 'geiser-guile (add-to-list 'geiser-guile-load-path "~/src/guix")) @end lisp I haven't been using it for a while because I remember it causing trouble whenever I was w