Planet Emacslife
Discovering Emacs podcast: Essential Movement and Editing Shortcuts in Emacs - EP5
https://www.youtube.com/watch?v=nG3EMqOAWDg
Discovering Emacs podcast: Essential Movement and Editing Shortcuts in Emacs - EP5
https://www.youtube.com/watch?v=nG3EMqOAWDg
YouTube
Essential Movement and Editing Shortcuts in Emacs - EP5
In today's episode I'll be sharing some default movement and editing shortcuts. I'll only be cover some of the essentials, but I'm sure there's something new for both beginners and experienced Emacs users. And at the end I'll share some key binding recommendations…
Planet Emacslife
Andrea: Moldable Emacs: what is the public API of this Elisp buffer?
http://ag91.github.io/blog/2023/03/24/moldable-emacs-what-is-the-public-api-of-this-elisp-buffer
Andrea: Moldable Emacs: what is the public API of this Elisp buffer?
http://ag91.github.io/blog/2023/03/24/moldable-emacs-what-is-the-public-api-of-this-elisp-buffer
ag91.github.io
Moldable Emacs: what is the public API of this Elisp buffer? - Where parallels cross
Planet Emacslife
Marcin Borkowski: Using a thesaurus from within Emacs
https://mbork.pl/2023-03-25_Using_a_thesaurus_from_within_Emacs
Marcin Borkowski: Using a thesaurus from within Emacs
https://mbork.pl/2023-03-25_Using_a_thesaurus_from_within_Emacs
Planet Emacslife
Manuel Uberti: CIDER and Clojure LSP
https://manueluberti.eu//2023/03/25/clojure-lsp.html
Manuel Uberti: CIDER and Clojure LSP
https://manueluberti.eu//2023/03/25/clojure-lsp.html
manueluberti.eu
CIDER and Clojure LSP – Manuel Uberti
My personal website
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…