summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in comment.Karl Heuer1994-03-131-1/+1
|
* Don't use triple-hyphen in a character class.Karl Heuer1994-03-121-2/+2
|
* (find-buffer-visiting): Don't compare NUMBER if it is nil.Richard M. Stallman1994-03-101-11/+12
|
* (find-buffer-visiting): Fix typo in previous change.Karl Heuer1994-03-091-1/+1
|
* (find-buffer-visiting): New function to look for another buffer visiting theKarl Heuer1994-03-091-40/+41
| | | | | same inode. (find-file-noselect): Use it instead of inline code.
* (buffer-file-truename): Doc fix.Karl Heuer1994-03-031-1/+2
|
* (set-visited-file-name): Unlock the file if setting the visited file name toKarl Heuer1994-02-251-2/+1
| | | | nil.
* (kill-emacs-query-functions): New variable.Richard M. Stallman1994-02-241-0/+10
| | | | (save-buffers-kill-emacs): Use it.
* (revert-buffer): Use new insert-file-contents replace arg.Richard M. Stallman1994-02-171-3/+3
|
* interpreter-mode-alist: Add modes for awk, gawk, and scm scripts.Noah Friedman1994-02-171-1/+4
|
* (recover-file): Call auto-save-file-name-p correctly.Richard M. Stallman1994-02-161-1/+2
|
* (interpreter-mode-alist): New variable.Richard M. Stallman1994-02-161-1/+33
| | | | (set-auto-mode): Use that for chosing a mode.
* (auto-mode-alist): Add elt for .tcl files.Richard M. Stallman1994-02-061-2/+3
| | | | Move texinfo elts up.
* Fix file-relative-name to allow for ancestors as well as descendants.Karl Heuer1994-02-021-11/+5
|
* (auto-mode-alist): Add .p and .pas for pascal-mode.Richard M. Stallman1994-02-011-0/+2
|
* (revert-buffer): Doc fix.Richard M. Stallman1994-02-011-1/+1
|
* (revert-buffer): reposition after-revert-hook, and add before-revert-hook.Karl Heuer1994-02-011-3/+5
|
* (revert-buffer): Run after-revert-hook.Richard M. Stallman1994-01-181-2/+5
|
* Fix typo (extra paren).Roland McGrath1994-01-171-2/+2
|
* (set-auto-mode): Handle (REGEXP FUNCTION t) elements.Richard M. Stallman1994-01-151-15/+28
|
* (abbreviate-file-name): Don't convert / to ~/ when the home dir is /.Richard M. Stallman1994-01-141-1/+4
|
* (auto-mode-alist): Treat changelo like ChangeLog.Richard M. Stallman1994-01-061-0/+1
|
* [ms-dos] (make-backup-file-name, backup-file-name-p):Richard M. Stallman1994-01-061-2/+18
| | | | | Use "*.bak" as backup file name. (user-init-file): new variable.
* (save-some-buffers): Fix previous change.Richard M. Stallman1994-01-011-42/+44
|
* (save-some-buffers): Reinsert lost code to save abbrevs.Richard M. Stallman1993-12-311-33/+41
|
* (hack-one-local-variable): Treat file-name-handler-alistRichard M. Stallman1993-12-301-1/+1
| | | | kand after-load-alist like eval.
* (hack-local-variables-prop-line): If we can't switch-to-bufferRichard M. Stallman1993-12-231-3/+13
| | | | | | | | | in selected window, try another window, then a new frame. (set-visited-file-name): Don't rename-buffer if buffer already has the desired name. (insert-file): Add * to interactive spec.
* (find-backup-file-name): Don't fatal-error onRichard M. Stallman1993-11-101-14/+23
| | | | | | directories that are hard to read; fall back on ~/%backup%. (file-truename): Treat ~USER like just ~.
* (abbreviated-home-dir): Doc fix.Richard M. Stallman1993-10-121-1/+1
|
* (hack-local-variables): If buffer has no file, display its buffer name.Richard M. Stallman1993-10-091-1/+5
|
* (local-write-file-hooks): Make this variable buffer-local.Brian Fox1993-09-211-3/+4
|
* (directory-abbrev-alist): Doc fix.Richard M. Stallman1993-09-171-0/+3
|
* (hack-local-variables-prop-line): Ignore any specificationRichard M. Stallman1993-09-111-72/+66
| | | | | for `mode:', since set-auto-mode has already handled it. (set-auto-mode): Clean up. Handle more than one `mode:' spec in -*-.
* (find-file-noselect): If a find-file-not-found-hook succeeds, clear `error'.Richard M. Stallman1993-08-151-1/+5
|
* (backup-inhibited): Doc fix.Richard M. Stallman1993-08-131-2/+4
|
* (after-find-file): Improve warning message aboutRichard M. Stallman1993-08-061-1/+1
| | | | existing file that can't be read.
* (basic-save-buffer): When we read a file name,Richard M. Stallman1993-07-311-6/+2
| | | | use set-visited-file-name to put it in.
* (insert-directory): Make sure default-directory is absolute.Richard M. Stallman1993-07-261-7/+11
| | | | (set-auto-mode): Fix backwards test involving inhibit-local-variables-regexps.
* (parse-colon-path): Really make nil, not ".", for empty path element.Richard M. Stallman1993-07-221-3/+3
|
* (parse-colon-path): Turn empty substring into nil.Richard M. Stallman1993-07-201-2/+4
|
* (ange-ftp-completion-hook-function): New function.Richard M. Stallman1993-07-201-0/+10
|
* * files.el (insert-directory): Doc fix.Jim Blandy1993-07-181-13/+7
| | | | | | | * files.el (insert-directory): If FULL-DIRECTORY-P is non-nil, add "." component to the end of the path, so that if file is a symlink, we get the contents of the directory, not the symlink itself.
* (basic-save-buffer): Use after-save-hook.Richard M. Stallman1993-07-081-1/+1
|
* (file-relative-name): If we use default-directory,Richard M. Stallman1993-07-081-3/+2
| | | | call expand-file-name anyway.
* (basic-save-buffer): Invoke after-save-buffer-hook, not after-save-hook.Roland McGrath1993-07-071-1/+1
|
* (cd-absolute): Use abbreviate-file-name on expansion of DIR.Roland McGrath1993-07-071-1/+1
|
* (basic-save-buffer): Invoke after-save-hook, not after-save-hooks.Roland McGrath1993-07-071-1/+1
|
* (set-visited-file-name): Rename auto-save file only if it exists.Richard M. Stallman1993-07-011-0/+1
|
* (set-visited-file-name): Rename the old auto save file.Richard M. Stallman1993-07-011-11/+15
|
* (insert-file): Report error if file is directory.Richard M. Stallman1993-06-191-0/+3
|