;;;_ - Subtree Charting
;;;_ " These routines either produce or assess charts, which are
-;; nested lists of the locations of topics within a subtree.
-;;
-;; Charts enable efficient subtree navigation by providing a reusable basis
-;; for elaborate, compound assessment and adjustment of a subtree.
+;;; nested lists of the locations of topics within a subtree.
+;;;
+;;; Charts enable efficient subtree navigation by providing a reusable basis
+;;; for elaborate, compound assessment and adjustment of a subtree.
;;;_ > allout-chart-subtree (&optional levels visible orig-depth prev-depth)
(defun allout-chart-subtree (&optional levels visible orig-depth prev-depth)
;; - and closes the last topic (this local-variables section).
;;Local variables:
;;allout-layout: (0 : -1 -1 0)
-;;outline-regexp: ";;\\([;*]+ [^\s\t\n]\\|;_[ *+=>]*\\|###autoload\\)\\|("
;;End:
;;; allout.el ends here
(push (car last) comps)
(completion--cache-all-sorted-completions beg end comps))))
-;;;_* Helpers for `fido-mode' (or `ido-mode' emulation)
-
+;;; Helpers for `fido-mode' (or `ido-mode' emulation)
+;;;
(defun icomplete-fido-kill ()
"Kill line or current completion, like `ido-mode'.
If killing to the end of line make sense, call `kill-line',
"}")
(concat determ " [Matched]"))))))
-;;;_* Iswitchb compatibility
+;;; Iswitchb compatibility
;; We moved Iswitchb to `obsolete' in 24.4, but autoloads in files in
;; `obsolete' aren't obeyed (since that would encourage people to keep using
;;;_* Provide
(provide 'icomplete)
-;;;_* Local emacs vars.
+;;_* Local emacs vars.
;;Local variables:
;;allout-layout: (-2 :)
-;;outline-regexp: ";;\\([;*]+ [^\s\t\n]\\|;_[ *+=>]*\\|###autoload\\)\\|("
;;End:
;;; icomplete.el ends here
(cons "Directory Servers"
(easy-menu-create-menu "Directory Servers" (cdr (eudc-menu))))))
-;;}}}
-
-;;{{{ Load time initializations
+;;; Load time initializations :
;; Load the options file
(if (and (not noninteractive)
;;}}}
(provide 'eudc)
-;; Local Variables:
-;; outline-regexp: ";;\\([;*]+ [^\s\t\n]\\|{{{\\|###autoload\\)\\|("
-;; End:
+
;;; eudc.el ends here