PageRenderTime 26ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/elpa/dash-at-point-20140626.35/dash-at-point-autoloads.el

https://github.com/adben/emacs
Emacs Lisp | 79 lines | 49 code | 17 blank | 13 comment | 5 complexity | b54c7a60adba3ed44cfcb897d6ef7912 MD5 | raw file
Possible License(s): GPL-3.0
  1. ;;; dash-at-point-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
  5. ;;;### (autoloads nil "dash-at-point" "dash-at-point.el" (21425 16460
  6. ;;;;;; 0 0))
  7. ;;; Generated autoloads from dash-at-point.el
  8. (let ((loads (get 'dash-at-point 'custom-loads))) (if (member '"dash-at-point" loads) nil (put 'dash-at-point 'custom-loads (cons '"dash-at-point" loads))))
  9. (defvar dash-at-point-legacy-mode nil "\
  10. Non-nil means use the legacy mode ('dash://') to invoke Dash.
  11. Nil means use the modern mode ('dash-plugin://').
  12. \(This mode may remove in the future.)")
  13. (custom-autoload 'dash-at-point-legacy-mode "dash-at-point" t)
  14. (defvar dash-at-point-mode-alist '((actionscript-mode . "actionscript") (arduino-mode . "arduino") (c++-mode . "cpp,net,boost,qt,cvcpp,cocos2dx,c,manpages") (c-mode . "c,glib,gl2,gl3,gl4,manpages") (caml-mode . "ocaml") (clojure-mode . "clojure") (coffee-mode . "coffee") (common-lisp-mode . "lisp") (cperl-mode . "perl") (css-mode . "css,bootstrap,foundation,less,awesome,cordova,phonegap") (dart-mode . "dartlang,polymerdart,angulardart") (elixir-mode . "elixir") (emacs-lisp-mode . "elisp") (enh-ruby-mode . "ruby") (erlang-mode . "erlang") (gfm-mode . "markdown") (go-mode . "go,godoc") (groovy-mode . "groovy") (haml-mode . "haml") (haskell-mode . "haskell") (html-mode . "html,svg,css,bootstrap,foundation,awesome,javascript,jquery,jqueryui,jquerym,angularjs,backbone,marionette,meteor,moo,prototype,ember,lodash,underscore,sencha,extjs,knockout,zepto,cordova,phonegap,yui") (jade-mode . "jade") (java-mode . "java,javafx,grails,groovy,playjava,spring,cvj,processing,javadoc") (js2-mode . "javascript,backbone,angularjs") (js3-mode . "nodejs") (latex-mode . "latex") (less-css-mode . "less") (lua-mode . "lua,corona") (markdown-mode . "markdown") (nginx-mode . "nginx") (objc-mode . "cpp,iphoneos,macosx,appledoc,cocoapods,cocos2dx,cocos2d,cocos3d,kobold2d,sparrow,c,manpages") (perl-mode . "perl,manpages") (php-mode . "php,wordpress,drupal,zend,laravel,yii,joomla,ee,codeigniter,cakephp,phpunit,symfony,typo3,twig,smarty,phpp,html,mysql,sqlite,mongodb,psql,redis") (processing-mode . "processing") (puppet-mode . "puppet") (python-mode . "python3,django,twisted,sphinx,flask,tornado,sqlalchemy,numpy,scipy,saltcvp") (ruby-mode . "ruby,rubygems,rails") (rust-mode . "rust") (sass-mode . "sass,compass,bourbon,neat,css") (scala-mode . "scala,akka,playscala,scaladoc") (stylus-mode . "stylus") (tcl-mode . "tcl") (tuareg-mode . "ocaml") (twig-mode . "twig") (vim-mode . "vim") (yaml-mode . "chef,ansible")) "\
  15. Alist which maps major modes to Dash docset tags.
  16. Each entry is of the form (MAJOR-MODE . DOCSET-TAG) where
  17. MAJOR-MODE is a symbol and DOCSET-TAG is corresponding tags
  18. for one or more docsets in Dash.")
  19. (custom-autoload 'dash-at-point-mode-alist "dash-at-point" t)
  20. (defvar dash-at-point-mode-alist-legacy '((actionscript-mode . "actionscript") (arduino-mode . "arduino") (c++-mode . "cpp") (c-mode . "c") (caml-mode . "ocaml") (clojure-mode . "clojure") (coffee-mode . "coffee") (common-lisp-mode . "lisp") (cperl-mode . "perl") (css-mode . "css") (elixir-mode . "elixir") (emacs-lisp-mode . "elisp") (enh-ruby-mode . "ruby") (erlang-mode . "erlang") (gfm-mode . "markdown") (go-mode . "go") (groovy-mode . "groovy") (haml-mode . "haml") (haskell-mode . "haskell") (html-mode . "html") (jade-mode . "jade") (java-mode . "java") (js2-mode . "javascript") (js3-mode . "nodejs") (latex-mode . "latex") (less-css-mode . "less") (lua-mode . "lua") (markdown-mode . "markdown") (nginx-mode . "nginx") (objc-mode . "iphoneos") (perl-mode . "perl") (php-mode . "php") (processing-mode . "processing") (puppet-mode . "puppet") (python-mode . "python3") (ruby-mode . "ruby") (rust-mode . "rust") (sass-mode . "sass") (scala-mode . "scala") (stylus-mode . "stylus") (tcl-mode . "tcl") (tuareg-mode . "ocaml") (twig-mode . "twig") (vim-mode . "vim") (yaml-mode . "chef")) "\
  21. Alist which maps major modes to Dash docset tags.
  22. Each entry is of the form (MAJOR-MODE . DOCSET-TAG) where
  23. MAJOR-MODE is a symbol and DOCSET-TAG is a corresponding tag
  24. for one or more docsets in Dash.")
  25. (custom-autoload 'dash-at-point-mode-alist-legacy "dash-at-point" t)
  26. (defvar dash-at-point-docsets (mapcar #'cdr dash-at-point-mode-alist) "\
  27. Variable used to store all known Dash docsets. The default value
  28. is a collection of all the values from `dash-at-point-mode-alist'.
  29. Setting or appending this variable can be used to add completion
  30. options to `dash-at-point-with-docset'.")
  31. (defvar dash-at-point-docset nil "\
  32. Variable used to specify the docset for the current buffer.
  33. Users can set this to override the default guess made using
  34. `dash-at-point-mode-alist', allowing the docset to be determined
  35. programatically.
  36. For example, Ruby on Rails programmers might add an \"allruby\"
  37. tag to the Rails, Ruby and Rubygems docsets in Dash, and then add
  38. code to `rinari-minor-mode-hook' or `ruby-on-rails-mode-hook'
  39. which sets this variable to \"allruby\" so that Dash will search
  40. the combined docset.")
  41. (autoload 'dash-at-point "dash-at-point" "\
  42. Search for the word at point in Dash.
  43. If the optional prefix argument EDIT-SEARCH is specified,
  44. the user will be prompted to edit the search string first.
  45. \(fn &optional EDIT-SEARCH)" t nil)
  46. (autoload 'dash-at-point-with-docset "dash-at-point" "\
  47. Search for the word at point in Dash with a chosen docset.
  48. The docset options are suggested from the variable
  49. `dash-at-point-docsets'.
  50. If the optional prefix argument EDIT-SEARCH is specified,
  51. the user will be prompted to edit the search string after
  52. choosing the docset.
  53. \(fn &optional EDIT-SEARCH)" t nil)
  54. ;;;***
  55. ;; Local Variables:
  56. ;; version-control: never
  57. ;; no-byte-compile: t
  58. ;; no-update-autoloads: t
  59. ;; End:
  60. ;;; dash-at-point-autoloads.el ends here