mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-17 02:44:17 +00:00
Keep snippet vars definitions in a single format across all snippets and documentation.
The format is: # var-name: value Previously snippets used a mixture of the following formatting: #var-name: value #var-name : value # var-name: value # var-name : value
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: add-hook
|
||||
#key: add-hook
|
||||
#key: ah
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: add-hook
|
||||
# key: add-hook
|
||||
# key: ah
|
||||
# --
|
||||
(add-hook HOOK$0 FUNCTION)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: and
|
||||
#key: and
|
||||
#key: a
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: and
|
||||
# key: and
|
||||
# key: a
|
||||
# --
|
||||
(and $0)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: append
|
||||
#key: append
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: append
|
||||
# key: append
|
||||
# --
|
||||
(append $0 )
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: apply
|
||||
#key: apply
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: apply
|
||||
# key: apply
|
||||
# --
|
||||
(apply $0 )
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: aref
|
||||
#key: aref
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: aref
|
||||
# key: aref
|
||||
# --
|
||||
(aref ARRAY$0 INDEX)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: aset
|
||||
#key: aset
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: aset
|
||||
# key: aset
|
||||
# --
|
||||
(aset ARRAY$0 IDX NEWELT)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: assq
|
||||
#key: assq
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: assq
|
||||
# key: assq
|
||||
# --
|
||||
(assq KEY$0 LIST)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: autoload
|
||||
#key: autoload
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: autoload
|
||||
# key: autoload
|
||||
# --
|
||||
(autoload 'FUNCNAME$0 "FILENAME" &optional "DOCSTRING" INTERACTIVE TYPE)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: backward-char
|
||||
#key: backward-char
|
||||
#key: bc
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: backward-char
|
||||
# key: backward-char
|
||||
# key: bc
|
||||
# --
|
||||
(backward-char $0)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: beginning-of-line
|
||||
#key: beginning-of-line
|
||||
#key: bol
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: beginning-of-line
|
||||
# key: beginning-of-line
|
||||
# key: bol
|
||||
# --
|
||||
(beginning-of-line)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: bounds-of-thing-at-point
|
||||
#key: bounds-of-thing-at-point
|
||||
#key: botap
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: bounds-of-thing-at-point
|
||||
# key: bounds-of-thing-at-point
|
||||
# key: botap
|
||||
# --
|
||||
(bounds-of-thing-at-point '$0) ; symbol, list, sexp, defun, filename, url, email, word, sentence, whitespace, line, page ...
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: buffer-file-name
|
||||
#key: buffer-file-name
|
||||
#key: bfn
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: buffer-file-name
|
||||
# key: buffer-file-name
|
||||
# key: bfn
|
||||
# --
|
||||
(buffer-file-name)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: buffer-modified-p
|
||||
#key: buffer-modified-p
|
||||
#key: bmp
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: buffer-modified-p
|
||||
# key: buffer-modified-p
|
||||
# key: bmp
|
||||
# --
|
||||
(buffer-modified-p $0)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: buffer-substring-no-properties
|
||||
#key: buffer-substring-no-properties
|
||||
#key: bsnp
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: buffer-substring-no-properties
|
||||
# key: buffer-substring-no-properties
|
||||
# key: bsnp
|
||||
# --
|
||||
(buffer-substring-no-properties START$0 END)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: buffer-substring
|
||||
#key: buffer-substring
|
||||
#key: bs
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: buffer-substring
|
||||
# key: buffer-substring
|
||||
# key: bs
|
||||
# --
|
||||
(buffer-substring START$0 END)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: car
|
||||
#key: car
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: car
|
||||
# key: car
|
||||
# --
|
||||
(car $0)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: cdr
|
||||
#key: cdr
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: cdr
|
||||
# key: cdr
|
||||
# --
|
||||
(cdr $0)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: concat
|
||||
#key: concat
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: concat
|
||||
# key: concat
|
||||
# --
|
||||
(concat $0)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: cond
|
||||
#key: cond
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: cond
|
||||
# key: cond
|
||||
# --
|
||||
(cond
|
||||
(CONDITION$0 BODY)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: condition-case
|
||||
#key: condition-case
|
||||
#key: cc
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: condition-case
|
||||
# key: condition-case
|
||||
# key: cc
|
||||
# --
|
||||
(condition-case $0 )
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: cons
|
||||
#key: cons
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: cons
|
||||
# key: cons
|
||||
# --
|
||||
(cons $0)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: consp
|
||||
#key: consp
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: consp
|
||||
# key: consp
|
||||
# --
|
||||
(consp $0 )
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: copy-directory
|
||||
#key: copy-directory
|
||||
#key: cd
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: copy-directory
|
||||
# key: copy-directory
|
||||
# key: cd
|
||||
# --
|
||||
(copy-directory $0 NEWNAME &optional KEEP-TIME PARENTS)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: copy-file
|
||||
#key: copy-file
|
||||
#key: cf
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: copy-file
|
||||
# key: copy-file
|
||||
# key: cf
|
||||
# --
|
||||
(copy-file FILE$0 NEWNAME &optional OK-IF-ALREADY-EXISTS KEEP-TIME PRESERVE-UID-GID)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: current-buffer
|
||||
#key: current-buffer
|
||||
#key: cb
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: current-buffer
|
||||
# key: current-buffer
|
||||
# key: cb
|
||||
# --
|
||||
(current-buffer)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: custom-autoload
|
||||
#key: custom-autoload
|
||||
#key: ca
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: custom-autoload
|
||||
# key: custom-autoload
|
||||
# key: ca
|
||||
# --
|
||||
(custom-autoload$0 SYMBOL LOAD &optional NOSET)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: defalias
|
||||
#key: defalias
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: defalias
|
||||
# key: defalias
|
||||
# --
|
||||
(defalias 'SYMBOL$0 'DEFINITION &optional DOCSTRING)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: defcustom
|
||||
#key: defcustom
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: defcustom
|
||||
# key: defcustom
|
||||
# --
|
||||
(defcustom $0 VALUE "DOC" &optional ARGS)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: define-key
|
||||
#key: define-key
|
||||
#key: dk
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: define-key
|
||||
# key: define-key
|
||||
# key: dk
|
||||
# --
|
||||
(define-key KEYMAPNAME$0 (kbd "M-b") 'FUNCNAME)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: defsubst
|
||||
#key: defsubst
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: defsubst
|
||||
# key: defsubst
|
||||
# --
|
||||
(defsubst $0 )
|
||||
@@ -1,7 +1,7 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: defun
|
||||
#key: defun
|
||||
#key: d
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: defun
|
||||
# key: defun
|
||||
# key: d
|
||||
# --
|
||||
(defun $1 ()
|
||||
"DOCSTRING"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: defvar
|
||||
#key: defvar
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: defvar
|
||||
# key: defvar
|
||||
# --
|
||||
(defvar $0 &optional INITVALUE "DOCSTRING")
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: delete-char
|
||||
#key: delete-char
|
||||
#key: dc
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: delete-char
|
||||
# key: delete-char
|
||||
# key: dc
|
||||
# --
|
||||
(delete-char $0)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: delete-directory
|
||||
#key: delete-directory
|
||||
#key: dd
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: delete-directory
|
||||
# key: delete-directory
|
||||
# key: dd
|
||||
# --
|
||||
(delete-directory $0 &optional RECURSIVE)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: delete-file
|
||||
#key: delete-file
|
||||
#key: df
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: delete-file
|
||||
# key: delete-file
|
||||
# key: df
|
||||
# --
|
||||
(delete-file $0)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: delete-region
|
||||
#key: delete-region
|
||||
#key: dr
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: delete-region
|
||||
# key: delete-region
|
||||
# key: dr
|
||||
# --
|
||||
(delete-region $0 )
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: directory-files
|
||||
#key: directory-files
|
||||
#key: df
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: directory-files
|
||||
# key: directory-files
|
||||
# key: df
|
||||
# --
|
||||
(directory-files $0 &optional FULL MATCH NOSORT)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: dolist
|
||||
#key: dolist
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: dolist
|
||||
# key: dolist
|
||||
# --
|
||||
(dolist $0 )
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: end-of-line
|
||||
#key: end-of-line
|
||||
#key: eol
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: end-of-line
|
||||
# key: end-of-line
|
||||
# key: eol
|
||||
# --
|
||||
(end-of-line)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: eq
|
||||
#key: eq
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: eq
|
||||
# key: eq
|
||||
# --
|
||||
(eq $0)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: equal
|
||||
#key: equal
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: equal
|
||||
# key: equal
|
||||
# --
|
||||
(equal $0)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: error
|
||||
#key: error
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: error
|
||||
# key: error
|
||||
# --
|
||||
(error "$0" &optional ARGS)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: expand-file-name
|
||||
#key: expand-file-name
|
||||
#key: efn
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: expand-file-name
|
||||
# key: expand-file-name
|
||||
# key: efn
|
||||
# --
|
||||
(expand-file-name $0 )
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: format
|
||||
#key: format
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: format
|
||||
# key: format
|
||||
# --
|
||||
(format "$0" &optional OBJECTS)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: fboundp
|
||||
#key: fboundp
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: fboundp
|
||||
# key: fboundp
|
||||
# --
|
||||
(fboundp '$0 )
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: file-name-directory
|
||||
#key: file-name-directory
|
||||
#key: fnd
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: file-name-directory
|
||||
# key: file-name-directory
|
||||
# key: fnd
|
||||
# --
|
||||
(file-name-directory $0)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: file-name-extension
|
||||
#key: file-name-extension
|
||||
#key: fne
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: file-name-extension
|
||||
# key: file-name-extension
|
||||
# key: fne
|
||||
# --
|
||||
(file-name-extension $0 &optional PERIOD)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: file-name-nondirectory
|
||||
#key: file-name-nondirectory
|
||||
#key: fnn
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: file-name-nondirectory
|
||||
# key: file-name-nondirectory
|
||||
# key: fnn
|
||||
# --
|
||||
(file-name-nondirectory $0 )
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: file-name-sans-extension
|
||||
#key: file-name-sans-extension
|
||||
#key: fnse
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: file-name-sans-extension
|
||||
# key: file-name-sans-extension
|
||||
# key: fnse
|
||||
# --
|
||||
(file-name-sans-extension $0)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: file-relative-name
|
||||
#key: file-relative-name
|
||||
#key: frn
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: file-relative-name
|
||||
# key: file-relative-name
|
||||
# key: frn
|
||||
# --
|
||||
(file-relative-name $0 )
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: find-file
|
||||
#key: find-file
|
||||
#key: ff
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: find-file
|
||||
# key: find-file
|
||||
# key: ff
|
||||
# --
|
||||
(find-file $0 )
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: format
|
||||
#key: format
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: format
|
||||
# key: format
|
||||
# --
|
||||
(format "$0" &optional OBJECTS)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: forward-char
|
||||
#key: forward-char
|
||||
#key: fc
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: forward-char
|
||||
# key: forward-char
|
||||
# key: fc
|
||||
# --
|
||||
(forward-char $0)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: forward-line
|
||||
#key: forward-line
|
||||
#key: fl
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: forward-line
|
||||
# key: forward-line
|
||||
# key: fl
|
||||
# --
|
||||
(forward-line $0 )
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: funcall
|
||||
#key: funcall
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: funcall
|
||||
# key: funcall
|
||||
# --
|
||||
(funcall $0)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: function
|
||||
#key: function
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: function
|
||||
# key: function
|
||||
# --
|
||||
(function $0 )
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: get
|
||||
#key: get
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: get
|
||||
# key: get
|
||||
# --
|
||||
(get SYMBOL$0 PROPNAME)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: global-set-key
|
||||
#key: global-set-key
|
||||
#key: gsk
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: global-set-key
|
||||
# key: global-set-key
|
||||
# key: gsk
|
||||
# --
|
||||
(global-set-key (kbd "C-$0") 'COMMAND)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: goto-char
|
||||
#key: goto-char
|
||||
#key: gc
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: goto-char
|
||||
# key: goto-char
|
||||
# key: gc
|
||||
# --
|
||||
(goto-char $0)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: if
|
||||
#key: if
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: if
|
||||
# key: if
|
||||
# --
|
||||
(if $0)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: insert-file-contents
|
||||
#key: insert-file-contents
|
||||
#key: ifc
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: insert-file-contents
|
||||
# key: insert-file-contents
|
||||
# key: ifc
|
||||
# --
|
||||
(insert-file-contents $0 &optional VISIT BEG END REPLACE)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: insert
|
||||
#key: insert
|
||||
#key: i
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: insert
|
||||
# key: insert
|
||||
# key: i
|
||||
# --
|
||||
(insert $0)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: interactive
|
||||
#key: interactive
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: interactive
|
||||
# key: interactive
|
||||
# --
|
||||
(interactive)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: kbd
|
||||
#key: kbd
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: kbd
|
||||
# key: kbd
|
||||
# --
|
||||
(kbd "$0")
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: kill-buffer
|
||||
#key: kill-buffer
|
||||
#key: kb
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: kill-buffer
|
||||
# key: kill-buffer
|
||||
# key: kb
|
||||
# --
|
||||
(kill-buffer $0)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: lambda
|
||||
#key: lambda
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: lambda
|
||||
# key: lambda
|
||||
# --
|
||||
(lambda ($0) "DOCSTRING" (interactive) BODY)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: length
|
||||
#key: length
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: length
|
||||
# key: length
|
||||
# --
|
||||
(length $0)
|
||||
@@ -1,7 +1,7 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: let
|
||||
#key: let
|
||||
#key: l
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: let
|
||||
# key: let
|
||||
# key: l
|
||||
# --
|
||||
(let ($1 )
|
||||
$0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: line-beginning-position
|
||||
#key: line-beginning-position
|
||||
#key: lbp
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: line-beginning-position
|
||||
# key: line-beginning-position
|
||||
# key: lbp
|
||||
# --
|
||||
(line-beginning-position)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: line-end-position
|
||||
#key: line-end-position
|
||||
#key: lep
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: line-end-position
|
||||
# key: line-end-position
|
||||
# key: lep
|
||||
# --
|
||||
(line-end-position)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: list
|
||||
#key: list
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: list
|
||||
# key: list
|
||||
# --
|
||||
(list $0)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: looking-at
|
||||
#key: looking-at
|
||||
#key: la
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: looking-at
|
||||
# key: looking-at
|
||||
# key: la
|
||||
# --
|
||||
(looking-at $0)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: make-directory
|
||||
#key: make-directory
|
||||
#key: md
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: make-directory
|
||||
# key: make-directory
|
||||
# key: md
|
||||
# --
|
||||
(make-directory $0 &optional PARENTS)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: make-local-variable
|
||||
#key: make-local-variable
|
||||
#key: mlv
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: make-local-variable
|
||||
# key: make-local-variable
|
||||
# key: mlv
|
||||
# --
|
||||
(make-local-variable $0)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: mapc
|
||||
#key: mapc
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: mapc
|
||||
# key: mapc
|
||||
# --
|
||||
(mapc '$0 SEQUENCE)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: mapcar
|
||||
#key: mapcar
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: mapcar
|
||||
# key: mapcar
|
||||
# --
|
||||
(mapcar $0 )
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: match-beginning
|
||||
#key: match-beginning
|
||||
#key: mb
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: match-beginning
|
||||
# key: match-beginning
|
||||
# key: mb
|
||||
# --
|
||||
(match-beginning N$0)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: match-end
|
||||
#key: match-end
|
||||
#key: me
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: match-end
|
||||
# key: match-end
|
||||
# key: me
|
||||
# --
|
||||
(match-end N$0)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: match-string
|
||||
#key: match-string
|
||||
#key: ms
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: match-string
|
||||
# key: match-string
|
||||
# key: ms
|
||||
# --
|
||||
(match-string $0 )
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: memq
|
||||
#key: memq
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: memq
|
||||
# key: memq
|
||||
# --
|
||||
(memq ELT$0 LIST)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: message
|
||||
#key: message
|
||||
#key: m
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: message
|
||||
# key: message
|
||||
# key: m
|
||||
# --
|
||||
(message "FORMATSTRING$0" &optional ARGS)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: not
|
||||
#key: not
|
||||
#key: n
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: not
|
||||
# key: not
|
||||
# key: n
|
||||
# --
|
||||
(not $0 )
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: nth
|
||||
#key: nth
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: nth
|
||||
# key: nth
|
||||
# --
|
||||
(nth N$0 LIST)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: null
|
||||
#key: null
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: null
|
||||
# key: null
|
||||
# --
|
||||
(null $0)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: number-to-string
|
||||
#key: number-to-string
|
||||
#key: nts
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: number-to-string
|
||||
# key: number-to-string
|
||||
# key: nts
|
||||
# --
|
||||
(number-to-string $0)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: or
|
||||
#key: or
|
||||
#key: o
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: or
|
||||
# key: or
|
||||
# key: o
|
||||
# --
|
||||
(or $0 )
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: point-max
|
||||
#key: point-max
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: point-max
|
||||
# key: point-max
|
||||
# --
|
||||
(point-max)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: point-min
|
||||
#key: point-min
|
||||
#key: pm
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: point-min
|
||||
# key: point-min
|
||||
# key: pm
|
||||
# --
|
||||
(point-min)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: point
|
||||
#key: point
|
||||
#key: p
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: point
|
||||
# key: point
|
||||
# key: p
|
||||
# --
|
||||
(point)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: princ
|
||||
#key: princ
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: princ
|
||||
# key: princ
|
||||
# --
|
||||
(princ $0)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: print
|
||||
#key: print
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: print
|
||||
# key: print
|
||||
# --
|
||||
(print $0)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: progn
|
||||
#key: progn
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: progn
|
||||
# key: progn
|
||||
# --
|
||||
(progn $0)
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: push
|
||||
#key: push
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: push
|
||||
# key: push
|
||||
# --
|
||||
(push $0 )
|
||||
@@ -1,5 +1,5 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: put
|
||||
#key: put
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: put
|
||||
# key: put
|
||||
# --
|
||||
(put $0 PROPNAME VALUE)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: re-search-backward
|
||||
#key: re-search-backward
|
||||
#key: rsb
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: re-search-backward
|
||||
# key: re-search-backward
|
||||
# key: rsb
|
||||
# --
|
||||
(re-search-backward REGEXP$0 &optional BOUND NOERROR COUNT)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: re-search-forward
|
||||
#key: re-search-forward
|
||||
#key: rsf
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: re-search-forward
|
||||
# key: re-search-forward
|
||||
# key: rsf
|
||||
# --
|
||||
(re-search-forward REGEXP$0 &optional BOUND NOERROR COUNT)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: region-active-p
|
||||
#key: region-active-p
|
||||
#key: rap
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: region-active-p
|
||||
# key: region-active-p
|
||||
# key: rap
|
||||
# --
|
||||
(region-active-p)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: region-beginning
|
||||
#key: region-beginning
|
||||
#key: rb
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: region-beginning
|
||||
# key: region-beginning
|
||||
# key: rb
|
||||
# --
|
||||
(region-beginning)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: region-end
|
||||
#key: region-end
|
||||
#key: re
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: region-end
|
||||
# key: region-end
|
||||
# key: re
|
||||
# --
|
||||
(region-end)
|
||||
@@ -1,6 +1,6 @@
|
||||
#contributor: Xah Lee (XahLee.org)
|
||||
#name: rename-file
|
||||
#key: rename-file
|
||||
#key: rf
|
||||
# contributor: Xah Lee (XahLee.org)
|
||||
# name: rename-file
|
||||
# key: rename-file
|
||||
# key: rf
|
||||
# --
|
||||
(rename-file FILE$0 NEWNAME &optional OK-IF-ALREADY-EXISTS)
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user