xtodo emacs
- rewrite to be standalone
- Emacs: Replace HTML Entities 🚀
- write a command, given a 2 file paths, make one use navback link back to the other. when interactive, the current file is to be changed, the nav link is other window
append
&rest sequencescons
object1 object2list
&rest objectsmake-list
length objectappend
&rest sequencescopy-tree
tree &optional vecpflatten-tree
treeensure-list
objectnumber-sequence
from &optional to separation
- fix.
xahhtml-relink
jumps when on a p link. need complete rewrite.
- fix. why
xah-html-move-image-file
jiggles a block before inserting image tag.
- emacs lisp , PowerShell
- make xah PowerShell mode to support coloring block comment
- look at all my emacs lisp start process or call process, or shell, make it use call process region maybe
dired-goto-file
dired-next-line
dired-get-filename
- doc font-lock-keywords
;; why some have double paren (setq font-lock-defaults '((xah-css-font-lock-keywords))) (setq font-lock-defaults '(xah-css-font-lock-keywords)) ;; should this be nil font-lock-maximum-decoration
dion emacs lisp todo
- emacs. check why some mode no match ❮tt❯ ❰tt❱
- 2022-12-22 download a english dict word list. needed for abbrev system work. Xah Shorthand System (Abbrev Input)
- installing dict
- http://irreal.org/blog/?p=6546
- review or clean
xah-unicode-emoji-only-chars
inxah-unicode-mode.el
code update
- 2021-08-14 move this to main emacs lisp index Elisp: Enable Undo in Buffer also check Emacs Lisp Misc
xah html mode command changes:
This command was named xah-html-wrap-p-tag
. Changed around 2021-08-17.
xah-html-wrap-p-tag
→xah-html-blocks-to-paragraph
Emacs: HTML, Wrap Paragraph Tags
xah-html-wrap-html-tag
→xah-html-insert-tag
work on emacs lisp
- find emacs lisp doc location of
hippie-expand
, read it.
- find in emacs doc and read
char-fold-to-regexp
- char-fold-include
- search-default-mode
isearch-toggle-char-fold
isearch-toggle-case-fold
isearch-toggle-lax-whitespace
dabbrev-completion
- char-fold-symmetric
emacs lisp XahEmacs key design
2021-08-08 notes. designing a key system for whole XahEmacs
now, with XahEmacs, several packages, with xah-fly-keys system, there needs to be a scheme for the leader keys. For example, gnu emacs has Emacs Keys Overview. I needd a scheme for XahEmacs, so the whole is consistant, as a secondary requirement to key efficiency and ergonomics.
here's outline of current xah-fly-keys
..[hilight] p.replace g.close c.[open] e.[insert] u.switchBuff h.[help] t.[edit] j.copyAll k.pasteOrPrev m.diredJump w.[eval/del]
- 2021-08-09 look at all my commands, if it's a repeatable command, add a t key to repeat, and if have a right/left or up/down or back/forth version, add a keymap
- 2021-07-21 mod
xah-copy-file-path
so C-u first will just copy file name sans directory. - 2021-07-06 add a hook to
xah-run-current-file
so that when golang script is run it'll invoke xah-find-output-mode in the output buffer. - 2021-02-12 add to emacs lisp tutorial
xah-words-word-etymology-linkify
remove the one at Xah Emacs Blog Archive 2018-08 - 2021-04-14 add somewhere 〔Rob Pike and Richard Stallman By Rob Pike. At ❮https://commandcenter.blogspot.com/2006/06/❯〕
- 2021-04-14 add somewhere 〔Why Do Long Options Start with Two Dashes? By Djm. At ❮https://blog.djmnet.org/2019/08/02/why-do-long-options-start-with/❯〕
- 2021-02-14 delete
xahsite-web-path-to-filepath
- 2021-01-01 Emacs Key Layout Diagram redo in svg
- 2020-12-21 work in progress Emacs Magit Mode Problem
- 2020-12-19 look into make abbrev run a function
- maybe put somewhere
make-empty-file
. be careful, if you call it and just hit enter for current dir, it wipes out the current file. - 2020-08-28 Emacs: Version Control
- 2020-08-26 emacs has
window-toggle-side-windows
. it can be used to toggle the side pane of treemacs. Thanks to Rick Naam for this tip. read in detail. - emacs lisp, rewrite, Emacs: HTML, Make Citation Link
- Emacs Helm Doc Problem
- Problem of Calling Windows cmd.exe in Emacs Lisp
- 2020-12-15 fix
xah-replace-straight-quotes
so that it won't change things inside html tag. - 2020-08-20 make the atom xml file title bold
- Emacs 27.1 Features (released 2020-08)
xah-bracket-capitalized-words
code updated- write a tutorial on emacs lisp macro
- 2021-08-06 read eshell doc. seems grep , diff, are builtin. • also, find out how to use bash ||.
- 2021-08-06 code update
xah-delete-current-file
Emacs: Delete Current File - 2021-07-17 mod
xah-get-fullpath
at Elisp: Get Script Name at Run Time, Call by Relative Path, maybe to a new page.
emacs website minor
2021-08-16 need to update these, and put them into emacs lisp example
- 2022-03-29 emacs this page, maybe no belong to init section Emacs: Setup Soft-Wrap Lines, also, title may be wrong. also, there are lots related pages. need to review and regroup.
- 2022-03-15 emacs lisp need tooltip Emacs: Xah Dired Mode (xah-dired.el)
- 2022-07-04 Emacs as Word Processor: Bold, Underline, Color Texts
- 2022-02-19 make prominent. rename or rewrite to new file, emphasis on color word or line for a file when open. separate out the code. using hook technique. Elisp: Run Elisp Code When File Opens
- 2022-05-06 emacs
project-find-file
- 2023-09-01 read
(declare (side-effect-free t))
2023-04-04 thanks to egor maltsev
