Re: geiser-edit-symbol-at-point

2022-11-10 Thread jgart
On Thu, 10 Nov 2022 19:35:27 -0600 jgart wrote: > (with-eval-after-load 'geiser-guile > (add-to-list 'geiser-guile-load-path "~/guix")) Also, why does geiser want you to set up the load path manually for every project? I'd like for the experience to be more like a language server/eglot where

Re: geiser-edit-symbol-at-point

2022-11-10 Thread jgart
On Thu, 10 Nov 2022 19:35:27 -0600 jgart wrote: When I run that geiser-edit-symbol-at-point I get the following message: geiser-completion--symbol-begin: Symbol’s function definition is void: nil [11 times]

geiser-edit-symbol-at-point

2022-11-10 Thread jgart
Hi, Does geiser-edit-symbol-at-point work for anyone? I've never been able to get it to work with the guix codebase... relevant config I have in my ~/.emacs: ``` (with-eval-after-load 'geiser-guile (add-to-list 'geiser-guile-load-path "~/guix")) ```

Re: Regex Rules

2022-11-10 Thread Felix Lechner via
Hi, On Thu, Nov 10, 2022 at 11:39 AM Tobias Geerinckx-Rice wrote: > > ‘By default, Guile supports POSIX extended regular expressions.’ — Yes, the word "extended" is often omitted. A good summary is here. [1] POSIX adopted some, but not all, of the Perl Compatible Regular Expressions (PCRE), whi

Re: guix refuses to build a package even after I...

2022-11-10 Thread (
Heya, On Thu Nov 10, 2022 at 7:37 PM GMT, jgart wrote: > Is there any way that I can force guix to pick up the file change? Perhaps ``make -j$(nproc)'' will work? -- (

Re: Regex Rules

2022-11-10 Thread Tobias Geerinckx-Rice
I recommend starting with the regex(7) man page, before comparing any implementation to another. But, iirc vis regex are different from Guile's I might be wrong on that. ‘By default, Guile supports POSIX extended regular expressions.’ — (guile)Regexp Functions ‘[vis] uses what POSIX refers

guix refuses to build a package even after I...

2022-11-10 Thread jgart
Hi, Guix refuses to build a package even after I changed the first digit of the hash and changed the version field. Is there any way that I can force guix to pick up the file change? diff: --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -1333,7 +1333,7 @@ (define-public pos

Re: Regex Rules

2022-11-10 Thread jgart
On Thu, 10 Nov 2022 07:37:00 +0100 Julien Lepiller wrote: > \\ is for inputing a single \ (it needs to be etcaped in guile strings). > Then, the rest is a Guile regexp, wgicg you can liarn about at > https://www.gnu.org/software/guile/manual/html_node/Regular-Expressions.html. > > The manual sa

Re: Seeking help to create link to libstdc++.so in /lib64

2022-11-10 Thread (
On Mon Oct 31, 2022 at 3:38 AM GMT, Milind Kamble wrote: > But I don't have the expertise to craft a package definition yet. It's actually quite easy! If you pop into #guix, i'll help you with it. -- (

Re: Seeking help to create link to libstdc++.so in /lib64

2022-11-10 Thread phodina
> You probably want to use the new > > guix shell -CF ... > > command; the -F is short for --emulate-fhs. > This is probably the best approach to run it in a container with FHS. Petr

Re: Seeking help to create link to libstdc++.so in /lib64

2022-11-10 Thread (
Heya, On Mon Oct 31, 2022 at 3:38 AM GMT, Milind Kamble wrote: > Hello, > I want to create a link in /lib64 that points to libstdc++.so. You probably want to use the new guix shell -CF ... command; the -F is short for --emulate-fhs. -- (