summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Collapse)AuthorAgeFilesLines
* (auto-mode-alist): Fix problem in previous change.Richard M. Stallman1995-02-141-2/+2
|
* (auto-mode-alist): Add .cpp, .cxx, .hxx, .c++, .h++.Richard M. Stallman1995-02-111-0/+5
|
* (recover-file): Use ordinary `f' to read file name.Richard M. Stallman1995-02-101-9/+4
|
* (not-modified): Doc fix.Roland McGrath1995-01-151-2/+5
|
* (revert-buffer): Recompute buffer-file-truename.Richard M. Stallman1995-01-121-0/+4
|
* (find-backup-file-name): Run a file name handler.Richard M. Stallman1995-01-121-93/+99
| | | | (backup-buffer): Do nothing if backup-info is nil.
* (auto-mode-alist): Add entries for .cls files, and for /drafts/.Richard M. Stallman1995-01-041-2/+2
|
* (auto-mode-alist): Add entries for .cls files,Richard M. Stallman1994-12-311-61/+70
| | | | | | | | and for /drafts/. Put tex-mode and latex-mode in lower case. (set-visited-file-name): Error if buffer is indirect. (basic-save-buffer): For indirect buffer, save the base buffer. (save-some-buffers): Ignore indirect buffers.
* (save-buffers-kill-emacs): Fix backward test of value ofRichard M. Stallman1994-12-241-1/+1
| | | | run-hook-with-args-until-failure.
* (hack-local-variables): Run hack-local-variables-hook.Richard M. Stallman1994-12-151-1/+7
| | | | (hack-local-variables-hook): New variable.
* (ignored-local-variables): Mark it risky.Richard M. Stallman1994-12-131-0/+1
|
* (set-auto-mode): Don't get confused by anything ending in "mode:" which isn'tKarl Heuer1994-12-091-1/+3
| | | | a mode spec.
* (backup-buffer): Use file-ownership-preserved-p.Richard M. Stallman1994-11-171-1/+1
|
* (abbreviate-file-name): Handle drive letters on windows-nt as on ms-dos.Richard M. Stallman1994-11-011-1/+2
|
* (find-file-noselect): Call set-buffer-major-mode here.Karl Heuer1994-10-271-0/+1
|
* (buffer-file-truename): Doc fix.Richard M. Stallman1994-10-251-1/+1
|
* (auto-mode-alist): Doc fix.Richard M. Stallman1994-10-191-5/+8
|
* (auto-mode-alist): Doc fix.Richard M. Stallman1994-10-191-2/+2
|
* (set-auto-mode): Discard versions from file name beforeRichard M. Stallman1994-10-041-2/+3
| | | | testing inhibit-first-line-modes-regexps.
* (file-truename): If name has no dir, use default-directory.Richard M. Stallman1994-10-021-1/+1
|
* (save-buffers-kill-emacs): Fix previous change.Richard M. Stallman1994-10-011-1/+1
|
* (save-buffers-kill-emacs): Use run-hook-with-args-until-failure.Richard M. Stallman1994-09-301-25/+11
| | | | | | (find-file-noselect): Use run-hook-with-args-until-success. (after-find-file): Use run-hooks for find-file-hooks. (basic-save-buffer): Use run-hook-with-args-until-success.
* (hack-one-local-variable): Support safe-local-variable property.Richard M. Stallman1994-09-271-2/+7
| | | | (compile-command): Add safe-local-variable property.
* (auto-mode-alist): Handle ada-mode and icon-mode.Richard M. Stallman1994-09-241-0/+2
|
* (find-alternate-file): Confirm killing buffer only if it is visiting a file.Richard M. Stallman1994-09-241-1/+1
|
* (file-ownership-preserved-p): New function.Richard M. Stallman1994-09-221-0/+7
|
* (basic-save-buffer-1): If writing temp file failsRichard M. Stallman1994-09-201-2/+6
| | | | or a precious file, restore the old visited file modtime.
* (file-name-sans-extension): New function.Richard M. Stallman1994-09-191-0/+13
|
* (after-find-file-from-revert-buffer): Add defvar.Richard M. Stallman1994-08-281-0/+2
|
* (find-file-noselect): Improve "file changed" message.Richard M. Stallman1994-08-251-1/+1
|
* (after-find-file): New arg renamed to after-find-file-from-revert-buffer.Richard M. Stallman1994-08-171-2/+4
|
* (after-find-file): New arg from-revert-buffer.Richard M. Stallman1994-08-171-2/+3
| | | | (revert-buffer): Pass t for that.
* (save-buffer): Unconditionally make a backup with 2 orRichard M. Stallman1994-08-061-1/+2
| | | | 3 C-u's even if make-backup-files is nil.
* (file-truename): Temporarily get rid of theRichard M. Stallman1994-07-291-2/+9
| | | | ange-ftp completion handler.
* (set-auto-mode): Shorten scope of case-fold-search binding.Richard M. Stallman1994-07-271-50/+55
| | | | | | | (cd-absolute): Call file-name-as-directory first thing. (basic-save-buffer-1): Ignore file-precious-flag if the file's dir is not writable.
* (rmail-output-file-alist): Mark it risky.Richard M. Stallman1994-07-141-0/+1
|
* (insert-directory): Fix previous change.Richard M. Stallman1994-07-131-2/+2
|
* (insert-directory): Fix prev change.Richard M. Stallman1994-07-121-9/+11
|
* (insert-directory): Allow list for SWITCHES.Richard M. Stallman1994-07-121-5/+23
| | | | Also split up a string containing separate options.
* (hack-one-local-variable): Check for root using user-uid.Richard M. Stallman1994-07-081-1/+1
|
* (outline-level): Mark it risky.Richard M. Stallman1994-07-071-0/+2
|
* (process-environment, exec-path, load-path,exec-directory):Richard M. Stallman1994-07-071-1/+5
| | | | | Mark these as risky. (hack-one-local-variable): Treat vars ending in -program and -command as risky.
* (switch-to-buffer-other-frame): Raise the frame.Richard M. Stallman1994-07-071-1/+2
|
* (revert-buffer-function): Doc fix.Richard M. Stallman1994-07-061-1/+3
|
* (auto-save-mode): If autosave is off because buffer hasRichard M. Stallman1994-07-061-1/+4
| | | | shrunk, then toggling should turn it on.
* (delete-old-versions): Var renamed from trim-versions-without-asking.Richard M. Stallman1994-07-061-6/+6
|
* (set-visited-file-name): Avoid crash if TRUENAME is nil.Richard M. Stallman1994-07-051-1/+2
|
* (file-truename): Use iteration when possible.Richard M. Stallman1994-07-051-33/+64
| | | | | | | Avoid recalculating the same truename twice in one invocation. Error check for infinite link loop. (debugger): Make it a risky-local-variable.
* (set-visited-file-name): Handle find-file-visit-truenameRichard M. Stallman1994-07-051-29/+34
| | | | early on, before we deal with lock files.
* (delete-auto-save-files): Doc fix.Richard M. Stallman1994-06-211-2/+2
| | | | (insert-directory): Don't quote braces for shell.