Computing | computingFreedom | Build | Picolisp | Picolisp Machine | Pil Sources | Linux | BASH | C-Programmming | Operating Systems | Javascipt | Emacs | vim | Pharo Smalltalk | Computer Security | Python | The Compiler | Identifiers | Literals | storage_linkage | Networking

Emacs Lisp Notes

Some Functions to explore:
    (switch-to-buffer-other-window "buffer-name")
    (erase-buffer)
    (search-forward)
    (re-search-forward)
    (replace-match "Some-text")
    (other-window 1)
    (goto-char (point-max))
    (add-text-properties)
    (match-beginning)
    (match-end)
    (other-window)

Tutorials & Links

http:///wiki/?emacslisp

28aug22   admin