6 comments

  • kstrauser13 hours ago
    Between treesitter and eglot (read: LSP), there’s not much from other editors I miss when using Emacs. I’ve been on a Zed kick for a while but I hear the call of the GNU. This may be the week I declare .emacs bankruptcy and start again with a clean setup, seeing how much of my old third-party config I can replace with builtins.
    • wmedrano37 minutes ago
      Are there any Zed features you're going to miss? Is the AI notable?
  • rtpg5 hours ago
    Bit of a tangent but does anyone have good learning materials on doing things with Emacs Lisp beyond just staring at the source of packages?<p>I have the Mastering Emacs book and read through most of it, which gives me a good idea for some stuff... but I really would like to have good ideas for the right kind of design patterns for common things.
    • MarsIronPI4 hours ago
      Have you read through the Emacs Lisp Intro and Elisp manuals in Info? The latter is especially helpful as a reference.
    • wmedrano3 hours ago
      I started getting a little more into ELisp after reading The Land of Lisp, though its probably a bit basic. If I were to try to get better at ELisp through reading books&#x2F;docs, I&#x27;d look into Common Lisp material.
  • Quitschquat29 minutes ago
    Anyone know if Zaretskii resigned over the portable dumper?
  • hirvi749 minutes ago
    I hope my Treesitter issue has been fixed with macOS. I gave up on the problem about this time last year.<p>By installing the grammars on the user&#x27;s behalf, I think I might be in luck!<p>I don&#x27;t remember the exact issue, but I remember having to dig through the release histories of each of the poorly documented ABI version for each language to find whichever versions was compatible.<p>I&#x27;ve got my fingers crossed.
  • wmedrano7 hours ago
    I&#x27;m excited for the user-lisp&#x2F; changes. It&#x27;ll let me create custom lightweight packages and have them lazily loaded by just sprinkling ;;;###autoload over interactive commands and modes.
  • pkal11 hours ago
    I was annoyed by some of the comments in the &quot;Packages&quot; section, because it is clear that the author didn&#x27;t try anything out but just scattered a few comments though out the file.<p>Regarding :vc and :load-path, this was obsoleted transitively due to the obsoleting of package-vc-install-from-checkout, which has portability issues. Bug#80604 goes into the background for this. This is NOT an obsoletion of the :vc keyword for use-package.<p>Regarding package-autosuggest, this is disabled because it doesn&#x27;t interest most users. It is targeted at new users who aren&#x27;t familiar with the packages, and might be interested in new major modes. Experienced users are generally either familiar with the packages and use them or prefer to stay in fundamental mode. The minor mode is enabled as part of the newcomers theme!<p>No mention of package-review-policy, which especially in the &quot;age of AI&quot; is an important feature is you want to be careful about external code you are using on your system.<p>Oh and on the topic of the newercomers theme, the reason it is not mentioned &quot;higher up&quot; in the NEWS file, besides it being the wrong section, is that it is highlighted on the splash screen, where new users are going to find it, instead of a NEWS file.