summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Collapse)AuthorAgeFilesLines
* (local-write-file-hooks): New variable.Richard M. Stallman1993-03-261-2/+12
| | | | | (set-visited-file-name): Kill local-write-file-hooks as local var. (basic-save-buffer): Use local-write-file-hooks.
* * files.el (insert-directory): Do chase symlinks before passingJim Blandy1993-03-231-4/+7
| | | | the directory name to ls.
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+6
|
* * files.el (basic-save-buffer): If file-precious-flag is set, andJim Blandy1993-03-111-0/+4
| | | | | we write the buffer to a temp file and then rename it, don't neglect to set the new file's modes properly.
* (write-file): Handle directory name as arg.Richard M. Stallman1993-03-031-2/+11
|
* * files.el (revert-buffer): Reverse the sense of the firstJim Blandy1993-02-221-6/+20
| | | | | | | argument, but leave interactive usage the same. * vc.el (vc-resynch-window): Call vc-revert-buffer1 with the newly appropriate arguments. This seems to be the only file which was adjusted for the new meaning of the revert-buffer arguments.
* (insert-directory): Doc fix.Richard M. Stallman1993-02-201-1/+1
|
* (find-file-hooks): Delete permanent-local property.Richard M. Stallman1993-02-151-2/+4
| | | | (find-file-not-found-hooks): Likewise.
* (switch-to-buffer-other-frame): Pass t to pop-to-buffer.Roland McGrath1993-01-141-1/+1
|
* (abbreviated-home-dir): New variable.Richard M. Stallman1992-12-261-1/+15
| | | | (abbreviate-file-name): Properly convert abbreviated homedir to ~.
* The find-file-name-handler function in ../src/fileio.c is nowJim Blandy1992-12-121-40/+6
| | | | | | | | | | callable from lisp; use it instead of writing out its code. * dired-aux.el (dired-compress-file): Just that. * dired.el (dired-uncache): Just that. * files.el (file-local-copy, file-truename, file-name-sans-versions, make-directory, save-buffers-kill-emacs): Just that. * ls-lisp.el (insert-directory): Just that.
* (make-directory): Renamed from make-directory-path.Richard M. Stallman1992-11-031-24/+28
| | | | | | | Optional argument says whether to create parent dirs. Invoke file-name handler here. (after-find-file): Delete code that offers to create dir. Instead, just print a message.
* (set-visited-file-name): Change the auto save file name.Richard M. Stallman1992-10-231-1/+8
|
* Doc fixes.Richard M. Stallman1992-10-211-3/+3
|
* (file-truename): Check for root by seeing ifRichard M. Stallman1992-10-201-15/+29
| | | | | directory-file-name returns same as DIR. Look for a file-truename handler for the file name.
* * files.el (file-truename): The variable ~ should be considered anJim Blandy1992-10-141-1/+3
| | | | | absolute pathname; handle it correctly. Concatenate the directory onto the filename in the correct order.
* (buffer-file-number): New variable.Richard M. Stallman1992-10-121-63/+224
| | | | | | | | | (find-file-noselect): Record the file's filenum and devnum. Notify if any buffer has the same values. (basic-save-buffer): Save new filenum and devnum. For file-precious-flag, pass real name as VISIT arg of write-region. (set-visited-file-name): Likewise. Clear buffer-file-{number,truename} if now visiting no file.
* Doc fix.Richard M. Stallman1992-10-091-2/+1
|
* (hack-local-variables): Ignore attempts to bind enable-local-eval.Richard M. Stallman1992-10-081-0/+2
|
* (file-relative-name-1): New function split out.Richard M. Stallman1992-09-281-11/+11
| | | | (file-relative-name): Use it.
* (file-relative-name): Rewritten so unrelativizable file names win.Roland McGrath1992-09-271-3/+11
|
* (file-relative-name): Don't lose when DIRECTORY is nil.Roland McGrath1992-09-271-1/+2
|
* (file-relative-name): New function.Roland McGrath1992-09-271-0/+9
|
* (after-find-file): New arg NOAUTO.Richard M. Stallman1992-09-241-5/+6
| | | | (revert-buffer, recover-file): Pass t for that arg.
* entered into RCSRichard M. Stallman1992-09-201-0/+4
|
* *** empty log message ***Richard M. Stallman1992-09-141-12/+31
|
* *** empty log message ***Richard M. Stallman1992-09-131-33/+84
|
* *** empty log message ***Richard M. Stallman1992-09-121-6/+19
|
* *** empty log message ***Richard M. Stallman1992-09-111-1/+4
|
* *** empty log message ***Richard M. Stallman1992-09-011-4/+6
|
* *** empty log message ***Joseph Arceneaux1992-08-061-1/+2
|
* *** empty log message ***Richard M. Stallman1992-08-031-1/+3
|
* *** empty log message ***Richard M. Stallman1992-08-031-4/+6
|
* *** empty log message ***Roland McGrath1992-07-281-2/+8
|
* *** empty log message ***Richard M. Stallman1992-07-281-6/+14
|
* *** empty log message ***Richard M. Stallman1992-07-221-1/+1
|
* *** empty log message ***Eric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-221-2/+3
|
* *** empty log message ***Richard M. Stallman1992-07-191-0/+1
|
* *** empty log message ***Jim Blandy1992-07-171-7/+11
|
* *** empty log message ***Eric S. Raymond1992-07-161-1/+6
|
* *** empty log message ***Jim Blandy1992-07-151-18/+18
|
* *** empty log message ***Jim Blandy1992-07-101-7/+8
|
* *** empty log message ***Richard M. Stallman1992-07-041-1/+1
|
* *** empty log message ***Richard M. Stallman1992-07-021-1/+2
|
* *** empty log message ***Roland McGrath1992-07-021-0/+1
|
* *** empty log message ***Richard M. Stallman1992-06-231-9/+20
|
* *** empty log message ***Jim Blandy1992-06-101-3/+4
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* *** empty log message ***Jim Blandy1992-05-101-2/+2
|