Skip to content

Commit

Permalink
Fix dependencies and autoloads. Reorder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Volpiatto committed Mar 28, 2012
1 parent 7974fc5 commit 37b4201
Show file tree
Hide file tree
Showing 40 changed files with 350 additions and 77 deletions.
7 changes: 7 additions & 0 deletions helm-adaptative.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -237,4 +237,11 @@ candidate can be in (DISPLAY . REAL) format."


(provide 'helm-adaptative) (provide 'helm-adaptative)


;; Local Variables:
;; coding: utf-8
;; indent-tabs-mode: nil
;; byte-compile-dynamic: t
;; generated-autoload-file: "helm-config.el"
;; End:

;;; helm-adaptative.el ends here ;;; helm-adaptative.el ends here
7 changes: 7 additions & 0 deletions helm-apt.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -188,4 +188,11 @@ With a prefix arg reload cache."


(provide 'helm-apt) (provide 'helm-apt)


;; Local Variables:
;; coding: utf-8
;; indent-tabs-mode: nil
;; byte-compile-dynamic: t
;; generated-autoload-file: "helm-config.el"
;; End:

;;; helm-apt.el ends here ;;; helm-apt.el ends here
7 changes: 7 additions & 0 deletions helm-bbdb.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -115,4 +115,11 @@ http://bbdb.sourceforge.net/"


(provide 'helm-bbdb) (provide 'helm-bbdb)


;; Local Variables:
;; coding: utf-8
;; indent-tabs-mode: nil
;; byte-compile-dynamic: t
;; generated-autoload-file: "helm-config.el"
;; End:

;;; helm-bbdb ends here ;;; helm-bbdb ends here
7 changes: 7 additions & 0 deletions helm-bmkext.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -298,4 +298,11 @@ Contain also `helm-c-source-google-suggest'."


(provide 'helm-bmkext) (provide 'helm-bmkext)


;; Local Variables:
;; coding: utf-8
;; indent-tabs-mode: nil
;; byte-compile-dynamic: t
;; generated-autoload-file: "helm-config.el"
;; End:

;;; helm-bmkext.el ends here ;;; helm-bmkext.el ends here
7 changes: 7 additions & 0 deletions helm-bookmark.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -265,4 +265,11 @@ Return nil if bmk is not a valid bookmark."


(provide 'helm-bookmark) (provide 'helm-bookmark)


;; Local Variables:
;; coding: utf-8
;; indent-tabs-mode: nil
;; byte-compile-dynamic: t
;; generated-autoload-file: "helm-config.el"
;; End:

;;; helm-bookmark.el ends here ;;; helm-bookmark.el ends here
16 changes: 7 additions & 9 deletions helm-buffers.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -434,15 +434,6 @@ using `helm-c-buffer-display-string-functions'."
(ignore-errors (ring-ref comint-input-ring 0)) (ignore-errors (ring-ref comint-input-ring 0))
default-directory))) default-directory)))


(defun helm-c-file-buffers (filename)
"Returns a list of buffer names corresponding to FILENAME."
(let ((name (expand-file-name filename))
(buf-list ()))
(dolist (buf (buffer-list) buf-list)
(let ((bfn (buffer-file-name buf)))
(when (and bfn (string= name bfn))
(push (buffer-name buf) buf-list))))))

(defun helm-revert-buffer (candidate) (defun helm-revert-buffer (candidate)
(with-current-buffer candidate (with-current-buffer candidate
(when (or (buffer-modified-p) (when (or (buffer-modified-p)
Expand Down Expand Up @@ -491,4 +482,11 @@ It is an enhanced version of `helm-for-buffers'."


(provide 'helm-buffers) (provide 'helm-buffers)


;; Local Variables:
;; coding: utf-8
;; indent-tabs-mode: nil
;; byte-compile-dynamic: t
;; generated-autoload-file: "helm-config.el"
;; End:

;;; helm-buffers.el ends here ;;; helm-buffers.el ends here
7 changes: 7 additions & 0 deletions helm-call-tree.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -119,4 +119,11 @@ http://www.emacswiki.org/cgi-bin/wiki/download/simple-call-tree.el"


(provide 'helm-call-tree) (provide 'helm-call-tree)


;; Local Variables:
;; coding: utf-8
;; indent-tabs-mode: nil
;; byte-compile-dynamic: t
;; generated-autoload-file: "helm-config.el"
;; End:

;;; helm-call-tree.el ends here ;;; helm-call-tree.el ends here
7 changes: 7 additions & 0 deletions helm-color.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -91,4 +91,11 @@


(provide 'helm-color) (provide 'helm-color)


;; Local Variables:
;; coding: utf-8
;; indent-tabs-mode: nil
;; byte-compile-dynamic: t
;; generated-autoload-file: "helm-config.el"
;; End:

;;; helm-color.el ends here ;;; helm-color.el ends here
7 changes: 7 additions & 0 deletions helm-command.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -152,4 +152,11 @@ It is `helm' replacement of regular `M-x' `execute-extended-command'."


(provide 'helm-command) (provide 'helm-command)


;; Local Variables:
;; coding: utf-8
;; indent-tabs-mode: nil
;; byte-compile-dynamic: t
;; generated-autoload-file: "helm-config.el"
;; End:

;;; helm-command.el ends here ;;; helm-command.el ends here
24 changes: 13 additions & 11 deletions helm-config.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ http://bbdb.sourceforge.net/
;;;*** ;;;***


;;;### (autoloads (helm-bookmark-ext helm-c-bmkext-run-edit) "helm-bmkext" ;;;### (autoloads (helm-bookmark-ext helm-c-bmkext-run-edit) "helm-bmkext"
;;;;;; "helm-bmkext.el" (20338 53828)) ;;;;;; "helm-bmkext.el" (20338 53998))
;;; Generated autoloads from helm-bmkext.el ;;; Generated autoloads from helm-bmkext.el


(autoload 'helm-c-bmkext-run-edit "helm-bmkext" "\ (autoload 'helm-c-bmkext-run-edit "helm-bmkext" "\
Expand All @@ -258,7 +258,7 @@ Contain also `helm-c-source-google-suggest'.


;;;### (autoloads (helm-c-pp-bookmarks helm-bookmarks helm-c-bookmark-run-delete ;;;### (autoloads (helm-c-pp-bookmarks helm-bookmarks helm-c-bookmark-run-delete
;;;;;; helm-c-bookmark-run-jump-other-window) "helm-bookmark" "helm-bookmark.el" ;;;;;; helm-c-bookmark-run-jump-other-window) "helm-bookmark" "helm-bookmark.el"
;;;;;; (20338 53404)) ;;;;;; (20338 54015))
;;; Generated autoloads from helm-bookmark.el ;;; Generated autoloads from helm-bookmark.el


(autoload 'helm-c-bookmark-run-jump-other-window "helm-bookmark" "\ (autoload 'helm-c-bookmark-run-jump-other-window "helm-bookmark" "\
Expand Down Expand Up @@ -289,7 +289,7 @@ Preconfigured `helm' for bookmarks (pretty-printed).
;;;;;; helm-buffer-run-zgrep helm-buffer-run-grep helm-buffer-run-kill-buffers ;;;;;; helm-buffer-run-zgrep helm-buffer-run-grep helm-buffer-run-kill-buffers
;;;;;; helm-buffer-save-persistent helm-buffer-revert-persistent ;;;;;; helm-buffer-save-persistent helm-buffer-revert-persistent
;;;;;; helm-buffer-diff-persistent) "helm-buffers" "helm-buffers.el" ;;;;;; helm-buffer-diff-persistent) "helm-buffers" "helm-buffers.el"
;;;;;; (20338 52312)) ;;;;;; (20339 28136))
;;; Generated autoloads from helm-buffers.el ;;; Generated autoloads from helm-buffers.el


(autoload 'helm-buffer-diff-persistent "helm-buffers" "\ (autoload 'helm-buffer-diff-persistent "helm-buffers" "\
Expand Down Expand Up @@ -401,7 +401,7 @@ It is `helm' replacement of regular `M-x' `execute-extended-command'.
;;;;;; helm-c-apropos helm-lisp-completion-or-file-name-at-point ;;;;;; helm-c-apropos helm-lisp-completion-or-file-name-at-point
;;;;;; helm-lisp-completion-at-point-or-indent helm-c-complete-file-name-at-point ;;;;;; helm-lisp-completion-at-point-or-indent helm-c-complete-file-name-at-point
;;;;;; helm-lisp-completion-at-point) "helm-elisp" "helm-elisp.el" ;;;;;; helm-lisp-completion-at-point) "helm-elisp" "helm-elisp.el"
;;;;;; (20338 53368)) ;;;;;; (20339 27987))
;;; Generated autoloads from helm-elisp.el ;;; Generated autoloads from helm-elisp.el


(autoload 'helm-lisp-completion-at-point "helm-elisp" "\ (autoload 'helm-lisp-completion-at-point "helm-elisp" "\
Expand Down Expand Up @@ -540,7 +540,7 @@ You can set your own list of commands with
;;;;;; helm-ff-run-load-file helm-ff-run-byte-compile-file helm-ff-run-rename-file ;;;;;; helm-ff-run-load-file helm-ff-run-byte-compile-file helm-ff-run-rename-file
;;;;;; helm-ff-run-copy-file helm-ff-run-zgrep helm-ff-run-pdfgrep ;;;;;; helm-ff-run-copy-file helm-ff-run-zgrep helm-ff-run-pdfgrep
;;;;;; helm-ff-run-grep helm-ff-run-switch-to-history helm-ff-run-toggle-auto-update) ;;;;;; helm-ff-run-grep helm-ff-run-switch-to-history helm-ff-run-toggle-auto-update)
;;;;;; "helm-files" "helm-files.el" (20338 52312)) ;;;;;; "helm-files" "helm-files.el" (20339 28418))
;;; Generated autoloads from helm-files.el ;;; Generated autoloads from helm-files.el


(autoload 'helm-ff-run-toggle-auto-update "helm-files" "\ (autoload 'helm-ff-run-toggle-auto-update "helm-files" "\
Expand Down Expand Up @@ -824,7 +824,7 @@ Preconfigured `helm' for gentoo linux.
;;;### (autoloads (helm-do-pdfgrep helm-do-zgrep helm-do-grep helm-c-grep-run-save-buffer ;;;### (autoloads (helm-do-pdfgrep helm-do-zgrep helm-do-grep helm-c-grep-run-save-buffer
;;;;;; helm-c-grep-run-other-window-action helm-c-grep-run-default-action ;;;;;; helm-c-grep-run-other-window-action helm-c-grep-run-default-action
;;;;;; helm-c-grep-run-persistent-action helm-c-goto-next-file helm-c-goto-precedent-file) ;;;;;; helm-c-grep-run-persistent-action helm-c-goto-next-file helm-c-goto-precedent-file)
;;;;;; "helm-grep" "helm-grep.el" (20338 52312)) ;;;;;; "helm-grep" "helm-grep.el" (20339 28632))
;;; Generated autoloads from helm-grep.el ;;; Generated autoloads from helm-grep.el


(autoload 'helm-c-goto-precedent-file "helm-grep" "\ (autoload 'helm-c-goto-precedent-file "helm-grep" "\
Expand Down Expand Up @@ -948,8 +948,8 @@ With a prefix-arg insert symbol at point.


;;;*** ;;;***


;;;### (autoloads (helm-locate) "helm-locate" "helm-locate.el" (20338 ;;;### (autoloads (helm-locate) "helm-locate" "helm-locate.el" (20339
;;;;;; 52312)) ;;;;;; 27472))
;;; Generated autoloads from helm-locate.el ;;; Generated autoloads from helm-locate.el


(autoload 'helm-locate "helm-locate" "\ (autoload 'helm-locate "helm-locate" "\
Expand Down Expand Up @@ -1030,7 +1030,7 @@ Preconfigured `helm' for `minibuffer-history'.


;;;*** ;;;***


;;;### (autoloads (helm-mode) "helm-mode" "helm-mode.el" (20338 52784)) ;;;### (autoloads (helm-mode) "helm-mode" "helm-mode.el" (20339 27006))
;;; Generated autoloads from helm-mode.el ;;; Generated autoloads from helm-mode.el


(defvar helm-mode nil "\ (defvar helm-mode nil "\
Expand Down Expand Up @@ -1266,8 +1266,8 @@ http://www.emacswiki.org/emacs/download/yaoddmuse.el


;;;*** ;;;***


;;;### (autoloads nil nil ("helm-pkg.el" "helm-plugin.el") (20338 ;;;### (autoloads nil nil ("helm-pkg.el" "helm-plugin.el") (20339
;;;;;; 53857 233210)) ;;;;;; 28690 269891))


;;;*** ;;;***


Expand All @@ -1278,6 +1278,8 @@ http://www.emacswiki.org/emacs/download/yaoddmuse.el
;; Local Variables: ;; Local Variables:
;; coding: utf-8 ;; coding: utf-8
;; indent-tabs-mode: nil ;; indent-tabs-mode: nil
;; byte-compile-dynamic: t
;; generated-autoload-file: "helm-config.el"
;; End: ;; End:


;;; helm-config.el ends here ;;; helm-config.el ends here
8 changes: 8 additions & 0 deletions helm-elisp.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
(require 'helm) (require 'helm)
(require 'helm-utils) (require 'helm-utils)
(require 'helm-info) (require 'helm-info)
(require 'helm-eval)
(require 'advice) (require 'advice)




Expand Down Expand Up @@ -556,4 +557,11 @@ STRING is string to match."


(provide 'helm-elisp) (provide 'helm-elisp)


;; Local Variables:
;; coding: utf-8
;; indent-tabs-mode: nil
;; byte-compile-dynamic: t
;; generated-autoload-file: "helm-config.el"
;; End:

;;; helm-elisp.el ends here ;;; helm-elisp.el ends here
7 changes: 7 additions & 0 deletions helm-elscreen.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -70,4 +70,11 @@


(provide 'helm-elscreen) (provide 'helm-elscreen)


;; Local Variables:
;; coding: utf-8
;; indent-tabs-mode: nil
;; byte-compile-dynamic: t
;; generated-autoload-file: "helm-config.el"
;; End:

;;; helm-elscreen.el ends here ;;; helm-elscreen.el ends here
7 changes: 7 additions & 0 deletions helm-emms.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -176,4 +176,11 @@


(provide 'helm-emms) (provide 'helm-emms)


;; Local Variables:
;; coding: utf-8
;; indent-tabs-mode: nil
;; byte-compile-dynamic: t
;; generated-autoload-file: "helm-config.el"
;; End:

;;; helm-emms ends here ;;; helm-emms ends here
7 changes: 7 additions & 0 deletions helm-eshell.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -175,4 +175,11 @@ The function that call this should set `helm-ec-target' to thing at point."


(provide 'helm-eshell) (provide 'helm-eshell)


;; Local Variables:
;; coding: utf-8
;; indent-tabs-mode: nil
;; byte-compile-dynamic: t
;; generated-autoload-file: "helm-config.el"
;; End:

;;; helm-eshell ends here ;;; helm-eshell ends here
7 changes: 7 additions & 0 deletions helm-eval.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -171,4 +171,11 @@ Should take one arg: the string to display."


(provide 'helm-eval) (provide 'helm-eval)


;; Local Variables:
;; coding: utf-8
;; indent-tabs-mode: nil
;; byte-compile-dynamic: t
;; generated-autoload-file: "helm-config.el"
;; End:

;;; helm-eval.el ends here ;;; helm-eval.el ends here
7 changes: 7 additions & 0 deletions helm-external.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -204,4 +204,11 @@ You can set your own list of commands with


(provide 'helm-external) (provide 'helm-external)


;; Local Variables:
;; coding: utf-8
;; indent-tabs-mode: nil
;; byte-compile-dynamic: t
;; generated-autoload-file: "helm-config.el"
;; End:

;;; helm-external ends here ;;; helm-external ends here
Loading

0 comments on commit 37b4201

Please sign in to comment.