home *** CD-ROM | disk | FTP | other *** search
Wrap
;;; compiled by jwz@thalidomide on Tue Aug 18 17:08:47 1992 ;;; from file /u/jwz/emacs19/lisp/dired/dired-num.el ;;; emacs version 19.2.2 Lucid. ;;; bytecomp version 2.08; 2-aug-92. ;;; optimization is on. ;;; this file uses opcodes which do not exist in Emacs18. (if (and (boundp 'emacs-version) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19"))) (error "This file was compiled for Emacs19.")) (defconst dired-num-version (substring "!Revision: 1.2 !" 11 -2) "\ Id: dired-num.el,v 1.2 1991/10/15 13:24:10 sk RelBeta ") (byte-code "└┴!ê┬├Mê─┼Mç" [require dired dired-number-of-marked-files #[(&optional arg) "è└ëëë½Ö¿½æ╞╟\"ê╚W½ä ƒ¬╘ ¬╤└C¬═╔ └\nèebê╠└═#¡é╬ ë\n??\n½ñ\nbê└ B\nbê╧yê\n└ëôê╠└═#¡é╬ ë\n¼\\)\n½â ¬é└C*,╨ ê)Gç" [nil results found case-fold-search buffer-read-only arg dired-repeat-over-lines #[nil "└ Bëç" [nil results] 2] 0 dired-marker-regexp next-position regexp re-search-forward t point-marker 1 dired-move-to-filename] 5] dired-do-create-files-numeric #[(file-creator operation arg format start &optional arg) "S┬─$)ç" [start i dired-create-files-non-directory file-creator #[(x) "└ Të\"ç" [format i] 4] operation arg] 5]] 2) (fset 'dired-do-rename-numeric #[(format start &optional arg) "└┴┬%ç" [dired-do-create-files-numeric dired-rename-file "Rename-numeric" arg format start] 6 "\ Rename all marked (or next ARG) files using numbers. You are prompted for a format string, e.g \"part_%d_of_8\", and a starting number, e.g. 1. If there are 8 marked files, this example will rename them to part_1_of_8 part_2_of_8 ... part_8_of_8" (byte-code "└┴┬├!\"!┼╞╟\"Eç" [read-string format "Rename numeric [%d files] (format string using %%d): " dired-number-of-marked-files current-prefix-arg read-minibuffer "Numbers start at: " "1"] 5)]) (fset 'dired-do-create-files-list #[(file-creator operation arg format list &optional arg) "┬─$)ç" [list rest dired-create-files-non-directory file-creator #[(x) "└ @ A\"ç" [format rest] 4] operation arg] 5]) (fset 'dired-do-rename-list #[(format list &optional arg) "└ !\nGU¼ä├─!ê┼╞╟ \n%ç" [dired-number-of-marked-files arg list error "Must have as many elements as there are files to rename" dired-do-create-files-list dired-rename-file "Rename-list" format] 6 "\ Rename all marked (or next ARG) files using elements from LIST. You are prompted for a format string, e.g \"x_%s\", and the list, e.g. '(foo bar zod). This example will rename the marked files to x_foo x_bar x_zod It is an error if LIST has not as many elements as there are files." "sRename list (format using %%s): \nxList: \nP"])