• Stefan Monnier's avatar
    * lisp/multifile.el: New file, extracted from etags.el · 55ec674f
    Stefan Monnier authored
    The main motivation for this change was the introduction of
    project-query-replace.  dired's multi-file query&replace was implemented
    on top of etags.el even though it did not use TAGS in any way, so I moved
    this generic multifile code into its own package, with a nicer interface,
    and then used that in project.el.
    
    * lisp/progmodes/project.el (project-files): New generic function.
    (project-search, project-query-replace): New commands.
    
    * lisp/dired-aux.el (dired-do-search, dired-do-query-replace-regexp):
    Use multifile.el instead of etags.el.
    
    * lisp/progmodes/etags.el: Remove redundant :groups.
    (next-file-list): Remove var.
    (tags-loop-revert-buffers): Make it an obsolete alias.
    (next-file): Don't autoload (it can't do anything useful before some
    other etags.el function setup the multifile operation).
    (tags--all-files): New function, extracted from next-file.
    (tags-next-file): Rename from next-file.
    Rewrite using tags--all-files and multifile-next-file.
    (next-file): Keep it as an obsolete alias.
    (tags-loop-operate, tags-loop-scan): Mark as obsolete.
    (tags--compat-files, tags--compat-initialize): New function.
    (tags-loop-continue): Rewrite using multifile-continue.  Mark as obsolete.
    (tags--last-search-operate-function): New var.
    (tags-search, tags-query-replace): Rewrite using multifile.el.
    
    * lisp/emacs-lisp/generator.el (iter-end-of-sequence): Use 'define-error'.
    (iter-make): New macro.
    (iter-empty): New iterator.
    
    * lisp/menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
    tags-loop-continue -> multifile-continue.
    55ec674f
dired-aux.el 116 KB