Planet Emacslife
Andrey Listopadov: Implementing a protocol-based Fennel REPL and Emacs client
https://andreyorst.gitlab.io/posts/2023-03-25-implementing-a-protocol-based-fennel-repl-and-emacs-client/
Andrey Listopadov: Implementing a protocol-based Fennel REPL and Emacs client
https://andreyorst.gitlab.io/posts/2023-03-25-implementing-a-protocol-based-fennel-repl-and-emacs-client/
andreyorst.gitlab.io
Implementing a protocol-based Fennel REPL and Emacs client
Recently I read a post by @nikitonsky about writing a custom REPL for Clojure and Sublime Text. What got my attention was a way of implementing a protocol over a plain Clojure REPL. In the post, Nikita describes a way to “upgrade” the connection by sending…
🔥1
Planet Emacslife
Protesilaos Stavrou: Emacs: restart MCT development
https://protesilaos.com/codelog/2023-03-25-emacs-restart-mct-development/
Protesilaos Stavrou: Emacs: restart MCT development
https://protesilaos.com/codelog/2023-03-25-emacs-restart-mct-development/
Protesilaos Stavrou
Emacs: restart MCT development
I am restarting the development of mct.el, but only for keeping it in a usable state.
Planet Emacslife
Jeremy Friesen: Using Built-in Emacs 29 Treemacs Package to Get Qualified Ruby Function Name
https://takeonrules.com/2023/03/25/using-built-in-emacs-29-treemacs-package-to-get-qualified-ruby-function-name/
Jeremy Friesen: Using Built-in Emacs 29 Treemacs Package to Get Qualified Ruby Function Name
https://takeonrules.com/2023/03/25/using-built-in-emacs-29-treemacs-package-to-get-qualified-ruby-function-name/
Take on Rules
Using Built-in Emacs 29 Treemacs Package to Get Qualified Ruby Function Name
When I’m writing about or in Ruby 📖 code, sometimes I want to grab the qualified method name. For example, let’s say I have the following Ruby code:
module Hello module World def foo :bar end def self.call :yup end end end The qualified method name for the…
module Hello module World def foo :bar end def self.call :yup end end end The qualified method name for the…
Planet Emacslife
Meta Redux: Bad nREPL: 10 Things You Hate About nREPL
https://metaredux.com/posts/2023/03/26/bad-nrepl.html
Meta Redux: Bad nREPL: 10 Things You Hate About nREPL
https://metaredux.com/posts/2023/03/26/bad-nrepl.html
Meta Redux
Bad nREPL: 10 Things You Hate About nREPL
New is always better. – Barry Stinson, Senior Clojure developer Over the years I’ve heard countless complaints about nREPL and its numerous perceived flaws. I dawned me today that it might be a good idea to write this “living”1 article that will try to catalog…
Planet Emacslife
Protesilaos Stavrou: Emacs: beframe version 0.2.0
https://protesilaos.com/codelog/2023-03-27-beframe-0-2-0/
Protesilaos Stavrou: Emacs: beframe version 0.2.0
https://protesilaos.com/codelog/2023-03-27-beframe-0-2-0/
Protesilaos Stavrou
Emacs: beframe version 0.2.0
Information about the latest version of my beframe package for GNU Emacs.
Planet Emacslife
Magnus: Cabal, tree-sitter, and consult
https://magnus.therning.org/2023-03-27-cabal,-tree-sitter,-and-consult.html
Magnus: Cabal, tree-sitter, and consult
https://magnus.therning.org/2023-03-27-cabal,-tree-sitter,-and-consult.html
magnus.therning.org
Cabal, tree-sitter, and consult
Planet Emacslife
Jeremy Friesen: Using Built-in Emacs 29 Tree Sitter Package to Get Qualified Ruby Function Name
https://takeonrules.com/2023/03/25/using-built-in-emacs-29-tree-sitter-package-to-get-qualified-ruby-function-name/
Jeremy Friesen: Using Built-in Emacs 29 Tree Sitter Package to Get Qualified Ruby Function Name
https://takeonrules.com/2023/03/25/using-built-in-emacs-29-tree-sitter-package-to-get-qualified-ruby-function-name/
Take on Rules
Using Built-in Emacs 29 Tree Sitter Package to Get Qualified Ruby Function Name
When I’m writing about or in Ruby 📖 code, sometimes I want to grab the qualified method name. For example, let’s say I have the following Ruby code:
module Hello module World def foo :bar end def self.call :yup end end end The qualified method name for the…
module Hello module World def foo :bar end def self.call :yup end end end The qualified method name for the…
Planet Emacslife
Sacha Chua: 2023-03-27 Emacs news
https://sachachua.com/blog/2023/03/2023-03-27-emacs-news/
Sacha Chua: 2023-03-27 Emacs news
https://sachachua.com/blog/2023/03/2023-03-27-emacs-news/
Planet Emacslife
Jeremy Friesen: Expanding on using Tree Sitter in Emacs for Getting Qualified Ruby Method Name
https://takeonrules.com/2023/03/27/expanding-on-using-tree-sitter-in-emacs-for-getting-qualified-ruby-method-name/
Jeremy Friesen: Expanding on using Tree Sitter in Emacs for Getting Qualified Ruby Method Name
https://takeonrules.com/2023/03/27/expanding-on-using-tree-sitter-in-emacs-for-getting-qualified-ruby-method-name/
Take on Rules
Expanding on using Tree Sitter in Emacs for Getting Qualified Ruby Method Name
On Saturday I wrote about Using Built-in Emacs 29 Tree Sitter Package to Get Qualified Ruby Function Name. Today at work I used my jf/treesit/qualified_method_name function about 15 times. That function grabs the method name and it’s class/module scope.
During…
During…
Planet Emacslife
Eric MacAdie: Tracking Tax Documents And Other Ideas For Learning Org Mode
https://macadie.info/2023/03/29/tracking-tax-documents-and-other-ideas-for-learning-org-mode/
Eric MacAdie: Tracking Tax Documents And Other Ideas For Learning Org Mode
https://macadie.info/2023/03/29/tracking-tax-documents-and-other-ideas-for-learning-org-mode/
Planet Emacslife
Magnus: More on tree-sitter and consult
https://magnus.therning.org/2023-03-30-more-on-tree-sitter-and-consult.html
Magnus: More on tree-sitter and consult
https://magnus.therning.org/2023-03-30-more-on-tree-sitter-and-consult.html
magnus.therning.org
More on tree-sitter and consult
Planet Emacslife
Protesilaos Stavrou: Emacs: Denote now provides a menu-bar-mode entry
https://protesilaos.com/codelog/2023-03-31-emacs-denote-menu/
Protesilaos Stavrou: Emacs: Denote now provides a menu-bar-mode entry
https://protesilaos.com/codelog/2023-03-31-emacs-denote-menu/
Protesilaos Stavrou
Emacs: Denote now provides a menu-bar-mode entry
My ‘denote’ package for Emacs registers a submenu that makes its commands easier to discover.
System Crafters
Crafting the Future: AI Assistants in Emacs - System Crafters Live!
https://www.youtube.com/watch?v=JImYEdqVQR8
Crafting the Future: AI Assistants in Emacs - System Crafters Live!
https://www.youtube.com/watch?v=JImYEdqVQR8
YouTube
Crafting the Future: AI Assistants in Emacs - System Crafters Live!
In today's stream, we will explore the potential of AI assistants in Emacs. We'll take a look at the gptel package which interacts with OpenAI's GPT 3 and 4 models to provide AI assistance in writing and planning projects. We'll also try the copilot.el package…