aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
Commit message (Collapse)AuthorAgeFilesLines
* (backup-directory-alist): Fix typo.Andreas Schwab2001-03-301-1/+1
|
* (insert-file-contents-literally): BindDave Love2001-03-021-2/+3
| | | | | inhibit-file-name-handlers and inhibit-file-name-operation, not jka-compr-compression-info-list.
* (save-buffer): Don't give message if (buffer-file-name)Gerd Moellmann2001-01-311-3/+4
| | | | returns nil.
* (confirm-kill-emacs): Doc fix.Eli Zaretskii2001-01-291-1/+3
|
* (confirm-kill-emacs): New user-option.Gerd Moellmann2001-01-101-0/+10
| | | | | (save-buffers-kill-emacs): Ask for final confirmation before killing Emacs.
* (insert-directory-safely): New function.Eli Zaretskii2000-12-211-2/+19
| | | | (recover-file): Use it instead of insert-directory.
* (load-file): Fix last change.Dave Love2000-12-081-1/+1
|
* (load-file): Fix change of 2000-03-12.Dave Love2000-12-061-4/+5
|
* (revert-buffer, recover-file): BindEli Zaretskii2000-12-011-2/+2
| | | | coding-system-for-read to emacs-mule-unix, not to no-conversion.
* (auto-mode-alist): Add an entry for antlr-mode.Gerd Moellmann2000-11-291-1/+2
|
* (find-buffer-visiting): Compare all attributes beforeStefan Monnier2000-11-211-16/+12
| | | | | declaring two files identical (rather than just their inode-no). (auto-mode-alist): Use \' rather than $.
* (basic-save-buffer): Don't add a newline ifGerd Moellmann2000-11-161-1/+3
| | | | | find-file-literally is non-nil. (find-file-literally): Extend doc string.
* (find-file-noselect): When we expand a wildcard, returnGerd Moellmann2000-10-311-1/+1
| | | | a list of buffers, as we should do according to the doc string.
* (after-find-file): Don't print any warnings ifGerd Moellmann2000-10-241-43/+44
| | | | WARN is nil.
* (after-find-file): Don't print a message ``New file''Gerd Moellmann2000-10-241-1/+1
| | | | if WARN is nil.
* (make-backup-file-name-1) [windowsnt, ms-dos]: RemoveAndrew Innes2000-10-231-5/+1
| | | | | | superfluous calls to subst-char-in-string; instead apply expand-file-name after convert-standard-filename to ensure expected directory separators are used.
* (auto-mode-alist): Add .dif and .pat as diff-mode extensions, for MS-DOS.Eli Zaretskii2000-10-171-0/+1
|
* (find-backup-file-name) [ms-dos]: If support for longEli Zaretskii2000-10-071-1/+5
| | | | | file names is not available, behave as if version-control were set to never.
* (set-auto-mode): Ignore unknown -*- mode -*- rather thanStefan Monnier2000-10-071-15/+21
| | | | raise an error. This way it can still defaults to a sane value.
* Fix prev change.André Spiegel2000-10-041-330/+651
|
* (basic-save-buffer): Call vc-before-save before saving.André Spiegel2000-10-041-651/+332
|
* (auto-mode-alist): Add pattern for `#*mail*...'.Gerd Moellmann2000-09-301-1/+2
|
* (find-file-suppress-same-file-warnings): period in doc stringSam Steingold2000-09-261-3/+3
|
* (find-file-suppress-same-file-warnings): NewGerd Moellmann2000-09-191-0/+10
| | | | | user-option. (find-file-noselect): Use it.
* (insert-directory): Don't lose original file name,Andreas Schwab2000-08-171-29/+32
| | | | undoing an undocumented change.
* (recover-file): Call insert-directory instead ofEli Zaretskii2000-08-101-6/+9
| | | | invoking `ls' directly.
* (insert-directory): Don't call access-file onEli Zaretskii2000-08-091-2/+14
| | | | directories on DOS and Windows.
* (auto-mode-interpreter-regexp): New variable.Gerd Moellmann2000-08-081-2/+12
| | | | (set-auto-mode): Use it.
* (shell-quote-wildcard-pattern): Make sure to returnGerd Moellmann2000-08-071-1/+3
| | | | PATTERN, in the Unix case.
* (shell-quote-wildcard-pattern): New function.Eli Zaretskii2000-07-301-16/+58
| | | | | (insert-directory): Call it. Only prepend "\" to command on Unix and GNU/Linux systems.
* (normal-backup-enable-predicate): CorrectAndreas Schwab2000-07-261-2/+2
| | | | interpretation of the return value of compare-strings.
* insert-directory: use split-stringSam Steingold2000-07-181-46/+38
|
* (basic-save-buffer-2): When temporarily settingGerd Moellmann2000-06-231-1/+1
| | | | file modes, set them to current modes plus 0200, not to 0777.
* (make-backup-file-name-1): On DOS/Windows, run theEli Zaretskii2000-06-221-0/+3
| | | | backup file name through convert-standard-filename.
* Rename make-buffer-file-executable-if-script-p.Dave Love2000-06-091-1/+1
|
* (after-save-hook): Customize, withDave Love2000-06-091-2/+5
| | | | make-buffer-file-executable-if-script-p as an option.
* (convert-standard-filename): Doc fix.Dave Love2000-06-021-19/+22
| | | | | (normal-backup-enable-predicate): New function. (backup-enable-predicate): Use it to replace the lambda form.
* (make-backup-file-name-1): Replace slashes with `!'Eli Zaretskii2000-05-231-10/+30
| | | | | rather than `|' (which is not allowed on Windows). Replace the drive letters with a string "drive_X".
* (interpreter-mode-alist): Add `bash2'.Gerd Moellmann2000-05-231-0/+1
|
* (parse-colon-path): Doc fix.Dave Love2000-05-221-163/+170
| | | | | (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. (set-auto-mode): Use mapc.
* (auto-mode-alist): Add pattern for `.shrc'.Gerd Moellmann2000-05-191-1/+1
|
* (auto-mode-alist): Change `EBROWSE' to `BROWSE'.Gerd Moellmann2000-05-041-1/+1
|
* (recover-session): Make directories as necessaryGerd Moellmann2000-05-021-0/+3
| | | | if they don't exist yet.
* (make-auto-save-file-name):Gerd Moellmann2000-04-291-21/+52
| | | | | | | | | Apply auto-save-file-name-transforms to visited file name before generating auto save file name. (auto-save-file-name-transforms): New variable. (backup-enable-predicate): Correctly test for a file under a temporary directory.
* (basic-save-buffer-2): Use a template with `$'Gerd Moellmann2000-04-171-1/+3
| | | | instead of `#' for VMS.
* (backup-enable-predicate): Unquote the lambda.Stefan Monnier2000-04-171-1/+1
|
* (auto-mode-alist): Add `EBROWSE'.Gerd Moellmann2000-04-101-1/+3
|
* (backup-enable-predicate): Use temporary-file-directory,Dave Love2000-04-091-44/+133
| | | | | | | | | | small-temporary-file-directory. (make-backup-file-name-function, backup-directory-alist): New variables. (make-backup-file-name-1): New function. (make-backup-file-name): Use it. (find-backup-file-name): Likewise. Use format for clarity, not concat. (file-newest-backup): Use make-backup-file-name.
* (insert-directory): List the total free spaceGerd Moellmann2000-04-031-2/+20
| | | | along with the used space.
* Doc fixes.Dave Love2000-03-261-35/+37
| | | | | | | (file-truename): Include `[' in wildcard characters. (automount-dir-prefix): Customize. (find-file-wildcards): Add :version. (find-file-noselect): Simplify a mapcar call.