aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (auto-mode-alist) default mode for extension ".pro" set to `idlwave-mode'Carsten Dominik1999-12-201-0/+1
|
* (after-find-file): Fix previous change.Gerd Moellmann1999-12-121-1/+5
|
* (after-find-file): Use auto-save-visited-file-name if set.Gerd Moellmann1999-12-091-1/+2
|
* (save-some-buffers): Turn EXITING into the more generalStefan Monnier1999-12-071-4/+9
| | | | PRED argument to allow specifying a subset of buffers.
* (write-file-hooks): Doc fix.Richard M. Stallman1999-11-261-1/+2
|
* (auto-mode-alist): add patterns for diff-mode.Stefan Monnier1999-11-191-0/+1
|
* (file-local-copy): Remove optional BUFFER argumentGerd Moellmann1999-11-101-1/+3
| | | | because that's not used by anything.
* (auto-mode-alist): Add ps-mode for .eps and .ps, case insensitive.Gerd Moellmann1999-10-121-1/+2
|
* Recognize temporary crontab files.Dave Love1999-10-051-0/+1
|
* (after-find-file): When visiting a backup file, make it read-only.Richard M. Stallman1999-09-171-1/+5
|
* (find-file-noselect): Catch errors in file-expand-wildcards,Richard M. Stallman1999-09-111-4/+6
| | | | | and use the initial argument as file name directly. Likewise if nothing matches.
* (backup-by-copying-when-privileged-mismatch): New variable.Richard M. Stallman1999-09-081-6/+24
| | | | (backup-buffer): Use it.
* (small-temporary-file-directory): Make it nil except on ms-dos.Eli Zaretskii1999-09-061-3/+4
|
* (small-temporary-file-directory): New variable.Eli Zaretskii1999-09-021-0/+6
|
* (find-file): Doc fix.Dave Love1999-08-261-2/+1
|
* (interpreter-mode-alist): Add make, guile, clisp.Dave Love1999-08-161-2/+7
| | | | (find-file): Doc fix.
* Fix typo in copyright date.Karl Heuer1999-08-101-1/+1
|
* (after-find-file): Disable View mode if buffer is noKarl Heuer1999-08-101-0/+2
| | | | longer read-only.
* (abbreviated-home-dir): Doc fix.Dave Love1999-07-291-1/+1
|
* Comment fix.Karl Heuer1999-07-131-3/+2
|
* (revert-buffer): Don't preserve point here.Richard M. Stallman1999-07-051-4/+5
| | | | (revert-buffer-insert-file-contents-function): Doc fix.
* (auto-mode-alist): Add pike-mode.Karl Heuer1999-06-221-0/+1
|
* (write-file): When buffer is not already visiting a file,Karl Heuer1999-06-121-13/+19
| | | | | don't put buffer name in the minibuffer, just make it the default. Also handle just directory as arg usefully in that case.
* (recover-file): Recover buffer-file-coding-system.Kenichi Handa1999-05-241-1/+4
|
* [from rms]Dave Love1999-05-141-1/+2
| | | | | (find-file-noselect-1): Use abbreviate-file-name when setting buffer-file-truename.
* (find-file-noselect-1): If buffer-file-name has changedKarl Heuer1999-04-291-3/+5
| | | | | after find-file-not-found-hooks runs, recompute the truename. And don't use FILENAME after that point.
* (file-expand-wildcards): Never consider `.' and `..' aAndreas Schwab1999-01-291-3/+9
| | | | | wildcard match. Fix regexp that tests if dirpart contains wildcard characters.
* (find-file): If find-file-noselect returns a list,Richard M. Stallman1999-01-241-9/+24
| | | | | | | do switch-to-buffer on each element. (find-file-other-window): Likewise for all but the first element. (find-file-other-frame): Same. (find-file-noselect): When we expand a wildcard, return a list of buffers.
* (find-file-noselect): Do wildcard processing onlyRichard M. Stallman1999-01-241-26/+37
| | | | | | | | | | if new arg WILDCARDS is non-nil. (find-file, find-file-other-window): New arg WILDCARDS. Default it to non-nil if interactive. (find-file-other-frame): Likewise. (find-file-read-only): Likewise. (find-file-read-only-other-window): Likewise. (find-file-read-only-other-frame): Likewise.
* (auto-save-hook): Defvar this.Karl Heuer1999-01-121-0/+3
|
* (auto-mode-alist): Add sql-mode.Richard M. Stallman1999-01-111-0/+1
|
* (save-buffers-kill-emacs): Show the list of currentRichard M. Stallman1999-01-061-0/+1
| | | | processes before prompting to kill them and exit.
* (recover-session): Preserve point when insertingAndreas Schwab1999-01-041-9/+10
| | | | explanation.
* (find-file-noselect): Let /: suppress wildcard matching.Richard M. Stallman1999-01-031-0/+3
| | | | Error if wildcard matches no files.
* (file-expand-wildcards): Handle wildcards in directory name.Richard M. Stallman1998-12-261-3/+34
| | | | | Be careful about whether to return a relative file name, and if so, relative to what directory.
* (after-find-file): Message fix.Karl Heuer1998-12-101-2/+2
|
* (hack-one-local-variable): Cope with non-file buffers.Richard M. Stallman1998-11-291-3/+5
|
* (hack-local-variables): Test local-enable-local-variables.Karl Heuer1998-11-071-10/+25
| | | | | | | | (hack-local-variables-prop-line): Likewise. (set-auto-mode): Don't test local-enable-local-variables here. (enable-local-variables): Doc fix. (local-enable-local-variables): Doc fix. (normal-mode): Doc fix.
* (revert-buffer): Doc fix.Richard M. Stallman1998-11-011-1/+2
|
* (auto-mode-alist): Recognize .rpm files.Richard M. Stallman1998-10-201-0/+4
| | | | | | Also .spec and .mspec files. (revert-buffer-internal-hook): Add defvar.
* (find-file-wildcards): New option.Richard M. Stallman1998-10-161-82/+101
| | | | | (find-file-noselect): Handle wild cards, if enabled. (file-expand-wildcards): New function.
* (save-buffer): Doc fix.Richard M. Stallman1998-10-081-1/+5
|
* (find-file-noselect): Switch to the correct bufferKarl Heuer1998-10-061-2/+3
| | | | | before checking find-file-literally, and allow non-nil non-t rawfile params.
* Comment fix.Karl Heuer1998-10-061-1/+1
|
* (auto-mode-alist): Add snmp-mode patterns.Karl Heuer1998-08-271-1/+7
|
* (file-name-invalid-regexp): Fix regex for ms-dos without long file names.Andreas Schwab1998-08-241-1/+1
|
* (recover-session): Add leading space on added text lines.Richard M. Stallman1998-08-121-4/+6
|
* (auto-mode-alist): Escape dots in some regexps.Richard M. Stallman1998-08-011-5/+5
| | | | (auto-mode-alist): Fix previous change in sh-script regexps.
* (auto-mode-alist): Fix regular expression error for sh-mode.Kenichi Handa1998-07-261-3/+3
|
* *** empty log message ***Dan Nicolaescu1998-07-251-4/+4
|