summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Collapse)AuthorAgeFilesLines
* (find-file-visit-truename): Fix safe-local-variable value.Richard M. Stallman2007-07-011-1/+1
|
* (auto-mode-alist): Open `.asd' files in lisp-mode.Chong Yidong2007-06-051-0/+2
|
* (auto-mode-alist): Add lower-priority match for names likeChong Yidong2007-06-051-0/+3
| | | | ChangeLog.old.
* (magic-mode-alist): Remove image-type-auto-detected-p.Chong Yidong2007-06-041-3/+3
| | | | (magic-fallback-mode-alist): Add image-type-auto-detected-p.
* (set-auto-mode): Doc fix.Richard M. Stallman2007-05-221-5/+7
|
* (magic-mode-alist, magic-fallback-mode-alist):Stefan Monnier2007-05-161-15/+14
| | | | Move the *ml, Postscript, and XmCD entries to the fallback part.
* (magic-fallback-mode-alist): Rename from file-start-mode-alist.Stefan Monnier2007-05-161-5/+5
|
* (mode-require-final-newline, require-final-newline, enable-local-variables,Juanma Barranquero2007-05-141-7/+7
| | | | enable-local-eval): Doc fixes.
* (file-start-mode-alist): New variable.Richard M. Stallman2007-05-101-38/+67
| | | | | | (magic-mode-regexp-match-limit): Doc fix. (set-auto-mode): Handle file-start-mode-alist. A little cleanup of structure.
* (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.Glenn Morris2007-04-231-0/+1
|
* (magic-mode-alist): Allow for carriage-returns in sgml-mode entries.Glenn Morris2007-04-231-2/+2
|
* (magic-mode-alist): Allow for carriage-returns in html-mode entry.Glenn Morris2007-04-231-4/+4
|
* Revert 2007-03-25 change.Chong Yidong2007-04-131-7/+8
|
* Don't mark default-directory as a safe local var.Chong Yidong2007-03-251-1/+0
|
* (magic-mode-alist): Require literal "%!PS" string forDavid Kastrup2007-03-201-1/+1
| | | | magic postscript file detection.
* (basic-save-buffer): Do not set visited filename whenMartin Rudalics2007-03-201-4/+15
| | | | | the corresponding directory does not exist or the specified filename is that of an existing directory.
* Revert 2006-12-08 change by Kevin Rodgers due to lack of legal papers.Chong Yidong2007-03-191-10/+0
|
* (default-directory): Mark safe.Richard M. Stallman2007-03-191-1/+2
| | | | (basic-save-buffer-2): Put proper dir name in error message.
* (find-file-noselect): No error if file no longer exists.Richard M. Stallman2007-03-051-3/+6
| | | | Display a message and avoid other questions.
* (set-auto-mode-0): Use `indirect-function'.Chong Yidong2007-03-011-10/+14
| | | | (hack-one-local-variable): Don't reapply current major mode.
* (hack-one-local-variable-eval-safep): Correct handlingAndreas Schwab2007-02-251-1/+2
| | | | | of edebug-form-spec property value. Reported by Johan Bockgård <bojohan+mail@dd.chalmers.se>.
* (change-major-mode-with-file-name): Fix typo in docstring.Juanma Barranquero2007-02-111-1/+1
|
* (magic-mode-alist): Call image-mode instead of image-mode-maybe forChong Yidong2007-02-091-1/+1
| | | | autodetected images.
* (magic-mode-alist): Use image-mode-maybe rather thanJason Rumney2007-01-311-1/+1
| | | | image-mode.
* * files.el (get-free-disk-space): Return nil for remoteMichael Albinus2007-01-301-27/+28
| | | | | | | directories. * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls" instead of "dir".
* (hack-local-variables-confirm): Don't keep trying to read an eventChong Yidong2007-01-271-5/+12
| | | | from an empty kbd macro.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (find-alternate-file): Revert query message to Emacs 21 version.Chong Yidong2007-01-201-4/+4
|
* (abbreviate-file-name): Doc fix.Eli Zaretskii2007-01-061-2/+3
|
* (find-file-noselect-1, set-visited-file-name):Richard M. Stallman2007-01-041-1/+3
| | | | Allow backup-enable-predicate to be nil.
* (version-control): Doc fix.Juanma Barranquero2007-01-021-3/+3
|
* (auto-mode-case-fold): Doc fix.Kim F. Storm2006-12-311-1/+1
|
* (auto-mode-case-fold): New defcustom.Kim F. Storm2006-12-311-9/+33
| | | | | (set-auto-mode): If non-nil, perform second case-sensitive pass through auto-mode-alist if first pass failed.
* (backup-buffer): Show entire backup file name in message.Richard M. Stallman2006-12-301-10/+10
| | | | | (make-backup-file-name-1): Precompute abs name but don't lose the relative name.
* (magic-mode-alist): Detect image files with `image-type-auto-detected-p'Juanma Barranquero2006-12-301-1/+1
| | | | instead of `image-type-from-buffer'.
* (magic-mode-alist): Allow matching file type byKim F. Storm2006-12-191-6/+10
| | | | | | calling a function at bob. Check for image types by calling image-type-from-buffer. Suggested by Juanma Barranquero. (set-auto-mode): Do it.
* (magic-mode-alist): Mark as risky.Richard M. Stallman2006-12-171-0/+7
| | | | (make-backup-file-name-1): Expand backup-directory explicitly.
* Whitespace change.Richard M. Stallman2006-12-111-1/+1
|
* (insert-file-1): Compare file size to large-file-warning-threshold and requestEli Zaretskii2006-12-081-0/+10
| | | | confirmation when warranted.
* (revert-buffer): Special error message if file is now not readable.Richard M. Stallman2006-11-281-0/+5
|
* (set-visited-file-name): Use `format', not `message', in `y-or-n-p' call.Juanma Barranquero2006-11-131-6/+6
|
* (revert-buffer): Fix previous change.Kenichi Handa2006-11-101-0/+1
|
* (revert-buffer): If a unibyte buffer is being revertedKenichi Handa2006-10-301-0/+9
| | | | | with a coding system for multibyte, set buffer multibyte before calling insert-file-contents.
* (file-name-history): Add defvar.Richard M. Stallman2006-10-121-2/+5
| | | | (save-some-buffers-action-alist): Improve description strings.
* (auto-mode-alist): Match change log file name also withAndreas Schwab2006-10-121-1/+1
| | | | a dash before a numeric extension.
* Mark `buffer-read-only' as safe-local-variable.Reiner Steib2006-10-081-2/+2
|
* (find-file-existing): Modified to not allow wildcards.Eli Zaretskii2006-09-301-7/+9
|
* * files.el (save-some-buffers-action-alist): Display diff inChong Yidong2006-09-221-1/+7
| | | | view-mode.
* (find-buffer-visiting): Don't get fooled by a nil inode.Stefan Monnier2006-09-201-1/+1
|
* (risky-local-variable-p): Match ...-bindat-spec.Richard M. Stallman2006-09-081-3/+3
|