aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
Commit message (Collapse)AuthorAgeFilesLines
* (file-chase-links): When handling .., make newname absolute.Richard M. Stallman1997-06-271-26/+40
| | | | | | Simplify several places. (file-relative-name): Handle directory names as well as file names. Don't get fooled by empty directory names, etc.
* (require-final-newline): Fix custom :type.Richard M. Stallman1997-06-201-1/+3
|
* (ctl-x-map): Delete the C-x C-q binding for toggle-read-only.Richard M. Stallman1997-06-181-1/+0
|
* (backup, find-file): Make `files' their parent.Richard M. Stallman1997-06-181-16/+30
| | | | | | | | | | | (view-read-only): New option variable. If non-nil then buffers visiting files read-only, do it in view mode. (find-file-read-only, find-file-read-only-other-window) (find-file-read-only-other-frame): Call toggle-read-only instead of setting buffer-read-only explicitly. (toggle-read-only, after-find-file): Handle view-read-only. (save-some-buffers): Use second argument of view-buffer instead of setting view-exit-action.
* (file-name-non-special): HandleRichard M. Stallman1997-06-081-0/+2
| | | | file-name-completion and file-name-all-completions.
* (file-name-non-special): Special handling forRichard M. Stallman1997-05-301-2/+7
| | | | substitute-in-file-name operation.
* (find-file): Delete the facility of handling a prefixKenichi Handa1997-05-281-79/+38
| | | | | | | | | argument. (find-file-other-window, find-file-read-only): Likewise. (find-file-read-only-other-window): Likewise. (find-file-read-only-other-frame): Likewise. (find-alternate-file-other-window, find-alternate-file): Likewise. (write-file, insert-file, append-to-file): Likewise.
* (path-separator, parse-colon-path): Doc fixes.Richard M. Stallman1997-05-201-5/+13
| | | | | | | (revert-without-query): Renamed from find-file-revert-without-query. (find-file-noselect): Use new option. (revert-buffer): Check the option here too.
* (backup-extract-version-start): New variable.Richard M. Stallman1997-05-101-20/+22
| | | | | | | (find-backup-file-namem, backup-extract-version): Rename bv-length to backup-extract-version-start. (file-relative-name): Bind the variable fname.
* (auto-mode-alist): Shuffle a few elements,Richard M. Stallman1997-05-101-4/+4
|
* Use defgroup and defcustom.Richard M. Stallman1997-05-051-58/+133
|
* Doc fix.Richard M. Stallman1997-05-051-1/+1
|
* (set-auto-mode): New arg JUST-FROM-FILE-NAME.Richard M. Stallman1997-05-051-77/+111
| | | | | | (hack-local-variables): New arg MODE-ONLY. (set-visited-file-name): Alter the major mode based on new file name. (change-major-mode-with-file-name): New variable.
* (recover-file): Fix error message.Richard M. Stallman1997-04-211-1/+1
|
* (auto-mode-alist): Add .dsl and .dsssl for dsssl-mode.Richard M. Stallman1997-04-121-0/+1
|
* (file-relative-name): Expand both args beforeRichard M. Stallman1997-04-111-9/+21
| | | | | | checking for device mismatch. (file-relative-name): Handle differing drive letters on Microsoft systems.
* (make-auto-save-file-name): Replace both / and \Richard M. Stallman1997-03-291-14/+11
| | | | with sequences starting with %.
* (recover-session): Add `t' to switches.Richard M. Stallman1997-03-221-1/+2
|
* (find-file, find-file-other-window,Karl Heuer1997-02-201-42/+88
| | | | | | | | | | | | | find-file-read-only, find-file-read-only-other-window, find-file-read-only-other-frame, find-alternate-file-other-window, find-alternate-file): With a prefix argument, enable users to specify a coding system interactively. (find-file-noselect): Describe optional arguments NOWARN and RAWFILE in the doc-string. (write-file, insert-file, append-to-file): Accept a prefix argument to enable users to specify a coding system interactively. (revert-buffer): Read an auto-saved file without any code conversion.
* (file-relative-name): Protect the match-data.Erik Naggum1997-02-051-8/+9
|
* (set-visited-file-name): New arg ALONG-WITH-FILE.Richard M. Stallman1997-02-031-5/+10
|
* (switch-to-buffer-other-frame)Richard M. Stallman1997-01-051-6/+10
| | | | (switch-to-buffer-other-window): New arg NORECORD.
* (insert-directory): Use -- as argRichard M. Stallman1996-12-311-1/+3
| | | | so that a file name or pattern is never taken as an option.
* Change defconsts to defvars.Richard M. Stallman1996-12-161-26/+26
|
* (find-file-revert-without-query): New variable.Richard M. Stallman1996-12-151-2/+23
| | | | | (find-file-noselect): Revert certain files without query if the file has changed and the buffer has not.
* (backup-buffer): Doc fix.Karl Heuer1996-12-061-1/+5
|
* (write-contents-hooks): Doc fix.Karl Heuer1996-11-171-1/+1
|
* (revert-buffer): Doc fix.Richard M. Stallman1996-11-091-4/+14
| | | | (wildcard-to-regexp): Don't treat [] as special.
* more auto-mode-alist modes.Simon Marshall1996-10-281-0/+2
|
* (set-visited-file-name): Doc fix.Richard M. Stallman1996-10-261-2/+2
| | | | (write-file): Use CONFIRM when calling set-visited-file-name.
* (hack-local-variables-prop-line):Richard M. Stallman1996-10-131-5/+25
| | | | Ignore case when checking for `mode'.
* (auto-mode-alist): .hpp files get C++ mode.Richard M. Stallman1996-10-101-0/+1
|
* (file-name-non-special): New function.Richard M. Stallman1996-10-041-0/+44
| | | | Add it to file-name-handler-alist.
* (recover-session): Error if session files turned off.Richard M. Stallman1996-10-021-0/+2
|
* (auto-mode-alist): Add lower-case varieties ofRichard M. Stallman1996-09-251-1/+7
| | | | | | ChangeLog filenames, for case-insensitive MSDOS and MS-Windows. (insert-file-contents-literally): Doc fix.
* (file-locked-p): Alias to `ignore' if no file locking.Richard M. Stallman1996-09-161-0/+2
|
* (find-file-existing-other-name): Default value now t.Richard M. Stallman1996-09-141-1/+1
|
* (inhibit-first-line-modes-regexps): Add .tgz.Richard M. Stallman1996-09-131-1/+1
|
* (insert-directory): If ls fails, get an error.Richard M. Stallman1996-09-011-49/+53
|
* (make-auto-save-file-name): Try a few directoriesRichard M. Stallman1996-09-011-2/+8
| | | | to get one we can write in.
* (kill-some-buffers): New arg LIST says buffers to maybe kill.Richard M. Stallman1996-08-291-15/+17
|
* (revert-buffer): Doc fix.Richard M. Stallman1996-08-201-0/+3
|
* (dabbrev-case-fold-search, dabbrev-case-replace): SetRichard M. Stallman1996-07-221-0/+2
| | | | `risky-local-variable' property, since these get eval'ed.
* (insert-directory): Fix previous change.Erik Naggum1996-07-071-1/+1
|
* (insert-directory): When converting SWITCHES string to a list, put backMiles Bader1996-07-041-1/+1
| | | | in original order.
* (set-visited-file-name): New optional arg NO-QUERY.Richard M. Stallman1996-06-291-2/+6
|
* (abbreviate-file-name): Ignore automount-dir-prefix if nil.Richard M. Stallman1996-06-281-1/+2
|
* (auto-mode-alist): Treat .pm like .pl.Richard M. Stallman1996-06-281-0/+1
|
* (set-auto-mode): Run multiple mode: specs in left-to-right order.Richard M. Stallman1996-06-241-1/+1
|
* (auto-mode-alist): Add uppercase version of archiveRichard M. Stallman1996-06-181-0/+1
| | | | mode file name extensions ARC, ZIP, LXH, ZOO.