aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix typo.Lute Kamstra2003-10-021-1/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (file-newest-backup): Use `expand-file-name'.Glenn Morris2003-08-241-1/+1
|
* (set-visited-file-name): Use truename for buffer-file-name.Markus Rost2003-07-271-1/+1
|
* (auto-mode-alist, interpreter-mode-alist): Added comments about whereMartin Stjernholm2003-07-091-0/+8
| | | | the CC Mode mode entries have gone.
* (auto-mode-alist, interpreter-mode-alist): Removed entries to CC ModeMartin Stjernholm2003-07-051-23/+0
| | | | | modes to avoid duplicates; they are now added with autoload directives in cc-mode.el.
* (recover-session-finish): Don't give up when there are two consecutive emptyJuanma Barranquero2003-06-161-13/+16
| | | | lines in the auto-save-list file.
* (after-find-file): Fix arguments of call to `sit-for'.Juanma Barranquero2003-06-031-1/+1
|
* (after-find-file): Simplify msg if nonexistent directory.Richard M. Stallman2003-06-031-4/+3
| | | | (make-directory): Doc fix.
* (large-file-warning-threshold): Add type, groups.John Paul Wallington2003-05-311-2/+5
|
* (recover-file): Bind coding-system-for-read toKenichi Handa2003-05-311-2/+2
| | | | auto-save-coding.
* (insert-directory): Preserve CR in a file name.Andreas Schwab2003-05-241-1/+7
|
* (file-relative-name): Remove dead code.Stefan Monnier2003-05-131-7/+5
| | | | Make sure \n in a filename does not confuse us.
* (insert-file-contents-literally): Allow it to be called within a magic file nameJuanma Barranquero2003-05-071-9/+11
| | | | handler.
* (revert-buffer): Comment fixed.Kenichi Handa2003-05-061-2/+1
|
* (file-relative-name): Recognize "c:/foo" as absoluteKai Großjohann2003-04-251-2/+2
| | | | file name. Tiny change from David PONCE <[email protected]>.
* (view-read-only): Doc fix.Richard M. Stallman2003-04-241-1/+5
|
* (view-read-only): Move from view.el to files.el.Stefan Monnier2003-04-181-1/+4
|
* (view-read-only): Don't declare a second time.Stefan Monnier2003-04-171-18/+46
| | | | | | | | | | | | | | | (find-file-read-only, find-file-read-only-other-window) (find-file-read-only-other-frame): Check that file does exist. (large-file-warning-threshold): New custom. (find-file-noselect): Use it. (report-errors): New macro. (normal-mode): Use it. (toggle-read-only): Really toggle, even if view-mode is on. (parse-colon-path): Remove unused `cd-prefix' var. (make-backup-file-name-1): Remove unused `failed' var. (basic-save-buffer): Remove unused `tempsetmodes' var. (basic-save-buffer-2): Remove unused `temp' var. (insert-directory): Remove unused `available' var.
* *** empty log message ***Stefan Monnier2003-04-141-6/+8
|
* (file-chase-links): Fix previous change.Richard M. Stallman2003-04-091-4/+3
|
* (file-chase-links): New arg LIMIT.Richard M. Stallman2003-04-091-6/+11
| | | | After that many iterations, just return what we've got.
* (hack-local-variables-prop-line): New arg MODE-ONLY.Richard M. Stallman2003-04-031-27/+39
| | | | | (hack-local-variables): When MODE-ONLY is set, pass it along to hack-local-variables-prop-line.
* (file-relative-name): Remove superfluous `and'.Kai Großjohann2003-03-311-23/+22
| | | | Clarify docstring. From Lars Hansen.
* (file-relative-name): If FILENAME and DIRECTORY are onKai Großjohann2003-03-291-27/+93
| | | | | | different drives (on DOS/Windows) or use different handlers, do like `expand-file-name' on FILENAME and return an absolute name. From Lars Hansen <[email protected]>.
* (recode-file-name): New function.Kenichi Handa2003-03-261-0/+52
|
* * files.el (recover-session): Error if there are no previousJohn Paul Wallington2003-03-141-1/+7
| | | | | | | | | | | | | sessions to recover. * subr.el (posn-col-row): Simplify. * arc-mode.el (archive-subtype, archive-file-list-start) (archive-file-list-end, archive-proper-file-start) (archive-read-only, archive-local-name, archive-mode-map) (archive-file-name-indent, archive-remote) (archive-alternate-display, archive-superior-buffer) (archive-subfile-mode): Doc fixes.
* (insert-directory): Decode by what specified.Kenichi Handa2003-03-121-14/+24
|
* (auto-mode-alist): Add .xsl for sgml-mode.Jason Rumney2003-03-111-0/+1
|
* (revert-buffer): Different error message for reverting a nonexistent file.Richard M. Stallman2003-02-231-1/+4
|
* (abbreviate-file-name): Shorten docstring: variablesKai Großjohann2003-02-221-2/+1
| | | | are now hyperlinks and `C-h v' need not be mentioned explicitly.
* (abbreviate-file-name): Document removal ofKai Großjohann2003-02-211-1/+2
| | | | automounter prefixes. Reported by Lars Hansen.
* (insert-directory): Add workaround for the case that weKenichi Handa2003-02-171-1/+6
| | | | can't trust ls's output as to byte positions of filenames.
* (find-alternate-file): Undo last change.Markus Rost2003-02-131-1/+1
|
* (file-truename): Revert change from 2002-11-27.Juanma Barranquero2003-02-121-4/+2
|
* (find-alternate-file): Check whether `dired-directory' is bound.Juanma Barranquero2003-02-121-1/+1
|
* (find-alternate-file): Handle dired-directory like buffer-file-name.Richard M. Stallman2003-02-041-0/+6
|
* Cygwin support patch.Juanma Barranquero2003-01-311-6/+8
|
* (insert-directory): Read the output of "ls" byKenichi Handa2003-01-231-4/+24
| | | | | no-conversion, and decode it later while preserving `dired-filename' property.
* (mode-line-process): Mark as risky.Richard M. Stallman2003-01-131-0/+1
|
* (backup-buffer): Cope if file-modes returns nil.Richard M. Stallman2003-01-011-1/+1
|
* (find-file-noselect-1): Kill local value of `cursor-type'.Richard M. Stallman2002-12-281-0/+1
|
* (insert-directory): Insert free space only when listing a full directory.Andreas Schwab2002-12-081-11/+12
|
* (find-file-read-args): Reenable wildcard processing unconditionally.Andreas Schwab2002-12-071-1/+1
|
* (file-truename): Canonicalize non-existent names on w32.Jason Rumney2002-11-271-7/+6
|
* (parse-time-rules): Mark it as risky.Richard M. Stallman2002-11-181-0/+1
|
* (mode-name): Mark it as risky-local-variable here like theKim F. Storm2002-11-141-0/+1
| | | | other mode-line elements (moved from bindings.el).
* (normal-mode): Call ucs-set-table-for-input.Dave Love2002-11-061-1/+3
|
* (find-buffer-visiting): Accept new optional PREDICATE argument to return only aJuanma Barranquero2002-11-051-40/+48
| | | | | | | buffer that satisfies the predicate. (insert-file-1): New function. (insert-file-literally): Use it. (insert-file): Use it.
* (risky-local-variable-p): VAL=nil has special meaning.Richard M. Stallman2002-10-261-2/+4
|