Various Emacs stuff
Utils
-
ql-request-user-char.el
— elisp „library” with a couple of functions
to get a response from user.
-
ql-html.el
— elisp „library” to help
converting characters to corresponding HTML entities.
-
-
-
Nota Bene
I know that hanging braces are considered poor style in LISP,
but I don't give a shit!
It is the AWFUL LISP syntax that causes horrible code style,
rather than personal preferences.
Anyway, stripping blank space between adjacent braces is trivial:
(query-replace-regexp "[[:space:]]+)" ")")
Hints
-
Beyond ASCII
— how to enter non-ascii (e.g. Unicode) characters.
-
-
-