Xah Emacs Blog Archive 2019-04

Emacs: Xah HTML Mode

added support for csharp code in xah-html-get-precode-make-new-file. also, no abort if no major mode found.

for #lisp, #emacs #orgmode fans for blogging.

“Coleslaw is Flexible Lisp Blogware similar to Frog, Jekyll, or Hakyll.” https://github.com/kingcons/coleslaw

Why ox-hugo? https://ox-hugo.scripter.co/doc/why-ox-hugo/

add a page xah-remove-wikipedia-link

ELisp: HTML Link to Dead Link (code update, and on its own page.)

ELisp: URL to HTML Link + Date (code update)

xah thanks nic 2019-03-29 v25xv
xah thanks nic 2019-03-29 v25xv

GNU Emacs Removes Color Emoji Support on the Mac (2016)

a tutorial on font setup in emacs. https://idiocy.org/emacs-fonts-and-fontsets.html by Alan Third https://github.com/alanthird

thanks for linking to my site. Emacs Init: Setup Font That reminds me i need to look into the function set-fontset-font.

i learned from Alan's blog about:

script-representative-chars

list-charset-chars

Emacs Init: Dired Config (minor update)

Emacs: Insert A to Z Vertically 🚀

removed xah-insert-column-counter, use emacs 24 rectangle-number-lines. Replaced xah-insert-alphabets-az by xah-insert-column-az.

Emacs: Latin to Rune (ᚱᚢᚿᛂ) 🚀

[ https://twitter.com/martinforsyth/status/1102239656207364097 accessed: 2019-03-03]

question about indenting in xah-html-mode

Emacs: Xah HTML Mode

thank you very much! actually, the answer is, just never indent html. :D but actually i should do something about it. one thing is simply goto xah-html-mode.el file, change this line to

define-derived-mode xah-html-mode fundamental-mode

to

define-derived-mode xah-html-mode mhtml-mode

there are some minor things i need to do.