added about 30 snippets for emacs lisp mode.

This commit is contained in:
Xah Lee 2010-08-08 09:49:24 +00:00
parent bcff5c0b29
commit bae3f6f699
45 changed files with 175 additions and 4 deletions

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: add-hook
# --
(add-hook HOOK$0 FUNCTION)

View File

@ -1,5 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: '(...)
#key: '
#name: append
# --
'($0 )
(append $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: apply
# --
(apply $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: aref
# --
(aref ARRAY$0 INDEX)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: assq
# --
(assq KEY$0 LIST)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: beginning-of-line
# --
(beginning-of-line $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: condition-case
# --
(condition-case $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: consp
# --
(consp $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: current-buffer
# --
(current-buffer)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: custom-autoload
# --
(custom-autoload$0 SYMBOL LOAD &optional NOSET)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: defalias
# --
(defalias $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: defsubst
# --
(defsubst $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: delete-region
# --
(delete-region $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: dolist
# --
(dolist $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: equal
# --
(equal $0)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: expand-file-name
# --
(expand-file-name $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: fboundp
# --
(fboundp $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: file-name-nondirectory
# --
(file-name-nondirectory $0 )

View File

@ -1,4 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: format
# --
(format $0 &optional OBJECTS)
(format$0 &optional OBJECTS)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: forward-line
# --
(forward-line $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: funcall
# --
(funcall $0)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: function
# --
(function $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: get
# --
(get SYMBOL$0 PROPNAME)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: looking-at
# --
(looking-at $0)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: make-local-variable
# --
(make-local-variable $0)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: mapc
# --
(mapc '$0 SEQUENCE)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: mapcar
# --
(mapcar $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: match-beginning
# --
(match-beginning N$0)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: match-end
# --
(match-end N$0)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: match-string
# --
(match-string $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: memq
# --
(memq ELT$0 LIST)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: null
# --
(null $0)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: point-max
# --
(point-max)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: push
# --
(push $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: re-search-forward
# --
(re-search-forward REGEXP$0 &optional BOUND NOERROR COUNT)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: repeat
# --
(repeat $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: require
# --
(require $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: set-buffer
# --
(set-buffer $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: set
# --
(set $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: string
# --
(string $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: string=
# --
(string= $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: stringp
# --
(stringp $0)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: substring
# --
(substring STRING$0 FROM &optional TO)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: widget-get
# --
(widget-get $0 )

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: with-current-buffer
# --
(with-current-buffer $0 )