xtodo emacs
- installing dict
- http://irreal.org/blog/?p=6546
- remove dollar sign $ in variable names
- ctags etags gtags: How to Find Where a Function is Defined or Called?
- Programing: Decimalize Latitude Longitude
- Xah Emacs Blog Archive 2011-11
- Xah Emacs Blog Archive 2012-04
- Xah Emacs Blog Archive 2012-08
- Xah Emacs Blog Archive 2014-04
- Xah Emacs Blog Archive 2014-08
- Xah Emacs Blog Archive 2018-07
- Xah Emacs Blog Archive 2018-08
- Elisp: HTML Amazon URL Linkify
- Elisp: Batch Transform HTML to HTML5 โfigureโ Tag
- Elisp: Chinese Char To Reference Link
- Elisp: a Function That Works on String or Region
- Emacs: Clean Empty Lines ๐
- Emacs: Pretty Format CSS ๐
- Emacs: Embed Youtube Vid ๐
- Emacs Lisp Text Processing: find-file vs with-temp-buffer
- Elisp: Find Matching Bracket Character
- Emacs: Find Replace on Multiple Files by Function: Add Unicode Name in HTML
- Elisp: URL to HTML Link + Date
- Emacs: HTML Ruby Annotation ๐
- Elisp: HTML Link to Dead Link
- Elisp: Wikipedia URL Linkify
- Elisp: Word to Wikipedia HTML Link
- Elisp: Syntax Color Source Code in HTML
- Emacs: HTML Image Path to Img Tag
- Elisp: Generate Web Links Report
- Emacs: HTML, Make Citation Link
- Elisp: Modify Syntax Table Temporarily
- Elisp: Parse Org Mode
- Elisp: Get Script Name at Run Time, Call by Relative Path
- Emacs: Replace HTML Entities ๐
- Elisp: Multi-Pair String Replacement with Report
- Elisp: HTML Processing: Split Annotation
- Elisp vs Perl: Validate File Links
- Emacs: Check Parenthesis/Brackets Balance
- Emacs: Delete Text Block ๐
- Emacs: Open File Fast ๐
- Emacs: HTML, Delete Tags
- Emacs: Select Current HTML Element
- Emacs: Move Cursor to Beginning of Line or Paragraph ๐
- Emacs: Move Cursor by Text Block ๐
- Emacs: perl-mode vs cperl-mode
- Emacs: Show Copy History (kill-ring) ๐
- Emacs: Spaces to New Lines ๐
- Emacs: Toggle Comment Current Line ๐
- Emacs: Reformat to Long Lines (unfill-paragraph) ๐
- Elisp: google-earth Command
- Elisp: Create Sitemap
- Emacs Init: Organize Init File
- Elisp: URL to HTML Link
- Problem of Calling Windows cmd.exe in Emacs Lisp
- Elisp: What is DOLLAR Sign and AT Sign in Variable Name
- Emacs 2013 Auto Save File Problem (before Emacs 26 (2018-06))
- Elisp: Some and Every
- xtodo emacs
- replace dollar sign, search for this
- $wUrl
- 2024-05-15
- emacs bug file-exists-p
- if the arg has extra period at the end, it still say it exists
(file-exists-p "c:/Users/xah/web/xahlee_info/xtodo/xtodo_emacs_code.html.....")
- emacs history. link somewhere, or copy
- http://www.xemacs.org/Documentation/21.5/html/internals_3.html
xah-unicode-emoji-only-chars
xah-unicode-mode.el
- 2023-09-01
- finish reading
- Emacs 29 (Released 2023-07)
most important
- 2022-12-22 download a english dict word list. needed for abbrev system work. Xah Shorthand System (Abbrev Input)
- 2021-12-14 emacs lisp. continue clean up Emacs: Xah LSL Mode ๐ฆ
- 2021-12-27 make sure these two are in sync. Emacs: Latin to Rune (แฑแขแฟแ) and Unicode: Rune แ
- 2021-12-15 emacs to read. maybe update my tutorial, or improve xah-fly-keys
isearch-describe-key
,isearch-describe-mode
,isearch-describe-bindings
emacs to review
- 2022-12-11 Emacs: Why You Should Not Swap CapsLock and Control
- 2022-12-11 Emacs: Master Tips
- 2022-12-11 Elisp: Find String Inside HTML Tag
- 2021-05-16 need review. Emacs: Indentation Commands
- 2021-08-20 orphan Elisp: String Match in List ๐
- 2021-08-20 Emacs Lisp Misc
- 2021-08-20 Elisp Misc Technical Essays
code update
- Emacs: Quote Lines
- Emacs: Delete Text Block
- Emacs: Select Current HTML Element
- Emacs: HTML, Delete Tags
- 2021-08-18
xah-html-make-link-defunct
- 2021-08-14 code update
xah-open-file-at-cursor
- 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
- 2022-01-18 review Problems of grep in Emacs
- 2021-08-09 review Emacs: Uncolor Region/Buffer
- 2021-02-19 review vim, 3 Decades Pile of History
- review Emacs 27.1 Features (released 2020-08)
review
- old review Emacs HTML history
- Emacs: Why You Should Not Swap CapsLock and Control
- Vim: Remap Escape Key
- Emacs: Why I Don't Use paredit
- Emacs AutoHotkey Mode Problems
- Emacs Modernization: Meta Key Notation
- Emacs Modernization: Simple Changes Emacs Should Adopt
- Lisp-1 vs Lisp-2 (single-value-space vs multi-value-space)
- Emergency vim
- Emacs: Turn Off Backup
- Emacs: xah-get-thing.el ๐ฆ
- Emacs: Xah Find Replace (xah-find.el)
- Emacs: Reformat Lines for Source Code
- Emacs: Auto Save
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
- 2021-10-27 review Emacs calc sucks
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 create new page. different between list of list of pairs and assoc list.
(setq xNormalList '(("mary" 23) ("john" 24) ("smith" 33))) (setq xAssoList '(("mary" . 23) ("john" . 24) ("smith" . 33))) (proper-list-p (nth 0 xNormalList) ) ;; 1 (proper-list-p (nth 0 xAssoList)) ;; nil (cdr (car xNormalList)) ;; (23) (cdr (car xAssoList)) ;; 23 ;; in a normal proper list, each element, if u want it to be pairs, is ;; (cons a (cons b nil)) ;; item in a asso list is ;; (cons a b)
- 2022-05-06 Emacs in Microsoft Windows FAQ
- 2022-05-06 emacs
project-find-file
- 2022-04-20 Customization (ELISP Manual)
- 2023-09-01 read
(declare (side-effect-free t))
- make all pages
- Elisp: Create List
- def list term use just symbol name, code and arg in body