Okay, so this is probably a stupid question, I use Pop!_OS & the current emacs version is Emacs-27 So, If I had to install the latest one (Emacs-29.1 or even Emacs-30.0.93) what does one have to do, compile it manually ?

Or is there another way ?

  • EdHamilton@fosstodon.org
    link
    fedilink
    arrow-up
    0
    ·
    6 months ago

    @MITM0 @emacs Hi. you might get a better response if you rewrite this as a question. I thought you were going to tell us how to get the latest Emacs. :). And maybe put a hash for popOS, since the answer might come from that direction. I don’t know the answer for popOS. Debian has backported 29.4 to stable and that is new enough for me. If popOS does not have anything newer than what you said, then you could compile it. It isn’t that hard. Google for directions.

  • theit8514@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    6 months ago

    There is a snap package which should be more up-to-date, but I’m not sure I would recommend that for an editor. Compiling from source would be fine, as it will default install into /usr/local and shouldn’t affect the existing install. Afterwards you may need to update the link to emacs in your /bin folder (manually or via update alternatives) or add the folder where the new emacs is to your path at the front.

    • beleza pura@lemmy.eco.br
      link
      fedilink
      arrow-up
      0
      arrow-down
      1
      ·
      6 months ago

      if the snap package is anything like the flatpak, i wouldn’t recommend it. the sandboxing gets in the way of a lot of stuff, including compilation, lsp, etc. it was a pain last time i tried it, unfortunately