Planet Emacslife
Alvaro Ramirez: Emacs: Password-protect current pdf
http://xenodium.com/emacs-password-protect-current-pdf
Alvaro Ramirez: Emacs: Password-protect current pdf
http://xenodium.com/emacs-password-protect-current-pdf
Xenodium
Emacs: Password-protect current pdf
Planet Emacslife
Zachary Kanfer: Testing buffer-modifying Emacs code (again)
https://zck.org/testing-buffer-modifying-emacs-code-again
Zachary Kanfer: Testing buffer-modifying Emacs code (again)
https://zck.org/testing-buffer-modifying-emacs-code-again
Planet Emacslife
Emacs Redux: Enable Mouse Support in Terminal Emacs
https://emacsredux.com/blog/2022/06/03/enable-mouse-support-in-terminal-emacs/
Emacs Redux: Enable Mouse Support in Terminal Emacs
https://emacsredux.com/blog/2022/06/03/enable-mouse-support-in-terminal-emacs/
Emacs Redux
Enable Mouse Support in Terminal Emacs
I’ve started writing this article 1 year ago and for some reason I never finished. Today I’m changing this!1 Some text terminals support mouse clicks in the terminal window (shocking, right?). Some Emacs users would like to use the mouse in terminal Emacs.…
Planet Emacslife
Emacs Redux: Extract Version Metadata from a Package
https://emacsredux.com/blog/2022/06/03/extract-version-metadata-from-a-package/
Emacs Redux: Extract Version Metadata from a Package
https://emacsredux.com/blog/2022/06/03/extract-version-metadata-from-a-package/
Emacs Redux
Extract Version Metadata from a Package
Most Emacs packages need some command to display their version, as that’s useful for debugging purposes (e.g. when submitting a bug report). In the (very) old days each package would have simply some variable with a name like package-version that a command…
Planet Emacslife
Emacs Redux: Detecting Whether Emacs is Running in Terminal or GUI mode
https://emacsredux.com/blog/2022/06/03/detecting-whether-emacs-is-running-in-terminal-or-gui-mode/
Emacs Redux: Detecting Whether Emacs is Running in Terminal or GUI mode
https://emacsredux.com/blog/2022/06/03/detecting-whether-emacs-is-running-in-terminal-or-gui-mode/
Emacs Redux
Detecting Whether Emacs is Running in Terminal or GUI mode
Occasionally we’d have bits of configuration that are depending on whether Emacs is running in a terminal or in GUI mode. This article aims to cover how to best handle such situations.1 At first it seems the solution is super simple: (if (display-graphic…
Planet Emacslife
Eric MacAdie: 2022-06 Austin Emacs Meetup
https://macadie.info/2022/06/03/2022-06-austin-emacs-meetup/
Eric MacAdie: 2022-06 Austin Emacs Meetup
https://macadie.info/2022/06/03/2022-06-austin-emacs-meetup/
Planet Emacslife
Irreal: Determining If Emacs Is Running In Terminal Or Gui Mode
https://irreal.org/blog/?p=10575
Irreal: Determining If Emacs Is Running In Terminal Or Gui Mode
https://irreal.org/blog/?p=10575
Planet Emacslife
T. V. Raman: Emacspeak: The Complete Audio Desktop Under Pulseaudio
https://emacspeak.blogspot.com/2022/06/emacspeak-complete-audio-desktop-under.html
T. V. Raman: Emacspeak: The Complete Audio Desktop Under Pulseaudio
https://emacspeak.blogspot.com/2022/06/emacspeak-complete-audio-desktop-under.html
Blogspot
Emacspeak: The Complete Audio Desktop Under Pulseaudio
Emacspeak: The Complete Audio Desktop Under Pulseaudio 1. Executive Summary Porting Emacspeak sound environment to Pulseaudio. Un...
Planet Emacslife
scripter.co | Emacs: Zero HTML Validation Errors!
https://scripter.co/zero-html-validation-errors/?utm_source=atom_feed
scripter.co | Emacs: Zero HTML Validation Errors!
https://scripter.co/zero-html-validation-errors/?utm_source=atom_feed
scripter.co
Zero HTML Validation Errors!
How I fixed my site content and went down from 46 HTML validations
errors down to 0!
errors down to 0!
Planet Emacslife
Mickey Petersen: Why Emacs has Buffers
http://www.masteringemacs.org/article/why-emacs-has-buffers
Mickey Petersen: Why Emacs has Buffers
http://www.masteringemacs.org/article/why-emacs-has-buffers
Mastering Emacs
Why Emacs has Buffers
Emacs's buffers are so much more than their name implies. They're not just a vessel for you to read or write from. Buffers in Emacs host network processes, shells, and transient data. They're also a key part to understanding why Elisp is designed the way…
Planet Emacslife
Bozhidar Batsov: Back in Action
https://batsov.com/articles/2022/06/06/back-in-action/
Bozhidar Batsov: Back in Action
https://batsov.com/articles/2022/06/06/back-in-action/
(think)
Back in Action
May you live in interesting times. – an old Chinese curse
Planet Emacslife
James Cash: Focus on the Mac
https://occasionallycogent.com/focus_on_the_mac/index.html
James Cash: Focus on the Mac
https://occasionallycogent.com/focus_on_the_mac/index.html
Occasionallycogent
Focus on the Mac
Planet Emacslife
Sacha Chua: 2022-06-06 Emacs news
https://sachachua.com/blog/2022/06/2022-06-06-emacs-news/
Sacha Chua: 2022-06-06 Emacs news
https://sachachua.com/blog/2022/06/2022-06-06-emacs-news/
Planet Emacslife
Protesilaos Stavrou: Emacs: introduction to Denote (simple note-taking)
https://protesilaos.com/codelog/2022-06-07-denote-introduction/
Protesilaos Stavrou: Emacs: introduction to Denote (simple note-taking)
https://protesilaos.com/codelog/2022-06-07-denote-introduction/
Protesilaos Stavrou
Emacs: introduction to Denote (simple note-taking)
Denote is a simple note-taking tool, based on the idea that notes should follow a predictable and descriptive file-naming scheme.
Planet Emacslife
Christian Tietze: Free Cmd-W in Magit to Close the Buffer
https://christiantietze.de/posts/2022/06/free-cmd-w-in-magit-close-buffer/
Christian Tietze: Free Cmd-W in Magit to Close the Buffer
https://christiantietze.de/posts/2022/06/free-cmd-w-in-magit-close-buffer/
Christian Tietze
Free Cmd-W in Magit to Close the Buffer
Magit binds M-w to magit-copy-buffer-revision. On my Mac, I use the left Command (⌘) key as the Meta key, though, and wired M-x, M-c, M-v to cut/copy/paste, leaving M-w aka ⌘+W to close the current buffer. ...
Planet Emacslife
Benjamin Slade: Equake: A Geas on Gnomish Smiths
https://babbagefiles.xyz/equake-geas-on-gnomish-smiths/
Benjamin Slade: Equake: A Geas on Gnomish Smiths
https://babbagefiles.xyz/equake-geas-on-gnomish-smiths/
babbagefiles.xyz
Equake: A Geas on Gnomish Smiths
A new version of Equake, the drop-down “terminal emulator” for Emacs, should be hitting Melpa shortly. This version includes a number of bug fixes, and some new features.
Jeff Kowalski added code for a “close Equake frame on loss of focus feature” (similar…
Jeff Kowalski added code for a “close Equake frame on loss of focus feature” (similar…