emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 13f3bed 07/10: More abbrevs


From: Artur Malabarba
Subject: [elpa] master 13f3bed 07/10: More abbrevs
Date: Sun, 01 Feb 2015 18:43:47 +0000

branch: master
commit 13f3bed44f9b83cf129ef332c5416cd19ae1f731
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    More abbrevs
---
 sotlisp.el |   72 ++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 56 insertions(+), 16 deletions(-)

diff --git a/sotlisp.el b/sotlisp.el
index 7dcf762..ec4a6c5 100644
--- a/sotlisp.el
+++ b/sotlisp.el
@@ -187,27 +187,38 @@ The space char is not included.  Any \"$\" are also 
removed."
     ("bb" . "bury-buffer")
     ("bc" . "forward-char -1")
     ("bfn" . "buffer-file-name")
-    ("bn" . "buffer-name")
     ("bl" . "buffer-list$")
+    ("bn" . "buffer-name")
     ("bod" . "beginning-of-defun")
+    ("bol" . "forward-line 0$")
     ("bp" . "boundp '")
     ("bs" . "buffer-string$")
+    ("bsn" . "buffer-substring-no-properties")
     ("bss" . "buffer-substring ")
     ("bw" . "forward-word -1")
     ("c" . "concat ")
     ("ca" . "char-after$")
+    ("cb" . "current-buffer$")
     ("cc" . "condition-case er\n$\n(error nil)")
     ("ci" . "call-interactively ")
     ("cip" . "called-interactively-p 'any")
     ("csv" . "customize-save-variable '")
     ("d" . "delete-char 1")
-    ("df" . "delete-file ")
-    ("dl" . "dolist (it $)")
+    ("dc" . "delete-char 1")
+    ("dcu" . "defcustom $ t\n  \"\"\n  :type 'boolean")
+    ("df" . "defun $ ()\n  \"\"\n  ")
+    ("dfa" . "defface $ \n  '((t))\n  \"\"\n  ")
+    ("dfc" . "defcustom $ t\n  \"\"\n  :type 'boolean")
+    ("dff" . "defface $ \n  '((t))\n  \"\"\n  ")
+    ("dfv" . "defvar $ t\n  \"\"")
     ("dk" . "define-key ")
+    ("dl" . "dolist (it $)")
     ("dmp" . "derived-mode-p '")
     ("dr" . "delete-region ")
+    ("dv" . "defvar $ t\n  \"\"")
     ("e" . "error \"$\"")
     ("efn" . "expand-file-name ")
+    ("eol" . "end-of-line")
     ("f" . "format \"$\"")
     ("fb" . "fboundp '")
     ("fbp" . "fboundp '")
@@ -223,60 +234,89 @@ The space char is not included.  Any \"$\" are also 
removed."
     ("gsk" . "global-set-key ")
     ("i" . "insert ")
     ("ie" . "ignore-errors ")
+    ("ii" . "interactive")
+    ("ir" . "indent-region ")
+    ("jcl" . "justify-current-line ")
+    ("jl" . "delete-indentation")
+    ("jos" . "just-one-space")
+    ("jr" . "json-read$")
+    ("jtr" . "jump-to-register ")
     ("k" . "kbd \"$\"")
     ("kb" . "kill-buffer")
+    ("kn" . "kill-new ")
     ("l" . "lambda ($)")
     ("la" . "looking-at \"$\"")
     ("lap" . "looking-at-p \"$\"")
     ("lb" . "looking-back \"$\"")
+    ("lbp" . "line-beginning-position")
+    ("lep" . "line-end-position")
     ("let" . "let (($))")
     ("lp" . "listp ")
     ("m" . "message \"$%s\"")
     ("mb" . "match-beginning 0")
     ("me" . "match-end 0")
     ("ms" . "match-string 0")
+    ("msn" . "match-string-no-properties 0")
     ("msnp" . "match-string-no-properties 0")
+    ("msp" . "match-string-no-properties 0")
     ("n" . "not ")
+    ("nai" . "newline-and-indent$")
     ("nl" . "forward-line 1")
     ("np" . "numberp ")
+    ("ntr" . "narrow-to-region ")
     ("ow" . "other-window 1")
     ("p" . "point$")
     ("pa" . "point-max$")
+    ("pg" . "plist-get ")
     ("pi" . "point-min$")
     ("r" . "require '")
+    ("ra" . "use-region-p$")
+    ("rap" . "use-region-p$")
+    ("rb" . "region-beginning")
+    ("re" . "region-end")
     ("rh" . "remove-hook '")
     ("rm" . "replace-match \"$\"")
-    ("rq" . "regexp-quote \"$\"")
+    ("ro" . "regexp-opt ")
+    ("rq" . "regexp-quote ")
     ("rris" . "replace-regexp-in-string ")
     ("rrs" . "replace-regexp-in-string ")
     ("rs" . "while (search-forward $ nil t)\n(replace-match \"\") nil t)")
+    ("rsb" . "re-search-backward $ nil 'noerror")
+    ("rsf" . "re-search-forward $ nil 'noerror")
     ("s" . "setq ")
-    ("s=" . "string= ")
-    ("sb" . "search-backward \"$\"")
-    ("sbr" . "search-backward-regexp \"$\"")
+    ("sb" . "search-backward $ nil 'noerror")
+    ("sbr" . "search-backward-regexp $ nil 'noerror")
     ("scb" . "skip-chars-backward \"$\r\n[:blank:]\"")
     ("scf" . "skip-chars-forward \"$\r\n[:blank:]\"")
-    ("se" . "save-excursion")
-    ("sf" . "search-forward \"$\"")
-    ("sfr" . "search-forward-regexp \"$\"")
+    ("se" . "save-excursion\n")
+    ("sf" . "search-forward $ nil 'noerror")
+    ("sfr" . "search-forward-regexp $ nil 'noerror")
+    ("sic" . "self-insert-command")
+    ("sl" . "string<")
     ("sm" . "string-match \"$\"")
-    ("smd" . "save-match-data")
+    ("smd" . "save-match-data\n")
     ("sn" . "symbol-name ")
     ("sp" . "stringp ")
-    ("sr" . "save-restriction")
+    ("sq" . "string= ")
+    ("sr" . "save-restriction\n")
     ("ss" . "substring ")
+    ("ssn" . "substring-no-properties ")
+    ("ssnp" . "substring-no-properties ")
     ("stb" . "switch-to-buffer ")
-    ("sw" . "select-window ")
+    ("sw" . "selected-window$")
+    ("syp" . "symbolp ")
     ("tap" . "thing-at-point 'symbol")
     ("u" . "unless ")
-    ("up" . "unwind-protect ")
+    ("ul" . "up-list")
+    ("up" . "unwind-protect\n(progn $)")
+    ("urp" . "use-region-p$")
     ("w" . "when ")
     ("wcb" . "with-current-buffer ")
     ("wf" . "write-file ")
     ("wh" . "while ")
     ("wl" . "window-list nil 'nominibuffer")
-    ("wtb" . "with-temp-buffer")
-    ("wtf" . "with-temp-file")
+    ("wtb" . "with-temp-buffer\n")
+    ("wtf" . "with-temp-file ")
     )
   "Alist of (ABBREV . EXPANSION) used by `sotlisp'.")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]