Re: Emacs hangs when running org-latex-preview

2025-07-16 Thread Fredrik Salomonsson
Hi Cayetano, Cayetano Santos writes: >>jeu. 10 juil. 2025 at 04:23, Fredrik Salomonsson wrote: > >> Hi Guix, >> >> Anyone that has encountered something similar? Or know a good way of >> debugging this? > > In general, the easier approach to debug an emac

Re: Emacs hangs when running org-latex-preview

2025-07-10 Thread Cayetano Santos
>jeu. 10 juil. 2025 at 04:23, Fredrik Salomonsson wrote: > Hi Guix, > > Anyone that has encountered something similar? Or know a good way of > debugging this? In general, the easier approach to debug an emacs related issue would be to provide a simple recipe replicating th

Emacs hangs when running org-latex-preview

2025-07-09 Thread Fredrik Salomonsson
Hi Guix, I've been having this weird bug in Emacs since around February this year — at least that's when I created a todo to try and fix it. Emacs just hangs when evaluating certain latex expressions in org. Presumably waiting on the latex preview to finish, but it never does. I

Re: Installing latest versions of GCC and EMACS on Trisquel 11

2025-06-01 Thread Cayetano Santos
>jeu. 29 mai 2025 at 22:21, Heime via wrote: > Have been using Trisquel 11, which is released with GCC-12 and Emacs-27.1 - > both lagging well behind the current GCC-15.1 and Emacs-30.1. > > Handling all the required dependencies when building GCC-15.1 and Emacs-30.1 > from

Installing latest versions of GCC and EMACS on Trisquel 11

2025-06-01 Thread Heime via
Have been using Trisquel 11, which is released with GCC-12 and Emacs-27.1 - both lagging well behind the current GCC-15.1 and Emacs-30.1. Handling all the required dependencies when building GCC-15.1 and Emacs-30.1 from source is becoming hell on earth. Luis Guzmán has suggested using Guix

Error with consult and emacs-next-pgtk

2025-06-01 Thread alexis
Hi, It looks like my email was never sent, so here it goes again ! I've been using Emacs 30.0.92 for a few weeks (thanks for the package!). Using consult, I often have this errer : void-function internal--without-restriction. An issue on the github repo for consult suggest recompiling emac

Re: nooooo my emacs! - FIXED

2025-05-31 Thread levity
On 2025-06-01 01:51, lev...@riseup.net wrote: > On 2025-06-01 01:45, lev...@riseup.net wrote: >> I don't know what has happened, but it appears that, after the most >> recent update, emacs has disappeared. Hurray! The solution is: I am stupid. I had commented-out 'e

Re: nooooo my emacs!

2025-05-31 Thread levity
On 2025-06-01 01:45, lev...@riseup.net wrote: > I don't know what has happened, but it appears that, after the most > recent update, emacs has disappeared. I forgot, in this prior email, to mention that emacs has also disappeared from the gui menus (XFCE). It does not show in "Ap

nooooo my emacs!

2025-05-31 Thread levity
I don't know what has happened, but it appears that, after the most recent update, emacs has disappeared. Invoking 'emacs' from terminal: ->bash: emacs: command not found Did 'find /gnu/store -name emacs' and got lots of output, including /gnu/store/j98fjbkjzds51d2

Emacs-next-pgtk: consult error

2025-05-27 Thread Alexis Praga
Hi, I've been using Emacs 30.0.92 for a few weeks (thanks for the package!). Using consult, I often have this errer : void-function internal--without-restriction. An issue on the github repo for consult suggest recompiling : https://github.com/minad/consult/issues/1032. I'm u

Re: Native compiling Emacs packages

2025-05-20 Thread Ian Eure
ages other than going through all the service records and mapping all fields (people already wrote code for that). And even that won't work if packages are hard coded somewhere. Hmm, yeah. guix home: error: profile contains conflicting entries for emacs-s guix home: error: first

Re: Native compiling Emacs packages

2025-05-19 Thread Tomas Volf
Ian Eure writes: > [..] > > Does anyone have a working setup they can share? I am using the following as an extension of home-profile-service-type in my home configuration. Maybe it will be of use. --8<---cut here---start->8--- (define (hom

Native compiling Emacs packages

2025-05-18 Thread Ian Eure
Hi Guixers, I’m trying to native-compile the Emacs packages in my Guix Home configuration. My understanding is that will happen automatically when you specify the `emacs' package to the emacs-build-system’s arguments (instead of the default `emacs-minimal'). I wrote a proce

Re: Native compiling Emacs packages

2025-05-18 Thread Rutherther
Hi Ian, On May 19, 2025 6:51:33 AM GMT+02:00, Ian Eure wrote: >Hi Guixers, > >I’m trying to native-compile the Emacs packages in my Guix Home configuration. > My understanding is that will happen automatically when you specify the >`emacs' package to the emacs-buil

Re: Issue with emacs-org-roam (integer-or-marker-p, nil, skipping...)

2025-05-12 Thread Cayetano Santos
suspect this is true, but it's related to the Org Mode versions being > different. Our Org Roam package doesn't have Org Mode itself as a > dependency, so it's building against the org version that ships with > Emacs. > > I built my profile with org-roam defined lik

Re: Issue with emacs-org-roam (integer-or-marker-p, nil, skipping...)

2025-05-12 Thread Carlo Zancanaro
ur Org Roam package doesn't have Org Mode itself as a dependency, so it's building against the org version that ships with Emacs. I built my profile with org-roam defined like this, and it seems to be working properly again: --8<---cut here---start-

Re: Issue with emacs-org-roam (integer-or-marker-p, nil, skipping...)

2025-05-11 Thread Cayetano Santos
>lun. 12 mai 2025 at 04:28, Fredrik Salomonsson wrote: > Fredrik Salomonsson writes: > >> Fredrik Salomonsson writes: >> >>> Hi Guix, >>> >>> I did a pull recently and started seeing warnings when launching Emacs >>> about org-roa

Re: Issue with emacs-org-roam (integer-or-marker-p, nil, skipping...)

2025-05-11 Thread Fredrik Salomonsson
Fredrik Salomonsson writes: > Fredrik Salomonsson writes: > >> Hi Guix, >> >> I did a pull recently and started seeing warnings when launching Emacs >> about org-roam skipping pretty much all of my notes. It looks similar >> to issue 2387 [0] on their issue

Re: Issue with emacs-org-roam (integer-or-marker-p, nil, skipping...)

2025-05-11 Thread Fredrik Salomonsson
Fredrik Salomonsson writes: > Hi Guix, > > I did a pull recently and started seeing warnings when launching Emacs > about org-roam skipping pretty much all of my notes. It looks similar > to issue 2387 [0] on their issue tracker. And according to the last > post that should

How to use 'emacs-guix'? (and bugs)

2025-04-22 Thread Andrew Wong
Hello Guix, Recently I've been trying to streamline my package development workflow, and one tool I've been trying to use is `emacs-guix'. In particular, I'd like to use it to build packages from within emacs (instead of running ./pre-inst-env guix from a terminal) as

Re: Issue with emacs-org-roam (integer-or-marker-p, nil, skipping...)

2025-04-21 Thread Thomas Ieong
Hi, I get the exam problem with a similar setup, current workaround is to use the emacs straight package manager. I did not have enough time to find the root cause of this. -- Thomas Ieong

Re: Issue with emacs-org-roam (integer-or-marker-p, nil, skipping...)

2025-04-19 Thread Fredrik Salomonsson
> "org-roam-db-insert-link", then M-x eval-defun. Same with > "org-roam-db-insert-link". At this point, M-x org-roam-db-sync performs > as expected. That worked for me as well. Which kind of looks like the native compile file is out of date or something. I nuked my

Re: Issue with emacs-org-roam (integer-or-marker-p, nil, skipping...)

2025-04-19 Thread Cayetano Santos
>sam. 19 avril 2025 at 02:08, Fredrik Salomonsson wrote: > Has anyone else encountered this issue? I have the same. This is most probably related to [0]. I found a weird fix: open org-roam-db.el and move the point to "org-roam-db-insert-link", then M-x eval-defun. Same with "org-roam-db-insert

Issue with emacs-org-roam (integer-or-marker-p, nil, skipping...)

2025-04-18 Thread Fredrik Salomonsson
Hi Guix, I did a pull recently and started seeing warnings when launching Emacs about org-roam skipping pretty much all of my notes. It looks similar to issue 2387 [0] on their issue tracker. And according to the last post that should have been fixed in `org-9.7.6`. I'm currently using

Re: Idiomatic way to run Emacs 30.1?

2025-04-11 Thread Simon Tournier
Hi, On Wed, 09 Apr 2025 at 04:22, Aleksej via wrote: > Emacs 30.1 is available on "emacs-team" branch, so, the best way is > probably to wait until it's merged. You could also use package > inferiors to add it, but I'm not sure if that is a good idea. The easiest

Re: Idiomatic way to run Emacs 30.1?

2025-04-09 Thread Cayetano Santos
>Tue 08 Apr 2025 at 22:47, Snikta wrote: > Hi, > > I want to run the latest stable version of Emacs, but I'm not sure how to > achieve this on > Guix. Out of curiosity, I just found this guix channel, which looks interesting if you feel like living in the bl

Re: Idiomatic way to run Emacs 30.1?

2025-04-09 Thread Cayetano Santos
>Wed 09 Apr 2025 at 04:22, Aleksej via wrote: > Emacs 30.1 is available on "emacs-team" branch, so, the best way is probably > to wait until > it's merged. You could also use package inferiors to add it, but I'm not sure > if that is a > good idea. As a

Re: Idiomatic way to run Emacs 30.1?

2025-04-08 Thread Rutherther
Hi, On April 8, 2025 10:47:15 PM GMT+02:00, Snikta wrote: >Hi, > >I want to run the latest stable version of Emacs, but I'm not sure how to >achieve this on Guix. > >I've tried: guix shell emacs ---with-version=emacs=30.1 > >But that doesn't work. > T

Idiomatic way to run Emacs 30.1?

2025-04-08 Thread Snikta
Hi, I want to run the latest stable version of Emacs, but I'm not sure how to achieve this on Guix. I've tried: guix shell emacs ---with-version=emacs=30.1 But that doesn't work. Should I create a new package that inherits from emacs and then change version? Best

Re: Idiomatic way to run Emacs 30.1?

2025-04-08 Thread Aleksej via
Emacs 30.1 is available on "emacs-team" branch, so, the best way is probably to wait until it's merged. You could also use package inferiors to add it, but I'm not sure if that is a good idea.

Re: guile emacs

2025-03-15 Thread Janneke Nieuwenhuizen
Cayetano Santos writes: Hi, > An update to guile-emacs[1] just landed on the repos. > > https://yhetil.org/guix-patches/87h63umi1m@retrospec.tv/ > > I decided to give it a try, out of curiosity after this [2] talk. No > luck, though, as it crashes for me. > >

guile emacs

2025-03-15 Thread Cayetano Santos
Hi Guix, An update to guile-emacs[1] just landed on the repos. https://yhetil.org/guix-patches/87h63umi1m@retrospec.tv/ I decided to give it a try, out of curiosity after this [2] talk. No luck, though, as it crashes for me. guix install guile-emacs emacs -q Anyone

Re: Sharing examples for (info) Viewing Bugs within Emacs

2025-02-21 Thread Simon Tournier
ks I did when chasing old bugs. :-) My main entry-point is Emacs+Notmuch. For messages older than some weeks, I press C [1] which checks the Debbugs instance via debbugs.el helpers and inform me in the message echo bar about the status of the issue. If I do not have the all thread because it star

Re: Sharing examples for (info) Viewing Bugs within Emacs

2025-02-20 Thread Nicolas Graves
On 2025-02-20 17:37, Simon Tournier wrote: Big TY Simon, this is a much more comprehensive help than the previous manual page (or maybe it should be in a cookbook format then ?) >> - the last 50 untagged pending bugs > > What do you mean by untagged? I would've liked to triage some bugs, (set ea

Re: Sharing examples for (info) Viewing Bugs within Emacs

2025-02-20 Thread Simon Tournier
Hi, On Thu, 20 Feb 2025 at 09:47, Nicolas Graves wrote: > - the last 50 pending bugs M-x debbugs-gnu-bugs RET -50 RET But! Some very recently closed issues are listed. Hum?! Worse, somehow, I get more than ’guix’ and ’guix-patches’… It also shows ones from Emacs. As if ’debbugs-

Sharing examples for (info) Viewing Bugs within Emacs

2025-02-20 Thread Nicolas Graves
https://guix.gnu.org/manual/devel/en/html_node/Viewing-Bugs-within-Emacs.html This manual page is currently pretty poor regarding its title. When I read such a page, I would want to find some examples, like how to generate guix-relevant views for : - my bugs: (straightforward but undocumented):

Re: emacs menu-bar problems

2025-02-16 Thread gfp
Hi, thanks for your proposal. If you need to track a problem in guix related packages, you may try the following: --- guix shell -C emacs emacs-ivy emacs-ivy-rich emacs-swiper \ emacs-counsel emacs-bookmark-plus export TERM=xterm emacs -q -nw I tried that and I didn´t have any

Re: emacs menu-bar problems

2025-02-16 Thread Cayetano Santos
>sam. 15 févr. 2025 at 17:18, gfp wrote: > Hi, > > 1. > I removed all 4 packages from guix. If you need to track a problem in guix related packages, you may try the following: --- guix shell -C emacs emacs-ivy emacs-ivy-rich emacs-swiper \ emacs-counsel emacs-bookmark-p

Re: emacs menu-bar problems

2025-02-15 Thread gfp
Hi, 1. I removed all 4 packages from guix. emacs-ivy 0.14.2 emacs-ivy-rich 0.1.7 emacs-swiper0.14.2 emacs-counsel 0.14.2 The error comes still up on the terminal emulator: (emacs:1533): Gtk-WARNING **: 16:16:32.712: no trigger event for menu popup (emacs:1533): Gtk-WARNING

Re: emacs menu-bar problems

2025-02-14 Thread Cayetano Santos
>ven. 14 févr. 2025 at 17:04, gfp wrote: > Hi Guix, > > 1. > > I installed When you create a dummy profile, switch to it, and install in there the following packages, you get an error when launching emacs ? > emacs-ivy 0.14.2 > emacs-ivy-rich 0.1.7 > ema

Re: emacs menu-bar problems

2025-02-14 Thread gfp
Hi Felix, thanks I have IDO installed, but I don´t like the horizontal listing of files. It is confusing, I would prefer a vertical listing of files. Is it better to install vertico via Guix or via Emacs? I saw in one case that in Emacs were a newer version of a packag than in Guix

Re: emacs menu-bar problems

2025-02-14 Thread Felix Lechner via
Hi Gottfried, On Fri, Feb 14 2025, gfp wrote: > emacs-ivy 0.14.2 > emacs-ivy-rich 0.1.7 > emacs-swiper0.14.2 > emacs-counsel 0.14.2 For now, I would download them from MELPA in Emacs. First, you declare MELPA as a package source. Then you can use 'list-packages

emacs menu-bar problems

2025-02-14 Thread gfp
Hi Guix, 1. I installed emacs-ivy 0.14.2 emacs-ivy-rich 0.1.7 emacs-swiper0.14.2 emacs-counsel 0.14.2 but opening emacs I get an error message: gfp@Tuxedo ~$ emacs & [30] 19723 gfp@Tuxedo ~$ Unable to activate package ‘swiper’. Required package ‘ivy-0.14.2’ is unavailable Un

Re: emacs-guix install: No variables name %final-inputs in #

2025-02-13 Thread Laurence Rochfort
... > >> Enter `,help' for help. > >> scheme@(guix-user)> ,m (emacs-guix) > >> scheme@(emacs-guix)> > >> > >> Could you try with ‘emacs -q’ ? > > > > Same result, unfortunately: > > Could you maybe try this ? > >

Re: emacs-guix install: No variables name %final-inputs in #

2025-02-13 Thread Cayetano Santos
>jeu. 13 févr. 2025 at 10:43, Laurence Rochfort >wrote: > On Thu, 13 Feb 2025 at 10:40, Cayetano Santos wrote: >> I’m unable to reproduce in my setup: >> >> ... >> Enter `,help' for help. >> scheme@(guix-user)> ,m (emacs-guix) >> sc

Re: emacs-guix install: No variables name %final-inputs in #

2025-02-13 Thread Laurence Rochfort
On Thu, 13 Feb 2025 at 10:40, Cayetano Santos wrote: > I’m unable to reproduce in my setup: > > ... > Enter `,help' for help. > scheme@(guix-user)> ,m (emacs-guix) > scheme@(emacs-guix)> > > Could you try with ‘emacs -q’ ? Same result, unfortunately: scheme@(

Re: emacs-guix install: No variables name %final-inputs in #

2025-02-13 Thread Cayetano Santos
>jeu. 13 févr. 2025 at 10:27, Laurence Rochfort >wrote: > Hello all, > > Using emacs-guix to install packages produces the following error and > backtrace. I've made sure I'm up-to-date, and installing via command > line works fine. > > Any ideas?

emacs-guix install: No variables name %final-inputs in #

2025-02-13 Thread Laurence Rochfort
Hello all, Using emacs-guix to install packages produces the following error and backtrace. I've made sure I'm up-to-date, and installing via command line works fine. Any ideas? GNU Guile 3.0.9 Copyright (C) 1995-2023 Free Software Foundation, Inc. Guile comes with ABSOLUTELY N

Re: updating Emacs packages

2025-02-10 Thread Andreas Enge
Am Mon, Feb 10, 2025 at 12:28:00PM + schrieb gfp: > In Emacs there are always many packages to update. > Is it useful to do that, because then I have only updated Emacs? > without other packages in Guix? > Or is it better to update all packages in Guix, > so that all Emacs pac

updating Emacs packages

2025-02-10 Thread gfp
Hi, In Emacs there are always many packages to update. Is it useful to do that, because then I have only updated Emacs? without other packages in Guix? Or is it better to update all packages in Guix, so that all Emacs packages including everything in Guix is updated and that does not break

Re: Using ibus input methods in Emacs GTK+

2025-01-25 Thread 宋文武
Luis Felipe writes: > Hello, > > I upgraded my Guix system (currently on 17fadbb) and now I can type > Japanese again (thanks, 宋文武). However, ibus input methods are > working everywhere (GTK, GTK+, Qt) except in Emacs GTK+, which is > unexpected because typing Japanese in Emacs

Re: Emacs Gnus can´t find my gpg data

2025-01-08 Thread Felix Lechner via
.gpg into /home or into $HOME? The latter would result in a location like /home/gfp/.authinfo.gpg. Kind regards Felix [1] https://www.emacswiki.org/emacs/GnusAuthinfo

Emacs Gnus can´t find my gpg data

2025-01-06 Thread gfp
Hi Guix, Through the help of Emacsers I was able to set up Gnus (Read net news/news reader with Email support) in Emacs. My password for getting emails is in my /.authinfo.gpg file in the /home folder located When I open gnus it came up the error message in the mini-buffer: Error while

Re: how can I put the Emacs manifest from a profile to the main profile

2024-12-15 Thread Luis Felipe
On 15/12/24 17:42, gfp wrote: Hi Luis, guix package --export-manifest > manifest-main.scm At this point, you can run: guix package -m /home/gfp/Projekte/Emacs/emacs.scm -m manifest-main.scm 1. I did that and interestingly it worked. In the terminal it said: followings packages

Re: how can I put the Emacs manifest from a profile to the main profile

2024-12-15 Thread gfp
Hi Luis, guix package --export-manifest > manifest-main.scm At this point, you can run: guix package -m /home/gfp/Projekte/Emacs/emacs.scm -m manifest-main.scm 1. I did that and interestingly it worked. In the terminal it said: followings packages are being installed. It instal

Re: how can I put the Emacs manifest from a profile to the main profile

2024-12-15 Thread Luis Felipe
On 15/12/24 15:08, gfp wrote: Hi Luis, thanks for your help. I have got: gfp@Tuxedo ~$ guix package --list-profiles /home/gfp/Projekte/Emacs/guix-profil /home/gfp/Projekte/Musik/guix-profil /home/gfp/.config/guix/current /home/gfp/.guix-profile If you still have a copy of both manifests

Re: how can I put the Emacs manifest from a profile to the main profile

2024-12-15 Thread gfp
Hi Luis, thanks for your help. I have got: gfp@Tuxedo ~$ guix package --list-profiles /home/gfp/Projekte/Emacs/guix-profil /home/gfp/Projekte/Musik/guix-profil /home/gfp/.config/guix/current /home/gfp/.guix-profile If you still have a copy of both manifests, the one that declares Emacs

Re: how can I put the Emacs manifest from a profile to the main profile

2024-12-14 Thread Cayetano Santos
>sam. 14 déc. 2024 at 19:33, gfp wrote: > Hi, > >> Not sure to follow, could you share the manifest ? > > This is my emacs manifest: Ok, so you try to combine two manifests, right ? See Luis Felipe reply to your original email. -- Cayetano Santos GnuPG Key:

Re: how can I put the Emacs manifest from a profile to the main profile

2024-12-14 Thread gfp
Hi, Not sure to follow, could you share the manifest ? This is my emacs manifest: ;emacs manifest (use-modules ((gnu packages) #:select (specifications->manifest))) (specifications->manifest (list "emacs" "emacs-adoc-mode" "emacs-al

Re: how can I put the Emacs manifest from a profile to the main profile

2024-12-14 Thread Cayetano Santos
>sam. 14 déc. 2024 at 15:29, gfp wrote: > Hi Guix, > > I created a manifest for Emacs and put it in a separate profile. > > How can I now transfer this manifest to my main profile? > > Some other manifests which I put in a separate profile consisted only of one > sen

Re: how can I put the Emacs manifest from a profile to the main profile

2024-12-14 Thread Luis Felipe
Hi Gottfried, On 14/12/24 15:29, gfp wrote: Hi Guix, I created a manifest for Emacs and put it in a separate profile. How can I now transfer this manifest to my main profile? If you still have a copy of both manifests, the one that declares Emacs things only and the one that declares what

how can I put the Emacs manifest from a profile to the main profile

2024-12-14 Thread gfp
Hi Guix, I created a manifest for Emacs and put it in a separate profile. How can I now transfer this manifest to my main profile? Some other manifests which I put in a separate profile consisted only of one sentence which mentioned the package. But Emacs is different. I put many

Re: Why does stopping user shepherd kill my Emacs and how I make it to stop?

2024-11-24 Thread Nils Landt
> Tomas Volf <~@wolfsden.cz> hat am 22.11.2024 20:03 CET geschrieben: > > > Hi, > > today I noticed that when I stop my user shepherd (`herd stop root'), it > kills my Emacs instance. I would like to point out that the Emacs > daemon is *not* managed by

Why does stopping user shepherd kill my Emacs and how I make it to stop?

2024-11-22 Thread Tomas Volf
Hi, today I noticed that when I stop my user shepherd (`herd stop root'), it kills my Emacs instance. I would like to point out that the Emacs daemon is *not* managed by the Shepherd, I just start it using the following in the `init.el': --8<---cut here---

Re: (setq use-package-always-ensure 't) does not install packages defined by use-package in Emacs

2024-11-22 Thread Philip McGrath
On Fri, Nov 22, 2024, at 7:34 AM, Oleander via wrote: > Just to be clear, I didn't send the previous message to the wrong > mailing list. I'm experiencing this only on Guix. > > If someone could do me the courtesy of trying whether (setq > use-package-always-ensure 

Re: (setq use-package-always-ensure 't) does not install packages defined by use-package in Emacs

2024-11-22 Thread Oleander via
Just to be clear, I didn't send the previous message to the wrong mailing list. I'm experiencing this only on Guix. If someone could do me the courtesy of trying whether (setq use-package-always-ensure 't) works in Emacs under Guix I'd be grateful. Thank you -

(setq use-package-always-ensure 't) does not install packages defined by use-package in Emacs

2024-11-20 Thread Oleander via
Hello, can anyone confirm this behavior? I have to use `:ensure t` for each package in order to install them when I start Emacs. `(setq use-package-always-ensure 't)` does not work. Thank you, Best regards

[beginner's question] How to write Guix scripts using GNU Emacs?

2024-10-06 Thread Rodrigo Morales
I want to write Guile scripts that use definitions from the guix repository using Emacs. When writing a script, I want to evaluate the sexp at point by pressing C-M-x and show its result in the minibuffer (as it is done when pressing C-M-x, bound to eval-defun, in an emacs-lisp-mode buffer

Failing to build my package definition of emacs-greader-mode.

2024-09-30 Thread Yuval Langer
I am trying to upgrade my package definition for the greader [1] [2] text-to-speech mode. My package definition is in: https://codeberg.org/kakafarm/guix-kakafarm-channel/src/branch/upgrade-greader-to-0-11-18/kakafarm/packages/emacs-xyz.scm#L83 I get an error in the build phase saying that the

Re: emacs-vertico not working with emacs-next outside of a container

2024-09-28 Thread Jake
This error was reported upstream https://github.com/minad/vertico/discussions/501 A solution posted in that thread worked for me: Delete the eln-cache directory in the user-emacs-directory Cheers Jake On Sun, Sep 15, 2024 at 12:59 PM Jake wrote: > Hello > > I'm getting an err

emacs-vertico not working with emacs-next outside of a container

2024-09-15 Thread Jake
Hello I'm getting an error with "emacs-vertico" when using "emacs-next", but it only occurs when the packages are installed in the default user profile or in an ordinary shell; it doesn't occur in a container. It also doesn't occur with "emacs"

Re: Emacs Daemon Service

2024-05-15 Thread Andrew Wong
Thank you! That’s very useful. As for the strange daemon issue, I found that it was an issue with my personal config. Remember to set package-user-dir in early-init.el, friends.

Re: Emacs Daemon Service

2024-05-15 Thread Guillaume Le Vaillant
Andrew Wong skribis: > Greetings! > > Recently I’ve been trying to have an Emacs daemon start in the background on > login. On Guix, I’ve found some interesting behavior in that an Emacs started > with no args and then the command “server-start” will then be available to > subs

Emacs Daemon Service

2024-05-13 Thread Andrew Wong
Greetings! Recently I’ve been trying to have an Emacs daemon start in the background on login. On Guix, I’ve found some interesting behavior in that an Emacs started with no args and then the command “server-start” will then be available to subsequent emacsclient calls, but an “emacs —daemon

Re: Guix-packaged Emacs 29+ alpha-background parameter does not work

2024-02-15 Thread Simon Tournier
Hi, On mar., 02 janv. 2024 at 09:55, B D wrote: > I noticed that the Emacs 29.1 alpha-background frame transparency does not > work using the 'emacs' package in the standard guix channel. Some helpful > people in the #guix irc channel tested it for me on their system and

Re: Show notifications using Emacs' notifications-notify under Sway

2024-01-17 Thread Fredrik Salomonsson
Hi, Rodrigo Morales writes: > I'm using Sway as my windows manager under Guix SD > > I can show notifications using =dunstify= > > #+BEGIN_SRC sh > dunstify 'Title of the notification' 'Body of the notification' > #+END_SRC > > When

Show notifications using Emacs' notifications-notify under Sway

2024-01-16 Thread Rodrigo Morales
I'm using Sway as my windows manager under Guix SD I can show notifications using =dunstify= #+BEGIN_SRC sh dunstify 'Title of the notification' 'Body of the notification' #+END_SRC When I try to show notifications using Emacs through the =notifications-notify= funct

Guix-packaged Emacs 29+ alpha-background parameter does not work

2024-01-04 Thread B D
Hi everyone, I noticed that the Emacs 29.1 alpha-background frame transparency does not work using the 'emacs' package in the standard guix channel. Some helpful people in the #guix irc channel tested it for me on their system and ran into the same issue, where the frame remains o

Guix-packaged Emacs 29+ alpha-background does not work

2024-01-04 Thread B D
Hi everyone, I noticed that the Emacs 29.1 alpha-background frame transparency does not work using the 'emacs' package in the standard guix channel. Some helpful people in the #guix irc channel tested it for me on their system last week and ran into the same issue, where the frame rema

Re: Emacs C source

2023-12-20 Thread Ian Eure
Kristoffer Ström writes: Hello! I'm running emacs in a guix shell, and wonder how/where to get the C source code directory for xref-find-definitions. I've grepped the /gnu/store/*emacs but cannot find the C source, is there some special package/output or procedure needed

Re: Emacs C source

2023-12-19 Thread Kristoffer Ström
> --8<---cut here---start->8--- > (use-modules (guix scripts build)) > > (specifications->manifest > (map > (lambda (spec) > (begin > (guix-build "--source" spec) > spec)) > (

Re: Emacs C source

2023-12-19 Thread Simon Tournier
i'm building multiple > environments using guix shell containers, and doing this as an extra > step in each one is not very pleasant. Hum, I am missing context but I do not see what would be the workflow. > something along the lines of `guix shell -D emacs` but for sources

Re: Emacs C source

2023-12-17 Thread Kristoffer Ström
doing this as an extra step in each one is not very pleasant. something along the lines of `guix shell -D emacs` but for sources

Re: Emacs C source

2023-12-17 Thread Tomas Volf
On 2023-12-15 15:56:34 +0100, Kristoffer Ström wrote: > > Hello! I'm running emacs in a guix shell, and wonder how/where to get > the C source code directory for xref-find-definitions. > > I've grepped the /gnu/store/*emacs but cannot find the C source, is > there so

Emacs C source

2023-12-17 Thread Kristoffer Ström
Hello! I'm running emacs in a guix shell, and wonder how/where to get the C source code directory for xref-find-definitions. I've grepped the /gnu/store/*emacs but cannot find the C source, is there some special package/output or procedure needed to get it included in the shell environment?

Re: Emacs on a reMarkable

2023-09-22 Thread Sébastien Lerique
UIX_PROFILE/etc/profile" root@vm-remarkable2:~# type -P guix /root/.config/guix/current/bin/guix root@vm-remarkable2:~# hash guix # only makes sense after updating PATH root@vm-remarkable2:~# type -P guix /root/.config/guix/current/bin/guix >>> root@arm-vm:~# /usr/bin/guix pack -R -

Re: Emacs on a reMarkable

2023-09-21 Thread Simon Tournier
Hi, On Wed, 20 Sep 2023 at 20:25, Sébastien Lerique wrote: > root@vm-remarkable2:~# guix pull -l > guix pull: error: profile '/var/guix/profiles/per-user/root/current-guix' > does not exist > > root@vm-remarkable2:~# guix pack -RR -S /emacsbin=bin emacs-no-x > [...

Re: Emacs on a reMarkable

2023-09-20 Thread Sébastien Lerique
Hi! On 18 Sep 2023 at 10:50, Simon Tournier wrote: > Re-reading, I am missing one point… > > [...] > > This wpxqqdcslxxx9g9l9j847ifgh0xdlsfl-emacs-no-x-tarball-pack.tar.gz is > what you get before “guix pull”. It means, it used the Guix revision > packaged by Debi

Re: Emacs on a reMarkable

2023-09-18 Thread Simon Tournier
Hi, Re-reading, I am missing one point… On Thu, 07 Sep 2023 at 11:52, Sébastien Lerique wrote: > 1) Build and package Emacs in an ARM VM: > > --8<---cut here---start->8--- > root@arm-vm:~# apt install guix > root@arm-vm:~# guix pull

Re: Emacs on a reMarkable

2023-09-15 Thread Sébastien Lerique
Hi, Apologies for the delay! On 11 Sep 2023 at 18:26, Simon Tournier wrote: >> Now I have a final side question: after "guix pull" in the ARM VM, the >> output of >> >> guix pack -RR -S /emacsbin=bin emacs-no-x >> >> is still >>

Re: Emacs on a reMarkable

2023-09-11 Thread Simon Tournier
Hi, On Thu, 07 Sep 2023 at 11:52, Sébastien Lerique wrote: > Let me know if anybody is interested in more details! Cool if it worked! > Now I have a final side question: after "guix pull" in the ARM VM, the > output of > > guix pack -RR -S /emacsbin=bi

Re: Emacs on a reMarkable

2023-09-07 Thread Sébastien Lerique
Hi Simon! Thank you for the answer! On 05 Sep 2023 at 16:18, Simon Tournier wrote: > Please consider I know nothing about reMarkable. :-) > >> apt install guix >> guix pack -RR -S /emacsbin=bin emacs-no-x > > Here you are using emacs-no-x as it was with the relea

Re: Emacs on a reMarkable

2023-09-05 Thread Simon Tournier
Hi Sébastien, On Fri, 11 Aug 2023 at 22:26, Sébastien Lerique wrote: > I'm trying out ways to get emacs running on a reMarkable 2 Cool! Please consider I know nothing about reMarkable. :-) > apt install guix > guix pack -RR -S /emacsbin=bin emacs-no-x Here you are using em

Emacs on a reMarkable

2023-08-12 Thread Sébastien Lerique
Dear Guix, I hope this finds you all well! I'm trying out ways to get emacs running on a reMarkable 2, as there are now at least two shells that can run aside from the main binary: yaft <https://github.com/timower/rM2-stuff/tree/master/apps/yaft> and ReTerm <https://github.com/i-am

Re: Using ibus input methods in Emacs GTK+

2023-08-07 Thread Luis Felipe
Hi 宋文武, El 7/08/23 a las 10:12, 宋文武 escribió: Luis Felipe writes: Hello, I upgraded my Guix system (currently on 17fadbb) and now I can type Japanese again (thanks, 宋文武). However, ibus input methods are working everywhere (GTK, GTK+, Qt) except in Emacs GTK+, which is unexpected because

Re: Using ibus input methods in Emacs GTK+

2023-08-07 Thread 宋文武
Luis Felipe writes: > Hello, > > I upgraded my Guix system (currently on 17fadbb) and now I can type > Japanese again (thanks, 宋文武). However, ibus input methods are > working everywhere (GTK, GTK+, Qt) except in Emacs GTK+, which is > unexpected because typing Japanese in Emacs

Using ibus input methods in Emacs GTK+

2023-08-06 Thread Luis Felipe
Hello, I upgraded my Guix system (currently on 17fadbb) and now I can type Japanese again (thanks, 宋文武). However, ibus input methods are working everywhere (GTK, GTK+, Qt) except in Emacs GTK+, which is unexpected because typing Japanese in Emacs used to just work before.  My current

Let's Gather a List of Guix-Related Emacs-Packages!

2023-06-10 Thread Mekeor Melire
Hello Guix, it'd be nice if the Guix Cookbook would elaborate more on Emacs-packages that directly relate to Guix or have some kind of official support for it. I'd like to invite you all to share links to such projects in this mail-thread. I'll begin, in alphabetical order o

Re: package variants, ex: emacs-gtk, emacs-lucid

2023-05-29 Thread Felix Lechner via
Hi Jindam, On Mon, May 29, 2023 at 8:17 AM jindam wrote: > > I noticed there are no package variants > for emacs I see a few but have not used them: emacs-no-x [1] emacs-no-x-toolkit [2] emacs-next [3] emacs-next-tree-sitter [4] emacs-next-pgtk [5] emacs-next-pgtk-xw

package variants, ex: emacs-gtk, emacs-lucid

2023-05-29 Thread jindam
I noticed there are no package variants for emacs, libreoffice. I didnt check other packages. examples: emacs-gtk, emacs-lucid, libreoffice-writer, libreoffice-calc. Is this intentional? Regards, jindam

  1   2   3   4   5   6   7   8   >