- 13 Nov, 2008 1 commit
-
-
Chong Yidong authored
(project-find-settings-file): Use it, instead of hardcoding .dir.settings.el.
-
- 30 Oct, 2008 1 commit
-
-
Glenn Morris authored
-
- 25 Oct, 2008 1 commit
-
-
Stefan Monnier authored
(locate-dominating-file): Change arg from a regexp to a file name. Rewrite using the vc-find-root code to avoid directory-files which is too slow. Obey locate-dominating-stop-dir-regexp. Don't pay attention to changes in owner. (project-find-settings-file): Adjust call to locate-dominating-file. * progmodes/flymake.el (flymake-find-buildfile): Adjust call to locate-dominating-file. * vc-hooks.el (vc-find-root): Use locate-dominating-file. (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
-
- 18 Oct, 2008 1 commit
-
-
Eli Zaretskii authored
(file-modes-char-to-who, file-modes-char-to-right) (file-modes-rights-to-number, file-modes-symbolic-to-number) (read-file-modes): Doc fixes.
-
- 04 Oct, 2008 1 commit
-
-
Glenn Morris authored
-
- 03 Oct, 2008 1 commit
-
-
Glenn Morris authored
-
- 30 Sep, 2008 1 commit
-
-
Eli Zaretskii authored
of calling file-directory-p, which stats the directory one more time.
-
- 29 Sep, 2008 2 commits
-
-
Eli Zaretskii authored
(which never changes).
-
Michael Albinus authored
also be `localname'.
-
- 20 Sep, 2008 1 commit
-
-
Glenn Morris authored
(move-file-to-trash): Avoid recursive trashing if rename-file calls delete-file.
-
- 18 Sep, 2008 1 commit
-
-
Simon Josefsson authored
.sieve files.
-
- 16 Sep, 2008 1 commit
-
-
Martin Rudalics authored
pop-to-buffer already does it. (display-buffer-other-frame): Fix doc-string.
-
- 15 Sep, 2008 1 commit
-
-
Martin Rudalics authored
when filename has no separator on windows-nt. (Bug#982)
-
- 02 Sep, 2008 1 commit
-
-
Dan Nicolaescu authored
-
- 05 Aug, 2008 3 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
-
Chong Yidong authored
scheme-indent-function in addition to the deprecated lisp-indent-hook.
-
- 31 Jul, 2008 6 commits
-
-
Juanma Barranquero authored
-
Chong Yidong authored
case-fold-search.
-
Chong Yidong authored
case-fold-search.
-
Juri Linkov authored
mode string using absolute notation like u=rwx,g=rx,o=rx. Use it as the `default' arg of `read-string'.
-
Dan Nicolaescu authored
* xfns.c: * termcap.c: * term.c: * syswait.h: * systty.h: * systime.h: * syssignal.h: * sysdep.c: * process.h: * process.c: * print.c: * ndir.h: * lread.c: * keyboard.c: * getpagesize.h: * floatfns.c: * fileio.c: * emacs.c: * doc.c: * dispnew.c: * dired.c: * data.c: * callproc.c: * buffer.c: * README: * Makefile.in: * s/template.h: * s/msdos.h: * m/vax.h: Remove VMS support. * s/vms.h: * vlimit.h: * uaf.h: * temacs.opt: * param.h: * ioctl.h: Remove file. * descrip.mms: * compile.com: Remove file. * Create.c: Remove VMS support. * message.el (Module): * gnus-start.el (Module): * gnus-registry.el (Module): * textmodes/texinfmt.el: * nxml/nxml-enc.el: * mail/feedmail.el: * international/mule.el: * international/latexenc.el: * emulation/viper-util.el: * emulation/viper-init.el: * emulation/viper-ex.el: * emacs-lisp/bytecomp.el: * version.el: * subr.el: * startup.el: * sort.el: * shadowfile.el: * recentf.el: * printing.el: * paths.el: * minibuffer.el: * ls-lisp.el: * loadup.el: * hippie-exp.el: * finder.el: * files.el: * ediff-util.el: * ediff-ptch.el: * ediff-init.el: * ediff-diff.el: * dired.el: * dired-aux.el: * cus-edit.el: * bindings.el: * arc-mode.el: * add-log.el: Remove VMS support. * obsolete/vmsproc.el: * obsolete/vms-pmail.el: * obsolete/vms-patch.el: Remove file. * etags.c: * emacsclient.c: Remove VMS support. * termcap.src: Remove file. * README: * PROBLEMS: * MACHINES: Remove VMS info. * ediff.texi: Remove VMS support. * os.texi: * intro.texi: * files.texi: Remove VMS support. * emacs.texi: Remove VMS support. * make-dist: * README: Remove VMS support. * vms: Remove directory.
-
Chong Yidong authored
hack-local-variables. (file-local-variables-alist, before-hack-local-variables-hook): New vars. (ignored-local-variables): Add file-local-variables-alist. (hack-local-variables-filter): Renamed from hack-local-variables-apply. Add the result to file-local-variables-alist, without applying them. (hack-local-variables): Set file-local-variables-alist to nil. Call hack-project-variables and before-hack-local-variables-hook. Apply variables here, instead of hack-local-variables-apply. Based on a patch by Alan Mackenzie.
-
- 11 Jul, 2008 1 commit
-
-
Jason Rumney authored
not exist on Windows.
-
- 02 Jul, 2008 1 commit
-
-
Jason Rumney authored
* files.el (backup-extract-version): Handle versioned directories. (trash-directory): New variable. (move-file-to-trash): New function. * cus-start.el (delete-by-moving-to-trash): Declare for custom. * lisp.h (Qdelete_file, Qdelete_directory): Declare extern. * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars. (syms_of_fileio): Initialize and export them. (Fdelete_directory, Fdelete_file): Optionally delete via trash. * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already. (Fsystem_move_file_to_trash): New function. (syms_of_w32fns): Export it to lisp.
-
- 11 Jun, 2008 1 commit
-
-
Stefan Monnier authored
* files.el (save-some-buffers-action-alist): Only use recursive-edit if the user enabled recursive-minibuffers.
-
- 28 May, 2008 3 commits
-
-
Stefan Monnier authored
variable section is not properly terminated.
-
Stefan Monnier authored
* shadowfile.el (shadow-copy-file): * arc-mode.el (archive-*-write-file-member): * files.el (diff-buffer-with-file): * subr.el (with-temp-file): Pass nil to write-region. * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
-
Stefan Monnier authored
calling build_annotations. * lisp/files.el (basic-save-buffer-2): Pass nil rather than (point-min) to write-region.
-
- 22 May, 2008 1 commit
-
-
Stefan Monnier authored
(project-find-settings-file): Rewrite, using locate-dominating-file.
-
- 21 May, 2008 1 commit
-
-
Glenn Morris authored
-
- 20 May, 2008 1 commit
-
-
Michael Olson authored
-
- 19 May, 2008 2 commits
-
-
Michael Olson authored
-
Michael Olson authored
-
- 06 May, 2008 1 commit
-
-
Glenn Morris authored
-
- 02 May, 2008 1 commit
-
-
Stefan Monnier authored
-
- 29 Apr, 2008 1 commit
-
-
Stefan Monnier authored
-
- 27 Apr, 2008 1 commit
-
-
Dan Nicolaescu authored
(epa-file-handler): Put 'safe-magic and 'operations properties. * epa.el (epa-global-minor-modes, epa-mode, epa-menu) (epa-menu-items): Remove. * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify) (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie. (epa-dired-mode, epa-global-dired-mode): Remove. * dired.el (dired-mode-map): Bind encryption/decryption commands. * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item. * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
-
- 22 Apr, 2008 1 commit
-
-
Juri Linkov authored
(switch-to-buffer-other-window, switch-to-buffer-other-frame): Change interactive spec to call read-buffer-to-switch instead of using the letter "B".
-
- 19 Apr, 2008 1 commit
-
-
Stefan Monnier authored
locate-file-completion and make it use `pred' in the normal way. (locate-file-completion): New compatibility wrapper. (load-library): Use locate-file-completion-table. * emacs-lisp/find-func.el (find-library): Likewise. * info.el: Use with-current-buffer and inhibit-read-only. (Info-read-node-name-2): Change to use `predicate' in the normal way. (Info-read-node-name-1): Adjust uses accordingly.
-