added or improved many snippets for emacs lisp mode.

This commit is contained in:
Xah Lee 2010-08-18 01:33:10 +00:00
parent e9fc1a5e16
commit 59386543a8
11 changed files with 44 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: buffer-substring-no-properties
# --
(buffer-substring-no-properties START$0 END)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: buffer-substring-no-properties
# --
(buffer-substring-no-properties START$0 END)

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: rris
# --
(replace-regexp-in-string "REGEXP"$0 "REP" "STRING" &optional FIXEDCASE LITERAL SUBEXP START)

View File

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