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

Lines Matching +defs:dired +defs:keep +defs:marker +defs:hardlink

237 never append to an existing entry.  Option `add-log-keep-changes-together'
326 old original, or keep it and raise an error. The values `accept', `discard',
912 The comint output is assumed to lie between the marker
1154 Major mode for viewing an archive file in a dired-like way.
2227 ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2278 (autoload (quote browse-url-of-dired-file) "browse-url" "\
2978 The marking symbol is specified by the variable `diary-entry-marker'.")
2997 The marking symbol is specified by the variable `calendar-holiday-marker'.")
3055 It can also be used to mark the current date with `calendar-today-marker';
6945 ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window
6946 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
6947 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
6948 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
6949 ;;;;;; "dired" "dired.el" (18015 32019))
6950 ;;; Generated autoloads from dired.el
6952 (defvar dired-listing-switches "-al" "\
6956 `dired-ls-F-marks-symlinks' concerning the `F' switch.
6961 (custom-autoload (quote dired-listing-switches) "dired" t)
6963 (defvar dired-chown-program (if (memq system-type (quote (hpux dgux usg-unix-v irix linux gnu/linux cygwin))) "chown" (if (file-exists-p "/usr/sbin/chown") "/usr/sbin/chown" "/etc/chown")) "\
6966 (defvar dired-ls-F-marks-symlinks nil "\
6980 (custom-autoload (quote dired-ls-F-marks-symlinks) "dired" t)
6982 (defvar dired-trivial-filenames "^\\.\\.?$\\|^#" "\
6987 (custom-autoload (quote dired-trivial-filenames) "dired" t)
6989 (defvar dired-keep-marker-rename t "\
6991 If t, files keep their previous marks when they are renamed.
6995 (custom-autoload (quote dired-keep-marker-rename) "dired" t)
6997 (defvar dired-keep-marker-copy 67 "\
7002 (custom-autoload (quote dired-keep-marker-copy) "dired" t)
7004 (defvar dired-keep-marker-hardlink 72 "\
7009 (custom-autoload (quote dired-keep-marker-hardlink) "dired" t)
7011 (defvar dired-keep-marker-symlink 89 "\
7016 (custom-autoload (quote dired-keep-marker-symlink) "dired" t)
7018 (defvar dired-dwim-target nil "\
7020 This means: if there is a dired buffer displayed in the next window,
7021 use its current subdir, instead of the current subdir of this dired buffer.
7025 (custom-autoload (quote dired-dwim-target) "dired" t)
7027 (defvar dired-copy-preserve-time t "\
7031 (custom-autoload (quote dired-copy-preserve-time) "dired" t)
7033 (defvar dired-directory nil "\
7034 The directory name or wildcard spec that this dired directory lists.
7035 Local to each dired buffer. May be a list, in which case the car is the
7038 (define-key ctl-x-map "d" 'dired)
7040 (autoload (quote dired) "dired" "\
7048 \\<dired-mode-map>You can move around in it with the usual commands.
7049 You can flag files for deletion with \\[dired-flag-file-deletion] and then
7050 delete them by typing \\[dired-do-flagged-delete].
7053 If DIRNAME is already in a dired buffer, that buffer is used without refresh.
7056 (define-key ctl-x-4-map "d" 'dired-other-window)
7058 (autoload (quote dired-other-window) "dired" "\
7059 \"Edit\" directory DIRNAME. Like `dired' but selects in another window.
7062 (define-key ctl-x-5-map "d" 'dired-other-frame)
7064 (autoload (quote dired-other-frame) "dired" "\
7065 \"Edit\" directory DIRNAME. Like `dired' but makes a new frame.
7069 (autoload (quote dired-noselect) "dired" "\
7070 Like `dired' but returns the dired buffer as value, does not select it.
7074 (autoload (quote dired-mode) "dired" "\
7084 You can move using the usual cursor motion commands.\\<dired-mode-map>
7086 Instead, type \\[dired-flag-file-deletion] to flag a file for Deletion.
7087 Type \\[dired-mark] to Mark a file or subdirectory for later commands.
7092 Mark-using commands display a list of failures afterwards. Type \\[dired-summary]
7094 Type \\[dired-unmark] to Unmark a file or all files of a subdirectory.
7095 Type \\[dired-unmark-backward] to back up one line and unflag.
7096 Type \\[dired-do-flagged-delete] to eXecute the deletions requested.
7097 Type \\[dired-advertised-find-file] to Find the current line's file
7098 (or dired it in another buffer, if it is a directory).
7099 Type \\[dired-find-file-other-window] to find file or dired directory in Other window.
7100 Type \\[dired-maybe-insert-subdir] to Insert a subdirectory in this buffer.
7101 Type \\[dired-do-rename] to Rename a file or move the marked files to another directory.
7102 Type \\[dired-do-copy] to Copy files.
7103 Type \\[dired-sort-toggle-or-edit] to toggle Sorting by name/date or change the `ls' switches.
7109 directories again, type \\[dired-do-redisplay] to relist a single or the marked files or a
7110 subdirectory, or type \\[dired-build-subdir-alist] to parse the buffer
7116 `dired-listing-switches'
7117 `dired-trivial-filenames'
7118 `dired-shrink-to-fit'
7119 `dired-marker-char'
7120 `dired-del-marker'
7121 `dired-keep-marker-rename'
7122 `dired-keep-marker-copy'
7123 `dired-keep-marker-hardlink'
7124 `dired-keep-marker-symlink'
7128 `dired-before-readin-hook'
7129 `dired-after-readin-hook'
7130 `dired-mode-hook'
7131 `dired-load-hook'
7134 \\{dired-mode-map}
7137 (put 'dired-find-alternate-file 'disabled t)
7142 ;;;### (autoloads (dired-show-file-type dired-do-query-replace-regexp
7143 ;;;;;; dired-do-search dired-hide-all dired-hide-subdir dired-tree-down
7144 ;;;;;; dired-tree-up dired-kill-subdir dired-mark-subdir-files dired-goto-subdir
7145 ;;;;;; dired-prev-subdir dired-insert-subdir dired-maybe-insert-subdir
7146 ;;;;;; dired-downcase dired-upcase dired-do-symlink-regexp dired-do-hardlink-regexp
7147 ;;;;;; dired-do-copy-regexp dired-do-rename-regexp dired-do-rename
7148 ;;;;;; dired-do-hardlink dired-do-symlink dired-do-copy dired-create-directory
7149 ;;;;;; dired-rename-file dired-copy-file dired-relist-file dired-remove-file
7150 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile
7151 ;;;;;; dired-do-compress dired-query dired-compress-file dired-do-kill-lines
7152 ;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory
7153 ;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp
7154 ;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff
7155 ;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17859 20444))
7156 ;;; Generated autoloads from dired-aux.el
7158 (autoload (quote dired-diff) "dired-aux" "\
7161 \\[set-mark-command], not by Dired's \\[dired-mark] command.)
7168 (autoload (quote dired-backup-diff) "dired-aux" "\
7177 (autoload (quote dired-compare-directories) "dired-aux" "\
7178 Mark files with different file attributes in two dired buffers.
7192 where 1 refers to attribute of file in the current dired buffer
7193 and 2 to attribute of file in second dired buffer.
7205 (autoload (quote dired-do-chmod) "dired-aux" "\
7211 (autoload (quote dired-do-chgrp) "dired-aux" "\
7216 (autoload (quote dired-do-chown) "dired-aux" "\
7221 (autoload (quote dired-do-touch) "dired-aux" "\
7227 (autoload (quote dired-do-print) "dired-aux" "\
7234 (autoload (quote dired-clean-directory) "dired-aux" "\
7236 Spares `dired-kept-versions' latest versions, and `kept-old-versions' oldest.
7237 Positive prefix arg KEEP overrides `dired-kept-versions';
7240 To clear the flags on these files, you can use \\[dired-flag-backup-files]
7245 (autoload (quote dired-do-shell-command) "dired-aux" "\
7249 The prompt mentions the file(s) or the marker, as appropriate.
7262 significance for `dired-do-shell-command', and are passed through
7270 Type \\[dired-do-redisplay] to redisplay the marked files.
7278 can be produced by `dired-get-marked-files', for example.
7282 (autoload (quote dired-run-shell-command) "dired-aux" "\
7287 (autoload (quote dired-do-kill-lines) "dired-aux" "\
7301 (autoload (quote dired-compress-file) "dired-aux" "\
7306 (autoload (quote dired-query) "dired-aux" "\
7311 (autoload (quote dired-do-compress) "dired-aux" "\
7316 (autoload (quote dired-do-byte-compile) "dired-aux" "\
7321 (autoload (quote dired-do-load) "dired-aux" "\
7326 (autoload (quote dired-do-redisplay) "dired-aux" "\
7332 the buffer will not reset them. However, using `dired-undo' to re-insert
7334 may have to reset some subdirectory switches after a `dired-undo'.
7336 \\<dired-mode-map>\\[dired-reset-subdir-switches].
7341 (autoload (quote dired-add-file) "dired-aux" "\
7346 (autoload (quote dired-remove-file) "dired-aux" "\
7351 (autoload (quote dired-relist-file) "dired-aux" "\
7356 (autoload (quote dired-copy-file) "dired-aux" "\
7361 (autoload (quote dired-rename-file) "dired-aux" "\
7366 (autoload (quote dired-create-directory) "dired-aux" "\
7371 (autoload (quote dired-do-copy) "dired-aux" "\
7379 `dired-dwim-target', which see.
7386 (autoload (quote dired-do-symlink) "dired-aux" "\
7393 `dired-dwim-target', which see.
7395 For relative symlinks, use \\[dired-do-relsymlink].
7399 (autoload (quote dired-do-hardlink) "dired-aux" "\
7406 `dired-dwim-target', which see.
7410 (autoload (quote dired-do-rename) "dired-aux" "\
7416 of `dired-dwim-target', which see.
7420 (autoload (quote dired-do-rename-regexp) "dired-aux" "\
7437 (autoload (quote dired-do-copy-regexp) "dired-aux" "\
7439 See function `dired-do-rename-regexp' for more info.
7443 (autoload (quote dired-do-hardlink-regexp) "dired-aux" "\
7445 See function `dired-do-rename-regexp' for more info.
7449 (autoload (quote dired-do-symlink-regexp) "dired-aux" "\
7451 See function `dired-do-rename-regexp' for more info.
7455 (autoload (quote dired-upcase) "dired-aux" "\
7460 (autoload (quote dired-downcase) "dired-aux" "\
7465 (autoload (quote dired-maybe-insert-subdir) "dired-aux" "\
7466 Insert this subdirectory into the same dired buffer.
7467 If it is already present, just move to it (type \\[dired-do-redisplay] to refresh),
7475 the buffer will not reset them. However, using `dired-undo' to re-insert
7477 may have to reset some subdirectory switches after a `dired-undo'.
7479 \\<dired-mode-map>\\[dired-reset-subdir-switches].
7484 (autoload (quote dired-insert-subdir) "dired-aux" "\
7485 Insert this subdirectory into the same dired buffer.
7495 (autoload (quote dired-prev-subdir) "dired-aux" "\
7501 (autoload (quote dired-goto-subdir) "dired-aux" "\
7502 Go to end of header line of DIR in this dired buffer.
7508 (autoload (quote dired-mark-subdir-files) "dired-aux" "\
7515 (autoload (quote dired-kill-subdir) "dired-aux" "\
7521 (autoload (quote dired-tree-up) "dired-aux" "\
7522 Go up ARG levels in the dired tree.
7526 (autoload (quote dired-tree-down) "dired-aux" "\
7527 Go down in the dired tree.
7531 (autoload (quote dired-hide-subdir) "dired-aux" "\
7534 Use \\[dired-hide-all] to (un)hide all directories.
7538 (autoload (quote dired-hide-all) "dired-aux" "\
7541 Use \\[dired-hide-subdir] to (un)hide a particular subdirectory.
7545 (autoload (quote dired-do-search) "dired-aux" "\
7552 (autoload (quote dired-do-query-replace-regexp) "dired-aux" "\
7560 (autoload (quote dired-show-file-type) "dired-aux" "\
7570 ;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el"
7572 ;;; Generated autoloads from dired-x.el
7574 (autoload (quote dired-jump) "dired-x" "\
7575 Jump to dired buffer corresponding to current buffer.
7576 If in a file, dired the current directory and move to file's line.
7578 In case the proper dired file line cannot be found, refresh the dired
7583 (autoload (quote dired-do-relsymlink) "dired-x" "\
7594 For absolute symlinks, use \\[dired-do-symlink].
10027 A marker representing the point when this command is invoked is pushed
10048 A marker representing the point when this command is invoked is pushed
10071 A marker representing the point when this command is invoked is pushed
10094 A marker representing the point when this command is invoked is pushed
10115 A marker representing the point when this command is invoked is pushed
10216 ;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-mail ethio-fidel-to-sera-mail-or-marker
10217 ;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker
10218 ;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker
10265 (autoload (quote ethio-sera-to-fidel-mail-or-marker) "ethio-util" "\
10266 Execute `ethio-sera-to-fidel-mail' or `ethio-sera-to-fidel-marker' depending on the current major mode.
10277 If invoked interactively and there is no marker, convert the subject field
10282 (autoload (quote ethio-sera-to-fidel-marker) "ethio-util" "\
10325 (autoload (quote ethio-fidel-to-sera-mail-or-marker) "ethio-util" "\
10326 Execute `ethio-fidel-to-sera-mail' or `ethio-fidel-to-sera-marker' depending on the current major mode.
10343 (autoload (quote ethio-fidel-to-sera-marker) "ethio-util" "\
10956 ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
10975 See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt',
11001 (autoload (quote dired-at-point) "ffap" "\
11097 ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
11098 ;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el"
11100 ;;; Generated autoloads from find-dired.el
11106 LS-SWITCHES is a list of `ls' switches to tell dired how to parse the output.")
11108 (custom-autoload (quote find-ls-option) "find-dired" t)
11116 (custom-autoload (quote find-ls-subdir-switches) "find-dired" t)
11123 (custom-autoload (quote find-grep-options) "find-dired" t)
11125 (autoload (quote find-dired) "find-dired" "\
11136 (autoload (quote find-name-dired) "find-dired" "\
11138 and run dired on those files.
11146 (autoload (quote find-grep-dired) "find-dired" "\
11169 If EXTRACT returns nil, keep trying. Otherwise, return the
11410 ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
11411 ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (17893 23802))
11414 (autoload (quote find-lisp-find-dired) "find-lisp" "\
11419 (autoload (quote find-lisp-find-dired-subdirectories) "find-lisp" "\
11424 (autoload (quote find-lisp-find-dired-filter) "find-lisp" "\
11425 Change the filter on a find-lisp-find-dired buffer to REGEXP.
12336 ;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
12338 ;;; Generated autoloads from gnus/gnus-dired.el
12340 (autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\
12341 Convenience method to turn on gnus-dired-mode.
14001 (defvar hippie-expand-ignore-buffers (quote ("^ \\*.*\\*$" dired-mode)) "\
14130 ;;;### (autoloads (ibuffer-do-occur ibuffer-mark-dired-buffers ibuffer-mark-read-only-buffers
14503 (autoload (quote ibuffer-mark-dired-buffers) "ibuf-ext" "\
14504 Mark all `dired' buffers.
14926 ;;;;;; ido-read-buffer ido-dired ido-insert-file ido-write-file
15144 (autoload (quote ido-dired) "ido" "\
15145 Call `dired' the ido way.
15313 POS may be an integer or marker.
15404 ;;;### (autoloads (image-dired-dired-edit-comment-and-tags image-dired-mark-tagged-files
15405 ;;;;;; image-dired-dired-comment-files image-dired-dired-display-image
15406 ;;;;;; image-dired-dired-display-external image-dired-display-thumb
15407 ;;;;;; image-dired-display-thumbs-append image-dired-setup-dired-keybindings
15408 ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
15409 ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
15410 ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs)
15411 ;;;;;; "image-dired" "image-dired.el" (17992 30877))
15412 ;;; Generated autoloads from image-dired.el
15414 (autoload (quote image-dired-dired-insert-marked-thumbs) "image-dired" "\
15415 Insert thumbnails before file names of marked files in the dired buffer.
15419 (autoload (quote image-dired-dired-with-window-configuration) "image-dired" "\
15424 - Opens dired in folder DIR
15429 image files in dired and type
15430 \\[image-dired-display-thumbs] (`image-dired-display-thumbs').
15435 calling `image-dired-restore-window-configuration'.
15439 (autoload (quote image-dired-display-thumbs) "image-dired" "\
15440 Display thumbnails of all marked files, in `image-dired-thumbnail-buffer'.
15447 you have the dired buffer in the left window and the
15448 `image-dired-thumbnail-buffer' buffer in the right window.
15456 `image-dired-next-line-and-display' and
15457 `image-dired-previous-line-and-display' where we do not want the
15462 (autoload (quote image-dired-show-all-from-dir) "image-dired" "\
15465 exceeds `image-dired-show-all-from-dir-max-files', a warning will be
15470 (defalias (quote image-dired) (quote image-dired-show-all-from-dir))
15472 (defalias (quote tumme) (quote image-dired-show-all-from-dir))
15474 (autoload (quote image-dired-tag-files) "image-dired" "\
15475 Tag marked file(s) in dired. With prefix ARG, tag file at point.
15479 (autoload (quote image-dired-delete-tag) "image-dired" "\
15485 (autoload (quote image-dired-jump-thumbnail-buffer) "image-dired" "\
15490 (autoload (quote image-dired-setup-dired-keybindings) "image-dired" "\
15491 Setup easy-to-use keybindings for the commands to be used in dired mode.
15493 `image-dired-dired-x-line'.
15497 (autoload (quote image-dired-display-thumbs-append) "image-dired" "\
15498 Append thumbnails to `image-dired-thumbnail-buffer'.
15502 (autoload (quote image-dired-display-thumb) "image-dired" "\
15503 Shorthand for `image-dired-display-thumbs' with prefix argument.
15507 (autoload (quote image-dired-dired-display-external) "image-dired" "\
15512 (autoload (quote image-dired-dired-display-image) "image-dired" "\
15514 See documentation for `image-dired-display-image' for more information.
15519 (autoload (quote image-dired-dired-comment-files) "image-dired" "\
15520 Add comment to current or marked files in dired.
15524 (autoload (quote image-dired-mark-tagged-files) "image-dired" "\
15527 image file and stored in image-dired's database file. This command
15530 matching tags will be marked in the dired buffer.
15534 (autoload (quote image-dired-dired-edit-comment-and-tags) "image-dired" "\
16399 (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-continue] (quote (menu-item "Continue Spell-Checking" ispell-continue :enable (and (boundp (quote ispell-region-end)) (marker-position ispell-region-end) (equal (marker-buffer ispell-region-end) (current-buffer))) :help "Continue spell checking last region"))) (define-key ispell-menu-map [ispell-word] (quote (menu-item "Spell-Check Word" ispell-word :help "Spell-check word at cursor"))) (define-key ispell-menu-map [ispell-comments-and-strings] (quote (menu-item "Spell-Check Comments" ispell-comments-and-strings :help "Spell-check only comments and strings")))))
17611 ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
17626 (defvar mail-hist-keep-history t "\
17627 *Non-nil means keep a history for headers and text of outgoing mail.")
17629 (custom-autoload (quote mail-hist-keep-history) "mail-hist" t)
19861 implemented on top of outline-mode, which is ideal to keep the content
20578 ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
20636 (defvar cvs-dired-action (quote cvs-quickdir) "\
20640 (custom-autoload (quote cvs-dired-action) "pcvs" t)
20642 (defvar cvs-dired-use-hook (quote (4)) "\
20649 (custom-autoload (quote cvs-dired-use-hook) "pcvs" t)
20651 (defun cvs-dired-noselect (dir) "\
20653 The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp dir) (setq dir (directory-file-name dir)) (when (and (string= "CVS" (file-name-nondirectory dir)) (file-readable-p (expand-file-name "Entries" dir)) cvs-dired-use-hook (if (eq cvs-dired-use-hook (quote always)) (not current-prefix-arg) (equal current-prefix-arg cvs-dired-use-hook))) (save-excursion (funcall cvs-dired-action (file-name-directory dir) t t)))))
24368 keep the old contents or to erase them. If NOERASE has the value
25350 From a program takes two point or marker arguments, BEG and END.
26412 heightened in order to keep the rectangular table structure. The
26424 one because they are also shortened in order to keep the rectangular
26431 Some other cells in the same table are widen as well to keep the
26438 Some other cells in the same table are narrowed as well to keep the
26785 Major mode for viewing a tar file as a dired-like listing of its contents.
27531 ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
27548 (autoload (quote thumbs-dired-show-marked) "thumbs" "\
27549 In dired, make a thumbs buffer with marked files.
27553 (autoload (quote thumbs-dired-show) "thumbs" "\
27554 In dired, make a thumbs buffer with all files in current directory.
27560 (autoload (quote thumbs-dired-setroot) "thumbs" "\
27561 In dired, call the setroot program on the image at point.
28861 associated with it (the case for dired, info, or mailto URLs that need
29551 If you call this from within a VC dired buffer with no files marked,
29554 If you call this from within a VC dired buffer, and one or more
29573 the variable `vc-keep-workfiles' is non-nil (which is its default), a
29649 `dired-listing-switches' when generating the listing.
30670 \\[dired-view-file] (\\[view-file], \\[view-file-other-window],
30765 A marker indicates a position in the warnings buffer
30768 t means the next warning begins a series (and stores a marker here).
30846 Put a dired buffer in a mode in which filenames are editable.
31152 ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
31170 (autoload (quote woman-dired-find-file) "woman" "\
31171 In dired, run the WoMan man-page browser on this file.
31232 C-k 0 ws-set-marker-0
31233 C-k 1 ws-set-marker-1
31234 C-k 2 ws-set-marker-2
31235 C-k 3 ws-set-marker-3
31236 C-k 4 ws-set-marker-4
31237 C-k 5 ws-set-marker-5
31238 C-k 6 ws-set-marker-6
31239 C-k 7 ws-set-marker-7
31240 C-k 8 ws-set-marker-8
31241 C-k 9 ws-set-marker-9
31274 C-q 0 ws-find-marker-0
31275 C-q 1 ws-find-marker-1
31276 C-q 2 ws-find-marker-2
31277 C-q 3 ws-find-marker-3
31278 C-q 4 ws-find-marker-4
31279 C-q 5 ws-find-marker-5
31280 C-q 6 ws-find-marker-6
31281 C-q 7 ws-find-marker-7
31282 C-q 8 ws-find-marker-8
31283 C-q 9 ws-find-marker-9
31539 ;;;;;; "url/url-about.el" "url/url-cookie.el" "url/url-dired.el"