Searched +refs:dired +refs:get +refs:filename (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dfiles.el155 under another name, you get the existing buffer instead of a new buffer."
256 (defcustom dired-kept-versions 2
260 :group 'dired)
372 (defcustom find-file-run-dired t
378 (defcustom find-directory-functions '(cvs-dired-noselect dired-noselect)
382 :type '(hook :options (cvs-dired-noselect dired-noselect))
536 (defun convert-standard-filename (filename)
[all...]
H A Dido.el55 ;; most recent, when I use ido-switch-buffer, I first of all get
71 ;; pressing TAB. In this case, I will get "3" added to my input.
98 ;; example, the quickest way to get to the "123456" file would be
411 (defcustom ido-show-dot-for-dired nil
413 This allows the current directory to be opened immediately with `dired'."
589 (defcustom ido-use-filename-at-point nil
590 "*Non-nil means that ido shall look for a filename at point.
591 May use `ffap-guesser' to guess whether text at point is a filename.
592 If found, use that as the starting point for filename selection."
595 (const :tag "Guess filename" gues
[all...]
H A Dffap.el51 ;; C-x d dired-at-point
56 ;; C-x 4 d ffap-dired-other-window
60 ;; C-x 5 d ffap-dired-other-frame
76 ;; afterwards. Try apropos {C-h a ffap RET} to get a list of the many
103 ;; * notice node in "(dired)Virtual Dired" (quotes, parentheses, whitespace)
223 (defcustom ffap-dired-wildcards "[*?][^/]*\\'"
224 "*A regexp matching filename wildcard characters, or nil.
226 If `find-file-at-point' gets a filename matching this pattern,
227 and `ffap-pass-wildcards-to-dired' is nil, it passes it on to
232 filename matchin
[all...]
H A Dmenu-bar.el187 (filename (car (find-file-read-args "Find file: " mustmatch))))
189 (find-file-existing filename)
190 (find-file filename))))
201 (define-key menu-bar-file-menu [dired]
202 '(menu-item "Open Directory..." dired
627 (let ((set (or (get ',variable 'custom-set) 'set-default))
628 (get (or (get ',variable 'custom-get) 'default-value)))
629 (funcall set ',variable (not (funcall get ',variabl
[all...]
H A Dcus-edit.el45 ;; different means if the option symbol has the 'custom-get'
412 (defgroup dired nil function
504 You can get the original back with from the result with:
569 ((get symbol 'custom-tag)
571 (get symbol 'custom-tag)
572 (concat (get symbol 'custom-tag) "...")))
574 (with-current-buffer (get-buffer-create " *Custom-Work*")
580 ;; (when (and (eq (get symbol 'custom-type) 'boolean)
613 (cons (or (get symbol 'custom-prefix)
775 (when (eq (widget-get chil
[all...]
H A Dvc.el74 ;; vc may get seriously confused. Don't do these things!
164 ;; - dired-state-info (file)
167 ;; used in a vc-dired buffer. The default implementation deals well
457 (require 'dired) ; for dired-map-over-marks macro
458 (require 'dired-aux)) ; for dired-kill-{line,tree}
532 (defcustom vc-dired-listing-switches "-al"
533 "Switches passed to `ls' for vc-dired. MUST contain the `l' option."
538 (defcustom vc-dired
[all...]
H A Dfilesets.el189 (let ((fsm-test (or (plist-get fsm-keys ':test)
443 filesets-data could get out of sync. Set this to t if this happens from
463 (defcustom filesets-browse-dir-function 'dired
471 (const :tag "dired"
472 :value dired)
579 ("-n " filesets-get-quoted-selection " " "<<file-name>>"))
588 the filename."
759 (:get-file-name (lambda (master file)
767 (:get-file-name (lambda (master file)
777 (:get
[all...]
H A Dibuffer.el1 ;;; ibuffer.el --- operate on buffers like dired
39 (require 'dired))
69 " " (mode 16 16 :left :elide) " " filename-and-process)
70 (mark " " (name 16 -1) " " filename))
86 mark modified read-only name size mode process filename
154 (35 (eq major-mode 'dired-mode) font-lock-function-name-face))
413 (define-key map (kbd "* /") 'ibuffer-mark-dired-buffers)
450 (define-key map (kbd "/ f") 'ibuffer-filter-by-filename)
514 (define-key map (kbd "w") 'ibuffer-copy-filename-as-kill)
581 (define-key-after map [menu-bar view filter filter-by-filename]
1731 (define-ibuffer-column filename function
[all...]
H A Dwoman.el87 ;; using completion, and if necessary select a filename, using
92 ;; filename, using completion. This mode of execution may be useful
97 ;; (autoload 'woman-dired-find-file "woman"
98 ;; "In dired, run the WoMan man-page browser on this file." t)
99 ;; (add-hook 'dired-mode-hook
101 ;; (define-key dired-mode-map "W" 'woman-dired-find-file)))
102 ;; and open the directory containing the man page file using dired,
112 ;; (By default, WoMan will automatically define the dired keys "W" and
114 ;; behaviour is controlled by the user option `woman-dired
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgmm-utils.el83 (get symbol 'widget-type))
93 (let ((value (widget-get widget :value))
94 (type (widget-get widget :type)))
99 :value-get (lambda (widget)
100 (widget-value (car (widget-get widget :children))))
102 (widget-apply (car (widget-get widget :children))
104 :default-get (lambda (widget)
105 (widget-default-get
106 (widget-convert (widget-get widget :type))))
108 (widget-apply (widget-convert (widget-get widge
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dange-ftp.el36 ;; FTP-smart. If one of these routines is given a filename that matches
40 ;; For example: if find-file is given a filename of:
45 ;; user 'ange', get the file '/tmp/notes' and pop up a buffer containing the
49 ;; Extended filename syntax:
51 ;; The default extended filename syntax is '/user@host:name', where the
91 ;; To do filename completion, ange-ftp needs a listing from the remote host.
162 ;; this directory plus an identifying filename prefix. For example:
182 ;; the gateway machine. If you have to use telnet or rlogin to get to the
190 ;; expression that matches the prompt you get when you login to the
233 ;; 1. For dired t
[all...]
H A Dtramp.el108 ;; installed using EFS. If we use a unified filename format, then
111 ;; just like before.) Another reason for using a separate filename
117 "Non-nil means to use unified Ange-FTP/Tramp filename syntax.
118 Otherwise, use a separate filename syntax for Tramp.")
199 "Alist of filename patterns and backup directory names.
210 :type '(repeat (cons (regexp :tag "Regexp matching filename")
281 If nil, the filename is the last argument.
303 ;; CCC I have changed all occurrences of comint-quote-filename with
305 ;; There, comint-quote-filename was removed altogether. If it turns
585 the file; this might be the absolute filename o
[all...]

Completed in 254 milliseconds