- 26 Dec, 2008 1 commit
-
-
Eli Zaretskii authored
dosified-file-name. Compare files case-insensitively on systems whose filesystems are case-insensitive.
-
- 22 Dec, 2008 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(basic-save-buffer-0): Most of basic-save-buffer moved here. (basic-save-buffer): Unswap the buffer temporarily if nec.
-
- 09 Dec, 2008 1 commit
-
-
Chong Yidong authored
check whether the buffer is still alive.
-
- 04 Dec, 2008 1 commit
-
-
Glenn Morris authored
-
- 03 Dec, 2008 1 commit
-
-
Chong Yidong authored
-
- 29 Nov, 2008 2 commits
-
-
Juanma Barranquero authored
-
Karl Fogel authored
(break-hardlink-on-save): New variable. (basic-save-buffer-2): Honor new variable break-hardlink-on-save. (file-precious-flag): Mention it in doc string.
-
- 24 Nov, 2008 1 commit
-
-
Chong Yidong authored
`after-completion' value to request confirm only after TAB. (confirm-nonexistent-file-or-buffer): New function. (read-buffer-to-switch, find-file, find-file-other-window) (find-file-other-frame, find-file-read-only) (find-file-read-only-other-window) (find-file-read-only-other-frame): Use it. (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
-
- 22 Nov, 2008 2 commits
-
-
Juri Linkov authored
`dir-name'. Move `(or dir-name name)' to let-binding of `name'. (hack-local-variables-filter): Rename arg `project' to `dir-name'. (hack-local-variables): Rename call of `hack-project-variables' to `hack-dir-local-variables'. Change error text to "Directory-local variables error". (dir-locals-class-alist): Rename from `project-class-alist'. (dir-locals-directory-alist): Rename from `project-directory-alist'. (dir-locals-get-class-variables): Rename from `project-get-alist'. (dir-locals-collect-mode-variables): Rename from `project-collect-bindings-from-alist'. Rename arg `mode-alist' to `mode-variables', and arg `settings' to `variables'. (dir-locals-collect-variables): Rename from `project-collect-binding-list'. Rename arg `binding-list' to `class-variables', and arg `settings' to `variables'. (dir-locals-set-directory-class): Rename from `set-directory-project'. (dir-locals-set-class-variables): Rename from `define-project-bindings'. Rename arg `settings' to `variables'. (dir-locals-file): New defconst. (dir-locals-find-file): Rename from `project-find-settings-file'. Use `dir-locals-file'. Rename let-bound `settings' to `locals-file', and `pda' to `dir-elt'. (dir-locals-read-from-file): Rename from `project-define-from-project-file'. Rename arg `settings-file' to `file'. Rename let-bound `list' to `variables'. (hack-dir-local-variables): Rename from `hack-project-variables'. Rename let-bound `settings' to `variables-file', `root-dir' to `dir-name', and `bindings' to `variables'.
-
Martin Rudalics authored
Rename buffer argument to buffer-or-name. Reword and mention new option confirm-nonexistent-file-or-buffer in doc-string.
-
- 21 Nov, 2008 1 commit
-
-
Chong Yidong authored
-
- 20 Nov, 2008 1 commit
-
-
Glenn Morris authored
(auto-mode-alist): Recognize more OpenOffice.org extensions.
-
- 19 Nov, 2008 1 commit
-
-
Dan Nicolaescu authored
(project-find-settings-file): Undo previous change that added the use of project-settings-file.
-
- 18 Nov, 2008 1 commit
-
-
Stefan Monnier authored
Rename from find-file-confirm-nonexistent-file. (read-buffer-to-switch): Use it.
-
- 14 Nov, 2008 2 commits
-
-
Karl Fogel authored
-
Juanma Barranquero authored
* calendar/diary-lib.el (diary-face-attrs): * international/mule-cmds.el (set-default-coding-systems) (prefer-coding-system): * net/tramp.el (tramp-set-completion-function): * progmodes/vhdl-mode.el (vhdl-file-header): * term/pc-win.el (msdos-show-help): Fix typos in docstrings. * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value. * files.el (enable-local-eval, not-modified, kill-buffer-ask) (kill-matching-buffers, save-buffers-kill-emacs) (save-buffers-kill-terminal): Fix typos in docstrings. (switch-to-buffer-other-window): Reflow docstring. (revert-buffer): Doc fix. (define-project-bindings): Rename arg LIST to SETTINGS. (project-find-settings-file): Use `let', not `let*'. Use `when'.
-
- 13 Nov, 2008 3 commits
-
-
Chong Yidong authored
-
Juanma Barranquero authored
Fix typos in docstrings. (find-file-visit-truename): Remove * from defcustom docstring.
-
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 4 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'.
-