summaryrefslogtreecommitdiff
path: root/lisp/dired-x.el
Commit message (Collapse)AuthorAgeFilesLines
...
* * lisp/dired-x.el (dired-filename-at-point): Fix 8-year old typo.Glenn Morris2011-02-161-1/+1
| | | | Introduced in 2003-01-27T11:36:08Z!fx@gnu.org, 2003/01/27.
* More dired-x cleanup.Leo Liu2011-02-161-3/+0
| | | | | * lisp/dired-x.el (dired-mode-map, dired-extra-startup): Remove dired-copy-filename-as-kill since it's already in dired.el.
* More dired-x cleanup.Glenn Morris2011-02-161-107/+97
| | | | | | | | | | | | | | | | | | | | | | * lisp/dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info): Doc fixes. Add :set property, replacing top-level calls. (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4). (dired-guess-shell-gnutar): Test tar version rather than system-type. (dired-extra-startup, dired-man, dired-info): Doc fixes. (dired-clean-up-after-deletion): Use when and dolist. (dired-jump): Use unless and when. (dired-virtual): Use line-end-position. (dired-default-directory-alist): Rename from default-directory-alist. (dired-default-directory): Update for above name change. (dired-vm): Drop VM < 5 and simplify. (dired-buffer-more-recently-used-p): Rewrite. (dired-filename-at-point): Use when and or. (dired-x-read-filename-at-point): Rename from read-filename-at-point. Update callers. * doc/misc/dired-x.texi (Multiple Dired Directories): Update for rename of default-directory-alist. (Miscellaneous Commands): No longer mention very old VM version 4.
* * lisp/dired-x.el: Use easymenu for menu items. Fix item capitalization.Glenn Morris2011-02-141-63/+38
|
* dired-x.el misc cleanup.Glenn Morris2011-02-131-121/+47
| | | | | | | | | | | * lisp/dired-x.el: Simplify commentary. Don't require man when compiling. (dired-omit-extensions, dired-local-variables-file) (dired-x-hands-off-my-keys): Make them defcustoms. (Man-support-local-filenames, Man-getpage-in-background): Declare. (vm-visit-folder): Declare rather than defining. (dired-x-help-address, dired-x-variable-list): Remove. (dired-x-submit-report): Make it an obsolete alias.
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | * dired-x.el (dired-omit-verbose): New defcustom that allowsTassilo Horn2011-01-131-5/+14
| | | | | | | | | | disabling the omit messages. (dired-omit-expunge): Use it.
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
| |
* | * dired-x.el (dired-jump, dired-jump-other-window): Add argJuri Linkov2010-05-211-8/+15
| | | | | | | | | | | | | | | | FILE-NAME to read from the minibuffer when called interactively with prefix argument instead of using buffer-file-name. http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html * dired.el: Update autoloads.
* | * dired-x.el (dired-omit-mode): Doc fix.Juri Linkov2010-03-301-1/+7
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Sven Joachim <svenjoac at gmx.de>Glenn Morris2009-11-231-0/+11
| | | | (dired-guess-shell-alist-default): Support xz format. (Bug#4953)
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-2/+2
|
* Fix typos.Juanma Barranquero2009-09-241-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allout.el * dired-aux.el * dired-x.el * epa-file.el * ps-print.el * shell.el * vc-hooks.el * vc-rcs.el * vc-sccs.el * vc.el * view.el * wdired.el * emacs-lisp/authors.el * net/dig.el * net/socks.el * net/zeroconf.el * obsolete/vc-mcvs.el * progmodes/gdb-mi.el * progmodes/grep.el * progmodes/idlw-help.el * progmodes/idlw-shell.el * progmodes/idlwave.el * progmodes/inf-lisp.el * textmodes/bibtex.el * textmodes/ispell.el * textmodes/reftex-toc.el
* Put autoloads in dired.el rather than loaddefs.el.Glenn Morris2009-09-111-1/+6
|
* (dired-guess-shell-alist-user): Fix doc typo.Glenn Morris2009-02-251-1/+1
|
* (dired-guess-shell-command): Use read-shell-commandJuri Linkov2009-02-221-11/+15
| | | | | | | | instead of read-from-minibuffer. (dired-read-shell-command): Add code that uses minibuffer-with-setup-hook to set minibuffer-default-add-function to minibuffer-default-add-dired-shell-commands exactly like `dired-read-shell-command' in dired-aux.el already does. Doc fix.
* (dired-smart-shell-command): Remove code that usesJuri Linkov2009-02-221-8/+4
| | | | | | minibuffer-with-setup-hook to set minibuffer-default-add-function to minibuffer-default-add-shell-commands because the same code was already moved to `read-shell-command' 2008-07-31.
* (dired-bind-vm): Doc fix.Glenn Morris2009-01-271-2/+5
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* * align.el:Lute Kamstra2008-12-031-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allout.el: * apropos.el: * arc-mode.el: * autoinsert.el: * avoid.el: * battery.el: * bookmark.el: * buff-menu.el: * calculator.el: * chistory.el: * cmuscheme.el: * comint.el: * compare-w.el: * dabbrev.el: * delim-col.el: * desktop.el: * diff-mode.el: * diff.el: * dired-aux.el: * dired-x.el: * dired.el: * dos-vars.el: * ediff-diff.el: * ediff-help.el: * ediff-init.el: * ediff-merg.el: * ediff-mult.el: * ediff-ptch.el: * ediff-vers.el: * ediff-wind.el: * ediff.el: * emerge.el: * facemenu.el: * faces.el: * ffap.el: * filecache.el: * find-dired.el: * font-core.el: * font-lock.el: * forms.el: * fringe.el: * help-at-pt.el: * hippie-exp.el: * ido.el: * image-file.el: * imenu.el: * indent.el: * info.el: * isearchb.el: * iswitchb.el: * jit-lock.el: * jka-compr.el: * log-edit.el: * lpr.el: * ls-lisp.el: * man.el: * menu-bar.el: * midnight.el: * mouse-sel.el: * mouse.el: * msb.el: * outline.el: * paren.el: * pcmpl-cvs.el: * pcmpl-gnu.el: * pcomplete.el: * pcvs-info.el: * pcvs-parse.el: * printing.el: * ps-mule.el: * ps-print.el: * replace.el: * ruler-mode.el: * saveplace.el: * sb-image.el: * scroll-bar.el: * sha1.el: * shadowfile.el: * shell.el: * sort.el: * speedbar.el: * strokes.el: * tempo.el: * term.el: * terminal.el: * time-stamp.el: * time.el: * tree-widget.el: * type-break.el: * vc-cvs.el: * vc-hg.el: * vc-mcvs.el: * vc-rcs.el: * vc-sccs.el: * vc.el: * view.el: * w32-vars.el: * whitespace.el: * wid-edit.el: Remove leading * from docstrings of defcustoms, deffaces, defconsts and defuns.
* (dired-guess-shell-alist-default): Add .mp3 and .ogg.Glenn Morris2008-08-231-2/+7
| | | | (dired-guess-shell-alist-user): Doc fix. (Bug#417).
* Fix up commenting convention.Stefan Monnier2008-05-081-86/+83
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Correct a comment.Chong Yidong2008-05-021-1/+1
|
* (dired-smart-shell-command): Sync arguments andJuri Linkov2008-04-221-5/+14
| | | | | | interactive spec with changes in `shell-command'. Use dired-get-filename to get the dired file name at point as the default value in dired mode.
* (dired-omit-files-p): Use `define-obsolete-variable-alias'.Juanma Barranquero2008-04-181-2/+1
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | Standardize order of header items. Delete meaningless header keys.Glenn Morris2007-11-281-13/+12
| | | | | | | | | | (dired-omit-old-add-entry): Declare as function. Move definition before use. (dired-old-find-buffer-nocreate): Declare as function.
* | Comments.Glenn Morris2007-11-271-0/+5
| |
* | (make-symbolic-link): Declare as function.Juanma Barranquero2007-11-221-1/+3
| |
* | Fix comment.Juri Linkov2007-10-281-1/+1
| |
* | (dired-guess-shell-command): Put all guesses to theJuri Linkov2007-10-221-37/+9
|/ | | | | minibuffer default value list instead of pushing them temporarily to the history list.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Revert 2007-04-06 change.Romain Francoise2007-05-011-2/+12
|
* Johan Bockg� <bojohan at dd.chalmers.se>:Glenn Morris2007-04-211-8/+5
| | | | (dired-virtual-mode): Doc fix.
* (dired-guess-shell-case-fold-search): Delete var.Chong Yidong2007-04-061-12/+2
| | | | (dired-guess-default): Respect case.
* (dired-do-relsymlink): Add an autoload cookie.Eli Zaretskii2007-02-021-0/+1
|
* (dired-do-relsymlink): Fix last change.Eli Zaretskii2007-02-021-1/+1
|
* (dired-do-relsymlink): Add reference to dired-do-symlink.Eli Zaretskii2007-02-021-1/+3
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (dired-guess-shell-alist-default): Update.Romain Francoise2006-08-311-77/+91
|
* (dired-mode-map): Don't bind M-g.Romain Francoise2006-05-211-1/+0
|
* (dired-guess-shell-gnutar): On GNU and GNU/LinuxRomain Francoise2006-05-151-1/+3
| | | | | systems, default to "tar" since those systems probably have GNU tar.
* (dired-guess-shell-alist-default): Add .man as a `dired-man' target.Masatake YAMATO2006-02-091-2/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|