summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* (find-alternate-file): Don't clear buffer-file-truenameRichard M. Stallman1996-06-121-3/+3
| | | | and friends until after calling unlock-buffer.
* (hack-local-variables-prop-line): Bind enable-local-eval.Richard M. Stallman1996-06-091-3/+4
|
* (buffer-file-numbers-unique): New variable;Richard M. Stallman1996-06-041-1/+5
| | | | | | initialize to nil for windows-nt. (find-buffer-visiting): Skip search for buffer based on buffer-file-number if these are not unique.
* (make-backup-file-name): Check msdos-long-file-names.Karl Heuer1996-05-211-3/+6
| | | | (basic-save-buffer-1, make-auto-save-file-name): Likewise.
* (auto-mode-alist): .F gets fortran mode.Richard M. Stallman1996-04-211-0/+1
|
* (after-find-file): Mention file name in "auto save is newer" message.Richard M. Stallman1996-04-191-1/+2
|
* (interpreter-mode-alist): Recognize perl5.Richard M. Stallman1996-04-121-0/+1
|
* (auto-mode-alist): Handle `.java'.Richard M. Stallman1996-04-111-0/+1
|
* (file-newest-backup): Return the newest backup for theRichard M. Stallman1996-04-031-5/+9
| | | | | exact file name specified, not the newest backup of all files whose names start with that substring.
* (set-visited-file-name): Don't call find-buffer-visiting if filename is nil.Richard M. Stallman1996-03-261-1/+1
|
* Comment change.Richard M. Stallman1996-03-021-1/+2
|
* (set-visited-file-name): Query if there's already anotherRichard M. Stallman1996-03-011-0/+5
| | | | buffer visiting this file.
* (find-file-noselect): If after-find-file switches buffers,Karl Heuer1996-02-211-1/+2
| | | | return the buffer that it leaves current.
* (interpreter-mode-alist): Add mawk.Karl Heuer1996-02-191-1/+2
| | | | (set-auto-mode): Allow either space or tab in #! line.
* (auto-mode-alist): Recognize GNUmakefile.Karl Heuer1996-02-161-1/+1
|
* (auto-mode-alist): Recognize .itcl and .itk suffixes.Karl Heuer1996-02-161-0/+2
|
* (auto-mode-alist): .ksh suffix means sh-mode.Richard M. Stallman1996-02-021-3/+5
| | | | (write-file): Interactively, prefix arg means don't confirm.
* (list-directory): Set default-directory better if theRichard M. Stallman1996-01-281-1/+4
| | | | argument is a directory's file name.
* (find-file-noselect): Fix error message style.Karl Heuer1996-01-241-1/+1
|
* (auto-mode-alist): Recognize ".exp" suffix.Karl Heuer1996-01-191-0/+1
|
* (auto-mode-alist): Use "\\`" instead of "^".Karl Heuer1996-01-171-2/+2
|