Xah Emacs Blog
A hole to fall in.
Update Highlights
- 2024-08-29
- Emacs: Xah JS Mode (JavaScript) 📦
xah-js-eval-line
andxah-js-eval-region
now take universal-argument, to insert result in buffer.
- 2024-08-29
- Emacs: Xah PowerShell Mode 📦
- new.
xah-pwsh-eval-region
,xah-pwsh-eval-current-line
- 2024-08-29
- Emacs: Xah Wolfram Mode 📦
xah-wolfram-eval-region
andxah-wolfram-eval-current-line
can takeuniversal-argument
to insert result to buffer.
which editor by default highlight the current line? vscode, sublime, textmate, or other?
updated
updates
updates
updates
more updates.
master emacs lisp loop and iteration. major updates.
- 2024-08-13
- Emacs: Xah Wolfram Mode 📦
xah-wolfram-eval-region
now work on current text block when no text selection.
Emacs org mode security emergency
just org mode is affected, not emacs.
but there's new emacs release, emacs 29.4, that fixed the org mode problem.
updates
- 2024-07-25
- Emacs: Xah Fly Keys 📦
xah-close-current-buffer
now also record dired buffer, so canxah-open-last-closed
- 2024-07-25
- Emacs: Xah HTML Mode 📦
- new:
xah-html-insert-page-template
,xah-html-move-text-block
new. pepe anti emacs pill
- 2024-07-15
- Emacs: Xah Dired Mode (xah-dired.el) 📦
xah-dired-toggle-human-readable-size
new.- xah-dired-metadata-remover-path renamed to xah-dired-exiftool-path
- 2024-07-15
- Emacs: Xah HTML Mode 📦
xah-html-make-citation
now use TORTOISE SHELL BRACKET.xah-html--get-youtube-id
renamed toxah-get-youtube-id
.xah-normalize-youtube-url
new.- image link functions now use
xah-get-image-dimensions
instead of calling imagemagick, unless necessary.
minor updates.
updates
updates
dired-do-find-marked-files
open all marked files.- Emacs Init: Dired Config Emacs: File Manager, dired
- Emacs: shell vs eshell vs term
- 2024-07-03
- Emacs: Xah Fly Keys 📦
xah-shrink-whitespaces
minor refactor. removedxah-delete-blank-lines
,xah-fly-delete-spaces
- 2024-07-05
- Emacs: Xah HTML Mode 📦
xah-html-youtube-normalize-url
now support query string.xah-html-keyboard-shortcut-markup
better, now normalize command key opt key etc.xah-html-pop-back-source-code
,xah-html-toggle-syntax-color-tags
changed cursor position requirement. experimental.xah-html-change-current-tag
changed cursor position requirement.
major updates