diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-11-12 06:38:56 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-11-12 06:38:56 +0000 |
commit | 9f4225bd00356c68601136b3792ead938f8ba679 (patch) | |
tree | df3c26cb13e4baeda02a1aa2342db76cb8a76ff2 /app-emacs/thinks/files | |
parent | *** empty log message *** (diff) | |
download | historical-9f4225bd00356c68601136b3792ead938f8ba679.tar.gz historical-9f4225bd00356c68601136b3792ead938f8ba679.tar.bz2 historical-9f4225bd00356c68601136b3792ead938f8ba679.zip |
*** empty log message ***
Diffstat (limited to 'app-emacs/thinks/files')
-rw-r--r-- | app-emacs/thinks/files/50thinks-gentoo.el | 33 | ||||
-rw-r--r-- | app-emacs/thinks/files/digest-thinks-1.8 | 1 |
2 files changed, 34 insertions, 0 deletions
diff --git a/app-emacs/thinks/files/50thinks-gentoo.el b/app-emacs/thinks/files/50thinks-gentoo.el new file mode 100644 index 000000000000..a14b0769c87a --- /dev/null +++ b/app-emacs/thinks/files/50thinks-gentoo.el @@ -0,0 +1,33 @@ + +;;; site-lisp configuration for thinks + +(add-to-list 'load-path "@SITELISP@") +(autoload (quote thinks) "thinks" "\ +Insert TEXT wrapped in a think bubble. + +Prefix a call to this function with \\[universal-argument] if you don't want +the text to be filled for you. + +\(fn TEXT)" t nil) + +(autoload (quote thinks-region) "thinks" "\ +Bubble wrap region bounding START and END. + +Prefix a call to this function with \\[universal-argument] if you don't want +the text to be filled for you. + +\(fn START END)" t nil) + +(autoload (quote thinks-yank) "thinks" "\ +Do a `yank' and bubble wrap the yanked text. + +Prefix a call to this function with \\[universal-argument] if you don't want +the text to be filled for you. + +\(fn)" t nil) + +(autoload (quote thinks-maybe-region) "thinks" "\ +If region is active, bubble wrap region bounding START and END. +If not, query for text to insert in bubble. + +\(fn)" t nil) diff --git a/app-emacs/thinks/files/digest-thinks-1.8 b/app-emacs/thinks/files/digest-thinks-1.8 new file mode 100644 index 000000000000..3d269a7b3a1c --- /dev/null +++ b/app-emacs/thinks/files/digest-thinks-1.8 @@ -0,0 +1 @@ +MD5 cab3e9c330c7592a51d0d610841e505a thinks-1.8.tar.gz 3030 |