list data structures in emacs-lisp
lists
cover mapping separately
M-x package-install smartparens
`list’
`length’
`elt’
`cons’
`car’
`cdr’
`cadr’
association lists
`assoc’
`assq’
plists
`plist-get’
`plist-put’
enter | description |
---|---|
M-C-left | move to end of list |
M-C-right | move to start of list |
C-h m | mode information |