Mercurial > emacs
view lisp/find-cmd.el @ 100267:c851df8e004e
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org-id.el (org-id-locations-file): Wrap file name with
`convert-standard-filename'.
(org-id-files): New variable.
(org-id-use-hash): New option.
(org-id-update-id-locations): Also search in all files current
listed in `org-id-files'. Convert the resulting alist to a hash
if the user customation says so.
(org-id-locations-save): Handle he case if `org-id-locations' is a
hash.
(org-id-locations-load): Convert the alist to a hash.
(org-id-add-location): Handle the hast case.
(kill-emacs-hook): Make sure id locations are saved when Emacs is
exited.
(org-id-hash-to-alist, org-id-alist-to-hash)
(org-id-paste-tracker): New functions.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
bindings of calendar variables.
* org-table.el (org-table-find-row-type): Renamed from
`org-find-row-type'.
(org-table-rewrite-old-row-references): Renamed from
`org-rewrite-old-row-references'.
(org-table-shift-refpart): Renamed from `org-shift-refpart'.
(org-table-cleanup-narrow-column-properties): Renamed from
`org-cleanup-narrow-column-properties'.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org-table.el (org-find-row-type): New arguments DESC and CLINE,
for better error messages.
(org-table-get-descriptor-line): Supply the new arguments to
`org-find-row-type'.
(org-table-error-on-row-ref-crossing-hline): New option.
* org.el (org-target-link-regexp): Make buffer-local.
(org-move-subtree-down): Fix bug with trees at beginning of
buffer.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org-faces.el (org-set-tag-faces): New function.
(org-tags-special-faces-re): New variable.
* org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
* org-faces.el (org-tag-faces): New option.
(org-tag): Mention `org-tag-faces' in the docstring.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org-exp.el (org-export-html-style-default): Implement new
quoting.
* org-jsinfo.el (org-infojs-template): Implement new quoting.
* org-w3m.el (w3m-minor-mode-hook): Also add the special copy
command to the `w3m-minor-mode-map'.
* org-archive.el (org-archive-to-archive-sibling): Protect
`this-command' to avoid appending kills during archiving.
* org-exp.el (org-export-with-priority): New variable.
(org-export-add-options-to-plist): Use `org-export-plist-vars'
instead of internal list of strings and properties.
(org-print-icalendar-entries): Retrieve the location property with
inheritance.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org-exp.el (org-export-with-todo-keywords): New option.
(org-export-plist-vars): Include also the keys for the #+OPTIONS
line.
(org-default-export-plist, org-export-add-options-to-plist)
(org-export-as-ascii, org-export-as-html): Use the new structure
of `org-export-plist-vars'.
* org.el (org-map-entries): Return all values.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-matcher-time): Recognize more special values.
* org-gnus.el (fboundp): Fix defvaralias for XEmacs.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-tags-exclude-from-inheritance): New option.
(org-tag-inherit-p, org-remove-uniherited-tags): Respect
`org-tags-exclude-from-inheritance'.
* org-agenda.el (org-agenda-show-inherited-tags): New option.
(org-format-agenda-item): Add inherited tags to the agenda line
string, and make sure that properties are kept when downcasing the
tags list.
(org-agenda-add-inherited-tags): New function.
(org-downcase-keep-props): New function.
* org.el (org-scan-tags): Mark inherited tags with a text
property.
(org-get-tags-at): Mark inherited tags with a text property.
(org-add-prop-inherited): New function.
* org-agenda.el (org-agenda-add-inherited-tags): New function.
(org-agenda-show-inherited-tags): New option.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-modules): Add org-w3m to the default modules.
* org-table.el (orgtbl-self-insert-command): Make S-SPC work in
orgtbl-mode.
(orgtabl-create-or-convert-from-region): New command.
* org-exp.el (org-export-as-ascii): Remove the handling of
targets.
(org-export-ascii-preprocess): Handle targets already in this
function.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org-timer.el (org-timer-start-time): Define this variable.
(org-timer-item): Make argument optional.
* org-list.el (org-insert-item): Automatically insert a timer item
if the current list is a timer list.
* org-timer.el: New file.
* org-publish.el (org-publish-org-index): Only exclude the index
file in the main directory from being added to the site-map.
(org-publish-get-project-from-filename): If the current project is
a component, start publishing from the parent project.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
* org-publish.el (org-publish-org-index): Improve removal of
temporary buffers.
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Sun, 07 Dec 2008 18:36:02 +0000 |
parents | ee5932bf781d |
children | a9dc0e7c3f2b |
line wrap: on
line source
;;; find-cmd.el --- Build a valid find(1) command with sexps ;; Copyright (C) 2008 Free Software Foundation, Inc. ;; Author: Philip Jackson <phil@shellarchive.co.uk> ;; Version: 0.6 ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. ;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. ;;; Commentary: ;; With this module you can build up a (hopefully) valid find(1) ;; string ready for the command line. For example: ;; (find-cmd '(prune (name ".svn" ".git" ".CVS")) ;; '(and (or (name "*.pl" "*.pm" "*.t") ;; (mtime "+1")) ;; (fstype "nfs" "ufs")))) ;; will become (un-wrapped): ;; "find '/home/phil/' \\( \\( -name '.svn' -or -name '.git' -or ;; -name '.CVS' \\) -prune -or -true \\) \\( \\( \\( -name '*.pl' ;; -or -name '*.pm' -or -name '*.t' \\) -or -mtime '+1' \\) -and \\( ;; -fstype 'nfs' -or -fstype 'ufs' \\) \\)" ;;; Code: (defconst find-constituents '((and . find-and) (not . find-not) (or . find-or) (a . find-and) (n . find-not) (o . find-or) (prune . find-prune) ;; switches (L . (0)) (P . (0)) (H . (0)) ;; generic tests (amin . (1)) (anewer . (1)) (atime . (1)) (cmin . (1)) (cnewer . (1)) (ctime . (1)) (empty . (0)) (false . (0)) (fstype . (1)) (gid . (1)) (group . (1)) (ilname . (1)) (iname . (1)) (inum . (1)) (iwholename . (1)) (iregex . (1)) (links . (1)) (lname . (1)) (mmin . (1)) (mtime . (1)) (name . (1)) (newer . (1)) (nouser . (0)) (nogroup . (0)) (path . (1)) (perm . (0)) (regex . (1)) (wholename . (1)) (size . (1)) (true . (0)) (type . (1)) (uid . (1)) (used . (1)) (user . (1)) (xtype . (nil)) ;; normal options (always true) (depth . (0)) (maxdepth . (1)) (mindepth . (1)) (mount . (0)) (noleaf . (0)) (xdev . (0)) (ignore_readdir_race . (0)) (noignore_readdir_race . (0)) ;; actions (delete . (0)) (print0 . (0)) (printf . (1)) (fprintf . (2)) (print . (0)) (fprint0 . (1)) (fprint . (1)) (ls . (0)) (fls . (1)) (prune . (0)) (quit . (0)) ;; these need to be terminated with a ; (exec . (1 find-command t)) (ok . (1 find-command t)) (execdir . (1 find-command t)) (okdir . (1 find-command t))) "Holds details of each of the find options. The car of each alist is the name. The cdr is minimum args, the function used to join many occurences of the argument together, and whether or not to leave quotes off the string (non-nil means the string will be quoted).") ;;;###autoload (defun find-cmd (&rest subfinds) "Initiate the building of a find command. For exmple: \(find-cmd '\(prune \(name \".svn\" \".git\" \".CVS\"\)\) '\(and \(or \(name \"*.pl\" \"*.pm\" \"*.t\"\) \(mtime \"+1\"\)\) \(fstype \"nfs\" \"ufs\"\)\)\)\) `default-directory' is used as the initial search path. The result is a string that should be ready for the command line." (concat "find " (shell-quote-argument (expand-file-name default-directory)) " " (cond ((cdr subfinds) (mapconcat 'find-to-string subfinds "")) (t (find-to-string (car subfinds)))))) (defun find-and (form) "And FORMs together, so: \(and \(mtime \"+1\"\) \(name \"something\"\)\) will produce: find . \\\( -mtime '+1' -and -name 'something' \\\)" (if (< (length form) 2) (find-to-string (car form)) (concat "\\( " (mapconcat 'find-to-string form "-and ") "\\) "))) (defun find-or (form) "Or FORMs together, so: \(or \(mtime \"+1\"\) \(name \"something\"\)\) will produce: find . \\\( -mtime '+1' -or -name 'something' \\\)" (if (< (length form) 2) (find-to-string (car form)) (concat "\\( " (mapconcat 'find-to-string form "-or ") "\\) "))) (defun find-not (form) "Or FORMs together and prefix with a -not, so: \(not \(mtime \"+1\"\) \(name \"something\"\)\) will produce: -not \\\( -mtime '+1' -or -name 'something' \\\) If you wanted the FORMs -and(ed) together instead then this would suffice: \(not \(and \(mtime \"+1\"\) \(name \"something\"\)\)\)" (concat "-not " (find-or (mapcar 'find-to-string form)))) (defun find-prune (form) "-or together FORM(s) postfix '-prune' and then -or that with a -true, so: \(prune \(name \".svn\" \".git\"\)\) \(name \"*.pm\"\) will produce (unwrapped): \\\( \\\( \\\( -name '.svn' -or -name '.git' \\\) / -prune -or -true \\\) -and -name '*.pm' \\\)" (find-or (list (concat (find-or (mapcar 'find-to-string form)) (find-generic "prune")) (find-generic "true")))) (defun find-generic (option &optional oper argcount args dont-quote) "This function allows an arbitrary string to be used as a form. OPTION is the name of the form, OPER is the function used to either OR or AND multiple results together. ARGCOUNT is the minimum of args that OPTION can receive and ARGS are the arguments for OPTION." (when (and (numberp argcount) (< (length args) argcount)) (error "'%s' needs at least %d arguments" option argcount)) (let ((oper (or oper 'find-or))) (if (and args (length args)) (funcall oper (mapcar (lambda (x) (concat "-" option (if dont-quote (concat " " x " ") (concat " " (shell-quote-argument x) " ")))) args)) (concat "-" option " ")))) (defun find-command (form) "For each item in FORM add a terminating semi-colon and turn them into valid switches. The result is -and(ed) together." (find-and (mapcar (lambda (x) (concat (find-to-string x) "\\; ")) form))) (defun find-to-string (form) "Parse FORM to produce a set of valid find arguments." (cond ((stringp form) form) ((consp form) (let ((option (cdr (assoc (car form) find-constituents)))) (cond ((and (symbolp option) (fboundp option)) (funcall option (cdr form))) ((consp option) (let ((option (symbol-name (car form))) (argcnt (car option)) (oper (cadr option)) (dont-quote (car (cddr option)))) (find-to-string (find-generic option oper argcnt (cdr form) dont-quote)))) (t (error "Sorry I don't know how to handle '%s'" (car form)))))))) (provide 'find-cmd) ;; arch-tag: 9687fd9e-4e90-4022-864a-f904526e2046 ;;; find-cmd.el ends here