• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/

Lines Matching +defs:current +defs:indentation

10   "The current version of speedbar.")
87 ;; button. INDENT is an indentation level, or 0. You can store
88 ;; indentation levels with `speedbar-make-tag-line' which creates a
170 ;; It is assumed that if the current version is newer than that specified,
195 second parameter. The 0 indicates the uppermost indentation level.
207 the user is done with the current expansion list.")
211 speedbar-update-current-file
273 parameter BUFFER, the originating buffer. The current buffer is the
485 are expanded in the current framework. If nil, then the current
490 (defcustom speedbar-indentation-width 1
491 "*When sub-nodes are expanded, the number of spaces used for indentation."
547 "*Return non-nil if the current directory should be checked for Version Control.
556 current file, and the FILENAME of the file being checked."
561 "Local variable maintaining the current version control check position.")
571 "Local variable maintaining the current version control check position.")
588 "Local variable maintaining the current read only check position.")
944 "Maintain list of directories simultaneously open in the current speedbar.")
1050 (defsubst speedbar-current-frame ()
1051 "Return the frame to use for speedbar based on current context."
1052 (dframe-current-frame 'speedbar-frame 'speedbar-mode))
1089 to insert the directory listing into the current tree. Click on the
1158 (dframe-select-attached-frame (speedbar-current-frame)))
1165 "Set the format of the mode line based on the current speedbar environment.
1168 (if (and (frame-live-p (speedbar-current-frame))
1203 Different menu items are displayed depending on the current display mode
1243 (current-buffer))
1258 (easy-menu-define speedbar-menu-map (current-local-map)
1260 (easy-menu-add md (current-local-map))
1281 "For motion EVENT, display info about the current line."
1376 "Move forward over the current list.
1384 "Move backward over the current list.
1405 Assumes that the current buffer is the speedbar buffer."
1414 "Refresh the current speedbar display, disposing of any cached data.
1488 "Display info about a file that is on the current line.
1498 "Display info about a tag that is on the current line.
1726 This function assumes that the current buffer is the speedbar buffer.
1733 (if (/= (current-column) 0) (insert "\n"))
1783 "Return the current default expansion list.
1791 "Return the current default menu data.
1799 "Return the current default menu data.
1829 (if (and (speedbar-current-frame) (frame-live-p (speedbar-current-frame)))
1835 "Return a current mode specific replacement for function, or nil.
1836 Scans `speedbar-mode-functions-list' first for the current mode, then
1968 (while (>= (current-column) ww)
1970 (if (<= (current-column) 2)
1973 (if (< (current-column) 4)
1983 (tl (current-column)))
2032 (depthspacesize (* depth speedbar-indentation-width)))
2067 "Change the expansion button character to CHAR for the current line."
2478 ;; Set the current special buffer
2482 (speedbar-maybe-add-localized-support (current-buffer))
2489 (current-buffer)))
2495 "Update the contents of the speedbar buffer for the current situation."
2536 "Update the contents of the speedbar buffer based on the current directory."
2554 ;; If the current directory is not the last element in the dir
2559 ;; Build cbd-parent, and see if THAT is in the current shown
2571 ;; If this directory is NOT in the current list of available
2573 ;; value. Make sure to unhighlight the current file, or if we
2578 (speedbar-clear-current-file)
2618 (specialbuff (current-buffer)))
2627 (speedbar-clear-current-file)
2655 (if (or (not (speedbar-current-frame))
2656 (not (frame-live-p (speedbar-current-frame))))
2663 (speedbar-current-frame)
2664 (frame-visible-p (speedbar-current-frame))
2665 (not (eq (frame-visible-p (speedbar-current-frame)) 'icon)))
2673 (speedbar-maybe-add-localized-support (current-buffer))
2679 (current-buffer)))
2696 (eq af (speedbar-current-frame))
2764 (defun speedbar-clear-current-file ()
2765 "Locate the file thought to be current, and remove its highlighting."
2776 (defun speedbar-update-current-file ()
2777 "Find the current file, and update our visuals to indicate its name.
2790 (lastb (current-buffer))
2802 (select-frame (speedbar-current-frame))
2804 (speedbar-clear-current-file)
2964 Parameter DEPTH is a string with the current depth of indentation of
3066 Parameter DEPTH is a string with the current depth of indentation of
3120 From this extract the file/tag name, token, indentation level and call
3122 (let* ((speedbar-frame (speedbar-current-frame))
3148 "Retrieve the text after prefix junk for the current line.
3159 "Retrieve the token information after the prefix junk for the current line.
3227 "Retrieve the directory name associated with the current line.
3237 "Retrieve the directoryname associated with the current line.
3291 "Edit whatever tag or file is on the current speedbar line."
3380 current indentation level."
3404 ;; Because we leave speedbar as the current buffer,
3415 "Delete text from point to indentation level INDENT or greater.
3432 expanded. INDENT is the current indentation level."
3467 INDENT is the current indentation level and is unused."
3471 ;; Because we leave speedbar as the current buffer,
3480 clicked, and TOKEN is the file to expand. INDENT is the current
3481 indentation level."
3503 INDENT is the current indentation level."
3523 string. TOKEN will be the list, and INDENT is the current indentation
3570 "Recenter a speedbar buffer so the current indentation level is all visible.
3766 (current-buffer) nil
3979 "Display information about the current buffer on the current line."
3993 "Fetch the full directory to the file (buffer) specified on the current line.
3994 Optional argument DEPTH specifies the current depth of the back search."
4060 "Highlight the current line, unhighlighting a previously jumped to line."
4081 "Recenter the current buffer so POINT is on the top of the window."
4085 "Recenter the current buffer so POINT is in the center of the window."