Mercurial > emacs
annotate lisp/files.el @ 1717:aa7d6d57504b
* frame.h (struct frame): New fields `can_have_scrollbars' and
`has_vertical_scrollbars'.
(FRAME_CAN_HAVE_SCROLLBARS, FRAME_HAS_VERTICAL_SCROLLBARS): New
accessors, for both the MULTI_FRAME and non-MULTI_FRAME.
(VERTICAL_SCROLLBAR_WIDTH, WINDOW_VERTICAL_SCROLLBAR,
WINDOW_VERTICAL_SCROLLBAR_COLUMN,
WINDOW_VERTICAL_SCROLLBAR_HEIGHT): New macros.
* window.h (struct window): New field `vertical_scrollbar'.
* xterm.h (struct x_display): vertical_scrollbars,
judge_timestamp, vertical_scrollbar_extra: New fields.
(struct scrollbar): New struct.
(VERTICAL_SCROLLBAR_PIXEL_WIDTH, VERTICAL_SCROLLBAR_PIXEL_HEIGHT,
VERTICAL_SCROLLBAR_LEFT_BORDER, VERTICAL_SCROLLBAR_RIGHT_BORDER,
VERTICAL_SCROLLBAR_TOP_BORDER, VERTICAL_SCROLLBAR_BOTTOM_BORDER,
CHAR_TO_PIXEL_WIDTH, CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_WIDTH,
PIXEL_TO_CHAR_HEIGHT): New accessors and macros.
* frame.c (make_frame): Initialize the `can_have_scrollbars' and
`has_vertical_scrollbars' fields of the frame.
* term.c (term_init): Note that TERMCAP terminals don't support
scrollbars.
(mouse_position_hook): Document new args.
(set_vertical_scrollbar_hook, condemn_scrollbars_hook,
redeem_scrollbar_hook, judge_scrollbars_hook): New hooks.
* termhooks.h: Declare and document them.
(enum scrollbar_part): New type.
(struct input_event): Describe the new form of the scrollbar_click
event type. Change `part' from a Lisp_Object to an enum
scrollbar_part. Add a new field `scrollbar'.
* keyboard.c (kbd_buffer_get_event): Pass appropriate new
parameters to *mouse_position_hook, and make_lispy_movement.
* xfns.c (x_set_vertical_scrollbar): New function.
(x_figure_window_size): Use new macros to calculate frame size.
(Fx_create_frame): Note that X Windows frames do support scroll
bars. Default to "yes".
* xterm.c: #include <X11/cursorfont.h> and "window.h".
(x_vertical_scrollbar_cursor): New variable.
(x_term_init): Initialize it.
(last_mouse_bar, last_mouse_bar_frame, last_mouse_part,
last_mouse_scroll_range_start, last_mouse_scroll_range_end): New
variables.
(XTmouse_position): Use them to return scrollbar movement events.
Take new arguments, for that purpose.
(x_window_to_scrollbar, x_scrollbar_create,
x_scrollbar_set_handle, x_scrollbar_remove, x_scrollbar_move,
XTset_scrollbar, XTcondemn_scrollbars, XTredeem_scrollbar,
XTjudge_scrollbars, x_scrollbar_expose,
x_scrollbar_background_expose, x_scrollbar_handle_click,
x_scrollbar_handle_motion): New functions to implement scrollbars.
(x_term_init): Set the termhooks.h hooks to point to them.
(x_set_window_size): Use new macros to calculate frame size. Set
vertical_scrollbar_extra field.
(x_make_frame_visible): Use the frame accessor
FRAME_HAS_VERTICAL_SCROLLBARS to decide if we need to map the
frame's subwindows as well.
(XTread_socket): Use new size-calculation macros from xterm.h when
processing ConfigureNotify events.
(x_wm_set_size_hint): Use PIXEL_TO_CHAR_WIDTH and
PIXEL_TO_CHAR_HEIGHT macros.
* ymakefile (xdisp.o): This now depends on termhooks.h.
(xterm.o): This now depends on window.h.
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Thu, 24 Dec 1992 06:17:18 +0000 |
| parents | ecf43116a845 |
| children | ac890f97e78b |
| rev | line source |
|---|---|
|
662
8a533acedb77
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
638
diff
changeset
|
1 ;;; files.el --- file input and output commands for Emacs |
|
8a533acedb77
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
638
diff
changeset
|
2 |
|
846
20674ae6bf52
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
844
diff
changeset
|
3 ;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. |
|
20674ae6bf52
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
844
diff
changeset
|
4 |
|
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
5 ;; Maintainer: FSF |
| 337 | 6 |
| 7 ;; This file is part of GNU Emacs. | |
| 8 | |
| 9 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
| 10 ;; it under the terms of the GNU General Public License as published by | |
|
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
11 ;; the Free Software Foundation; either version 2, or (at your option) |
| 337 | 12 ;; any later version. |
| 13 | |
| 14 ;; GNU Emacs is distributed in the hope that it will be useful, | |
| 15 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 17 ;; GNU General Public License for more details. | |
| 18 | |
| 19 ;; You should have received a copy of the GNU General Public License | |
| 20 ;; along with GNU Emacs; see the file COPYING. If not, write to | |
| 21 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | |
| 22 | |
|
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
23 ;;; Code: |
|
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
24 |
| 337 | 25 (defconst delete-auto-save-files t |
| 26 "*Non-nil means delete a buffer's auto-save file when the buffer is saved.") | |
| 27 | |
| 28 (defconst directory-abbrev-alist | |
| 29 nil | |
| 30 "*Alist of abbreviations for file directories. | |
| 31 A list of elements of the form (FROM . TO), each meaning to replace | |
| 32 FROM with TO when it appears in a directory name. This replacement is | |
| 33 done when setting up the default directory of a newly visited file. | |
| 34 *Every* FROM string should start with `^'. | |
| 35 | |
| 36 Use this feature when you have directories which you normally refer to | |
| 37 via absolute symbolic links. Make TO the name of the link, and FROM | |
| 38 the name it is linked to.") | |
| 39 | |
| 40 ;;; Turn off backup files on VMS since it has version numbers. | |
| 41 (defconst make-backup-files (not (eq system-type 'vax-vms)) | |
| 42 "*Create a backup of each file when it is saved for the first time. | |
| 43 This can be done by renaming the file or by copying. | |
| 44 | |
| 45 Renaming means that Emacs renames the existing file so that it is a | |
| 46 backup file, then writes the buffer into a new file. Any other names | |
| 47 that the old file had will now refer to the backup file. The new file | |
| 48 is owned by you and its group is defaulted. | |
| 49 | |
| 50 Copying means that Emacs copies the existing file into the backup | |
| 51 file, then writes the buffer on top of the existing file. Any other | |
| 52 names that the old file had will now refer to the new (edited) file. | |
| 53 The file's owner and group are unchanged. | |
| 54 | |
| 55 The choice of renaming or copying is controlled by the variables | |
| 56 `backup-by-copying', `backup-by-copying-when-linked' and | |
| 57 `backup-by-copying-when-mismatch'.") | |
| 58 | |
| 59 ;; Do this so that local variables based on the file name | |
| 60 ;; are not overridden by the major mode. | |
| 61 (defvar backup-inhibited nil | |
| 62 "Non-nil means don't make a backup file for this buffer.") | |
| 63 (put 'backup-inhibited 'permanent-local t) | |
| 64 | |
| 65 (defconst backup-by-copying nil | |
| 66 "*Non-nil means always use copying to create backup files. | |
| 67 See documentation of variable `make-backup-files'.") | |
| 68 | |
| 69 (defconst backup-by-copying-when-linked nil | |
| 70 "*Non-nil means use copying to create backups for files with multiple names. | |
| 71 This causes the alternate names to refer to the latest version as edited. | |
| 72 This variable is relevant only if `backup-by-copying' is nil.") | |
| 73 | |
| 74 (defconst backup-by-copying-when-mismatch nil | |
| 75 "*Non-nil means create backups by copying if this preserves owner or group. | |
| 76 Renaming may still be used (subject to control of other variables) | |
| 77 when it would not result in changing the owner or group of the file; | |
| 78 that is, for files which are owned by you and whose group matches | |
| 79 the default for a new file created there by you. | |
| 80 This variable is relevant only if `backup-by-copying' is nil.") | |
| 81 | |
| 82 (defvar backup-enable-predicate | |
| 83 '(lambda (name) | |
| 84 (or (< (length name) 5) | |
| 85 (not (string-equal "/tmp/" (substring name 0 5))))) | |
| 86 "Predicate that looks at a file name and decides whether to make backups. | |
| 87 Called with an absolute file name as argument, it returns t to enable backup.") | |
| 88 | |
| 89 (defconst buffer-offer-save nil | |
| 90 "*Non-nil in a buffer means offer to save the buffer on exit | |
| 91 even if the buffer is not visiting a file. | |
| 92 Automatically local in all buffers.") | |
| 93 (make-variable-buffer-local 'buffer-offer-save) | |
| 94 | |
|
1395
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
95 (defconst find-file-existing-other-name nil |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
96 "*Non-nil means find a file under alternative names, in existing buffers. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
97 This means if any existing buffer is visiting the file you want |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
98 under another name, you get the existing buffer instead of a new buffer.") |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
99 |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
100 (defconst find-file-visit-truename nil |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
101 "*Non-nil means visit a file under its truename. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
102 The truename of a file is found by chasing all links |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
103 both at the file level and at the levels of the containing directories.") |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
104 |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
105 (defvar buffer-file-truename nil |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
106 "The truename of the file visited in the current buffer. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
107 This variable is automatically local in all buffers, when non-nil.") |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
108 (make-variable-buffer-local 'buffer-file-truename) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
109 (put 'buffer-file-truename 'permanent-local t) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
110 |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
111 (defvar buffer-file-number nil |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
112 "The device number and file number of the file visited in the current buffer. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
113 The value is a list of the form (FILENUM DEVNUM). |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
114 This pair of numbers uniquely identifies the file. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
115 If the buffer is visiting a new file, the value is nil.") |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
116 (make-variable-buffer-local 'buffer-file-number) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
117 (put 'buffer-file-number 'permanent-local t) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
118 |
| 337 | 119 (defconst file-precious-flag nil |
| 120 "*Non-nil means protect against I/O errors while saving files. | |
| 121 Some modes set this non-nil in particular buffers.") | |
| 122 | |
| 123 (defvar version-control nil | |
| 124 "*Control use of version numbers for backup files. | |
| 125 t means make numeric backup versions unconditionally. | |
| 126 nil means make them for files that have some already. | |
| 127 never means do not make them.") | |
| 128 | |
| 129 (defvar dired-kept-versions 2 | |
| 130 "*When cleaning directory, number of versions to keep.") | |
| 131 | |
| 132 (defvar trim-versions-without-asking nil | |
|
844
bf829a2d63b4
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
819
diff
changeset
|
133 "*If t, deletes excess backup versions silently. |
|
bf829a2d63b4
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
819
diff
changeset
|
134 If nil, asks confirmation. Any other value prevents any trimming.") |
| 337 | 135 |
| 136 (defvar kept-old-versions 2 | |
| 137 "*Number of oldest versions to keep when a new numbered backup is made.") | |
| 138 | |
| 139 (defvar kept-new-versions 2 | |
| 140 "*Number of newest versions to keep when a new numbered backup is made. | |
| 141 Includes the new backup. Must be > 0") | |
| 142 | |
| 143 (defconst require-final-newline nil | |
| 144 "*Value of t says silently ensure a file ends in a newline when it is saved. | |
| 145 Non-nil but not t says ask user whether to add a newline when there isn't one. | |
| 146 nil means don't add newlines.") | |
| 147 | |
| 148 (defconst auto-save-default t | |
| 149 "*Non-nil says by default do auto-saving of every file-visiting buffer.") | |
| 150 | |
| 151 (defconst auto-save-visited-file-name nil | |
| 152 "*Non-nil says auto-save a buffer in the file it is visiting, when practical. | |
| 153 Normally auto-save files are written under other names.") | |
| 154 | |
| 155 (defconst save-abbrevs nil | |
| 156 "*Non-nil means save word abbrevs too when files are saved. | |
| 157 Loading an abbrev file sets this to t.") | |
| 158 | |
| 159 (defconst find-file-run-dired t | |
| 160 "*Non-nil says run dired if find-file is given the name of a directory.") | |
| 161 | |
| 162 (put 'find-file-not-found-hooks 'permanent-local t) | |
| 163 (defvar find-file-not-found-hooks nil | |
| 164 "List of functions to be called for `find-file' on nonexistent file. | |
| 165 These functions are called as soon as the error is detected. | |
| 166 `buffer-file-name' is already set up. | |
| 167 The functions are called in the order given until one of them returns non-nil.") | |
| 168 | |
| 169 (put 'find-file-hooks 'permanent-local t) | |
| 170 (defvar find-file-hooks nil | |
| 171 "List of functions to be called after a buffer is loaded from a file. | |
| 172 The buffer's local variables (if any) will have been processed before the | |
| 173 functions are called.") | |
| 174 | |
| 175 (put 'write-file-hooks 'permanent-local t) | |
| 176 (defvar write-file-hooks nil | |
| 177 "List of functions to be called before writing out a buffer to a file. | |
| 178 If one of them returns non-nil, the file is considered already written | |
| 605 | 179 and the rest are not called. |
| 180 These hooks are considered to pertain to the visited file. | |
| 181 So this list is cleared if you change the visited file name. | |
| 182 See also `write-contents-hooks'.") | |
| 183 | |
| 184 (defvar write-contents-hooks nil | |
| 185 "List of functions to be called before writing out a buffer to a file. | |
| 186 If one of them returns non-nil, the file is considered already written | |
| 187 and the rest are not called. | |
| 188 These hooks are considered to pertain to the buffer's contents, | |
| 189 not to the particular visited file; thus, `set-visited-file-name' does | |
| 190 not clear this variable, but changing the major mode does clear it. | |
| 191 See also `write-file-hooks'.") | |
| 337 | 192 |
| 193 (defconst enable-local-variables t | |
| 194 "*Control use of local-variables lists in files you visit. | |
| 195 The value can be t, nil or something else. | |
| 196 A value of t means local-variables lists are obeyed; | |
| 197 nil means they are ignored; anything else means query. | |
| 198 | |
| 199 The command \\[normal-mode] always obeys local-variables lists | |
| 200 and ignores this variable.") | |
| 201 | |
|
1066
9b788095582b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
941
diff
changeset
|
202 (defconst enable-local-eval 'maybe |
|
722
0a2391511b46
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
705
diff
changeset
|
203 "*Control processing of the \"variable\" `eval' in a file's local variables. |
|
0a2391511b46
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
705
diff
changeset
|
204 The value can be t, nil or something else. |
|
0a2391511b46
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
705
diff
changeset
|
205 A value of t means obey `eval' variables; |
|
0a2391511b46
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
705
diff
changeset
|
206 nil means ignore them; anything else means query. |
|
0a2391511b46
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
705
diff
changeset
|
207 |
|
0a2391511b46
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
705
diff
changeset
|
208 The command \\[normal-mode] always obeys local-variables lists |
|
0a2391511b46
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
705
diff
changeset
|
209 and ignores this variable.") |
| 337 | 210 |
| 211 ;; Avoid losing in versions where CLASH_DETECTION is disabled. | |
| 212 (or (fboundp 'lock-buffer) | |
| 213 (fset 'lock-buffer 'ignore)) | |
| 214 (or (fboundp 'unlock-buffer) | |
| 215 (fset 'unlock-buffer 'ignore)) | |
| 216 | |
| 217 (defun pwd () | |
| 218 "Show the current default directory." | |
| 219 (interactive nil) | |
| 220 (message "Directory %s" default-directory)) | |
| 221 | |
| 222 (defun cd (dir) | |
| 223 "Make DIR become the current buffer's default directory." | |
| 224 (interactive "DChange default directory: ") | |
| 225 (setq dir (expand-file-name dir)) | |
| 226 (if (not (eq system-type 'vax-vms)) | |
| 227 (setq dir (file-name-as-directory dir))) | |
| 228 (if (not (file-directory-p dir)) | |
| 229 (error "%s is not a directory" dir) | |
| 230 (if (file-executable-p dir) | |
| 231 (setq default-directory dir) | |
| 232 (error "Cannot cd to %s: Permission denied" dir))) | |
| 423 | 233 ;; We used to call pwd at this point. That's not terribly helpful |
| 234 ;; when we're invoking cd interactively, and the new cmushell-based | |
| 235 ;; shell has its own (better) facilities for this. | |
| 236 ) | |
| 337 | 237 |
| 238 (defun load-file (file) | |
| 239 "Load the Lisp file named FILE." | |
| 240 (interactive "fLoad file: ") | |
| 241 (load (expand-file-name file) nil nil t)) | |
| 242 | |
| 243 (defun load-library (library) | |
| 244 "Load the library named LIBRARY. | |
| 245 This is an interface to the function `load'." | |
| 246 (interactive "sLoad library: ") | |
| 247 (load library)) | |
|
1134
05c961416bb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1109
diff
changeset
|
248 |
|
05c961416bb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1109
diff
changeset
|
249 ;; OTHER is the other file to be compared. |
|
05c961416bb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1109
diff
changeset
|
250 (defun file-local-copy (file) |
|
05c961416bb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1109
diff
changeset
|
251 "Copy the file FILE into a temporary file on this machine. |
|
05c961416bb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1109
diff
changeset
|
252 Returns the name of the local copy, or nil, if FILE is directly |
|
05c961416bb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1109
diff
changeset
|
253 accessible." |
|
1672
ecf43116a845
The find-file-name-handler function in ../src/fileio.c is now
Jim Blandy <jimb@redhat.com>
parents:
1537
diff
changeset
|
254 (let ((handler (find-file-name-handler file))) |
|
1134
05c961416bb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1109
diff
changeset
|
255 (if handler |
|
05c961416bb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1109
diff
changeset
|
256 (funcall handler 'file-local-copy file) |
|
05c961416bb5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1109
diff
changeset
|
257 nil))) |
|
1395
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
258 |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
259 (defun file-truename (filename) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
260 "Return the truename of FILENAME, which should be absolute. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
261 The truename of a file name is found by chasing symbolic links |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
262 both at the level of the file and at the level of the directories |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
263 containing it, until no links are left at any level." |
|
1406
62dae4a3c7fb
* files.el (file-truename): The variable ~ should be considered an
Jim Blandy <jimb@redhat.com>
parents:
1395
diff
changeset
|
264 (if (string= filename "~") |
|
62dae4a3c7fb
* files.el (file-truename): The variable ~ should be considered an
Jim Blandy <jimb@redhat.com>
parents:
1395
diff
changeset
|
265 (setq filename (expand-file-name filename))) |
|
1672
ecf43116a845
The find-file-name-handler function in ../src/fileio.c is now
Jim Blandy <jimb@redhat.com>
parents:
1537
diff
changeset
|
266 (let ((handler (find-file-name-handler filename))) |
|
1453
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
267 ;; For file name that has a special handler, call handler. |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
268 ;; This is so that ange-ftp can save time by doing a no-op. |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
269 (if handler |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
270 (funcall handler 'file-truename filename) |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
271 (let ((dir (file-name-directory filename)) |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
272 target dirfile) |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
273 ;; Get the truename of the directory. |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
274 (setq dirfile (directory-file-name dir)) |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
275 ;; If these are equal, we have the (or a) root directory. |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
276 (or (string= dir dirfile) |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
277 (setq dir (file-name-as-directory (file-truename dirfile)))) |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
278 ;; Put it back on the file name. |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
279 (setq filename (concat dir (file-name-nondirectory filename))) |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
280 ;; Is the file name the name of a link? |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
281 (setq target (file-symlink-p filename)) |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
282 (if target |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
283 ;; Yes => chase that link, then start all over |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
284 ;; since the link may point to a directory name that uses links. |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
285 (file-truename (expand-file-name target dir)) |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
286 ;; No, we are done! |
|
fb2d16111e4b
(file-truename): Check for root by seeing if
Richard M. Stallman <rms@gnu.org>
parents:
1406
diff
changeset
|
287 filename))))) |
|
1672
ecf43116a845
The find-file-name-handler function in ../src/fileio.c is now
Jim Blandy <jimb@redhat.com>
parents:
1537
diff
changeset
|
288 |
| 337 | 289 |
| 290 (defun switch-to-buffer-other-window (buffer) | |
| 291 "Select buffer BUFFER in another window." | |
| 292 (interactive "BSwitch to buffer in other window: ") | |
| 293 (let ((pop-up-windows t)) | |
| 294 (pop-to-buffer buffer t))) | |
| 295 | |
| 778 | 296 (defun switch-to-buffer-other-frame (buffer) |
| 297 "Switch to buffer BUFFER in another frame." | |
| 298 (interactive "BSwitch to buffer in other frame: ") | |
| 299 (let ((pop-up-frames t)) | |
| 423 | 300 (pop-to-buffer buffer))) |
| 301 | |
| 337 | 302 (defun find-file (filename) |
| 303 "Edit file FILENAME. | |
| 304 Switch to a buffer visiting file FILENAME, | |
| 305 creating one if none already exists." | |
| 306 (interactive "FFind file: ") | |
| 307 (switch-to-buffer (find-file-noselect filename))) | |
| 308 | |
| 309 (defun find-file-other-window (filename) | |
| 310 "Edit file FILENAME, in another window. | |
| 311 May create a new window, or reuse an existing one. | |
| 312 See the function `display-buffer'." | |
| 313 (interactive "FFind file in other window: ") | |
| 314 (switch-to-buffer-other-window (find-file-noselect filename))) | |
| 315 | |
| 778 | 316 (defun find-file-other-frame (filename) |
| 317 "Edit file FILENAME, in another frame. | |
| 318 May create a new frame, or reuse an existing one. | |
| 423 | 319 See the function `display-buffer'." |
| 778 | 320 (interactive "FFind file in other frame: ") |
| 321 (switch-to-buffer-other-frame (find-file-noselect filename))) | |
| 423 | 322 |
| 337 | 323 (defun find-file-read-only (filename) |
| 324 "Edit file FILENAME but don't allow changes. | |
| 325 Like \\[find-file] but marks buffer as read-only. | |
| 326 Use \\[toggle-read-only] to permit editing." | |
| 327 (interactive "fFind file read-only: ") | |
| 328 (find-file filename) | |
| 329 (setq buffer-read-only t)) | |
| 330 | |
| 331 (defun find-file-read-only-other-window (filename) | |
| 332 "Edit file FILENAME in another window but don't allow changes. | |
| 333 Like \\[find-file-other-window] but marks buffer as read-only. | |
| 334 Use \\[toggle-read-only] to permit editing." | |
| 335 (interactive "fFind file read-only other window: ") | |
| 336 (find-file filename) | |
| 337 (setq buffer-read-only t)) | |
| 338 | |
| 778 | 339 (defun find-file-read-only-other-frame (filename) |
| 340 "Edit file FILENAME in another frame but don't allow changes. | |
| 341 Like \\[find-file-other-frame] but marks buffer as read-only. | |
| 423 | 342 Use \\[toggle-read-only] to permit editing." |
| 778 | 343 (interactive "fFind file read-only other frame: ") |
| 344 (find-file-other-frame filename) | |
| 423 | 345 (setq buffer-read-only t)) |
| 346 | |
| 337 | 347 (defun find-alternate-file (filename) |
| 348 "Find file FILENAME, select its buffer, kill previous buffer. | |
| 349 If the current buffer now contains an empty file that you just visited | |
| 350 \(presumably by mistake), use this command to visit the file you really want." | |
| 351 (interactive | |
| 352 (let ((file buffer-file-name) | |
| 353 (file-name nil) | |
| 354 (file-dir nil)) | |
| 355 (and file | |
| 356 (setq file-name (file-name-nondirectory file) | |
| 357 file-dir (file-name-directory file))) | |
| 941 | 358 (list (read-file-name |
| 359 "Find alternate file: " file-dir nil nil file-name)))) | |
| 337 | 360 (and (buffer-modified-p) |
| 361 ;; (not buffer-read-only) | |
| 362 (not (yes-or-no-p (format "Buffer %s is modified; kill anyway? " | |
| 363 (buffer-name)))) | |
| 364 (error "Aborted")) | |
| 365 (let ((obuf (current-buffer)) | |
| 366 (ofile buffer-file-name) | |
| 367 (oname (buffer-name))) | |
| 368 (rename-buffer " **lose**") | |
| 369 (setq buffer-file-name nil) | |
| 370 (unwind-protect | |
| 371 (progn | |
| 372 (unlock-buffer) | |
| 373 (find-file filename)) | |
| 374 (cond ((eq obuf (current-buffer)) | |
| 375 (setq buffer-file-name ofile) | |
| 376 (lock-buffer) | |
| 377 (rename-buffer oname)))) | |
| 378 (or (eq (current-buffer) obuf) | |
| 379 (kill-buffer obuf)))) | |
| 380 | |
| 381 (defun create-file-buffer (filename) | |
| 382 "Create a suitably named buffer for visiting FILENAME, and return it. | |
| 383 FILENAME (sans directory) is used unchanged if that name is free; | |
| 384 otherwise a string <2> or <3> or ... is appended to get an unused name." | |
| 385 (let ((lastname (file-name-nondirectory filename))) | |
| 386 (if (string= lastname "") | |
| 387 (setq lastname filename)) | |
| 388 (generate-new-buffer lastname))) | |
| 389 | |
| 423 | 390 (defun generate-new-buffer (name) |
| 391 "Create and return a buffer with a name based on NAME. | |
| 1461 | 392 Choose the buffer's name using `generate-new-buffer-name'." |
| 423 | 393 (get-buffer-create (generate-new-buffer-name name))) |
| 394 | |
| 817 | 395 (defconst automount-dir-prefix "^/tmp_mnt/" |
| 396 "Regexp to match the automounter prefix in a directory name.") | |
| 397 | |
| 423 | 398 (defun abbreviate-file-name (filename) |
| 1461 | 399 "Return a version of FILENAME shortened using `directory-abbrev-alist'. |
| 423 | 400 This also substitutes \"~\" for the user's home directory. |
| 1461 | 401 Type \\[describe-variable] directory-abbrev-alist RET for more information." |
| 817 | 402 ;; Get rid of the prefixes added by the automounter. |
| 403 (if (and (string-match automount-dir-prefix filename) | |
| 404 (file-exists-p (file-name-directory | |
| 405 (substring filename (1- (match-end 0)))))) | |
| 406 (setq filename (substring filename (1- (match-end 0))))) | |
| 423 | 407 (let ((tail directory-abbrev-alist)) |
| 408 (while tail | |
| 409 (if (string-match (car (car tail)) filename) | |
| 410 (setq filename | |
| 411 (concat (cdr (car tail)) (substring filename (match-end 0))))) | |
| 412 (setq tail (cdr tail))) | |
| 413 (if (string-match (concat "^" (expand-file-name "~")) filename) | |
| 414 (setq filename | |
| 415 (concat "~" (substring filename (match-end 0))))) | |
| 416 filename)) | |
| 417 | |
| 337 | 418 (defun find-file-noselect (filename &optional nowarn) |
| 419 "Read file FILENAME into a buffer and return the buffer. | |
| 420 If a buffer exists visiting FILENAME, return that one, but | |
| 421 verify that the file has not changed since visited or saved. | |
| 422 The buffer is not selected, just returned to the caller." | |
| 817 | 423 (setq filename |
| 424 (abbreviate-file-name | |
| 425 (expand-file-name filename))) | |
| 337 | 426 (if (file-directory-p filename) |
| 427 (if find-file-run-dired | |
| 428 (dired-noselect filename) | |
| 429 (error "%s is a directory." filename)) | |
|
1395
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
430 (let* ((buf (get-file-buffer filename)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
431 (truename (abbreviate-file-name (file-truename filename))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
432 (number (nthcdr 10 (file-attributes truename))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
433 ;; Find any buffer for a file which has same truename. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
434 (same-truename |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
435 (or buf ; Shortcut |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
436 (let (found |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
437 (list (buffer-list))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
438 (while (and (not found) list) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
439 (save-excursion |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
440 (set-buffer (car list)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
441 (if (string= buffer-file-truename truename) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
442 (setq found (car list)))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
443 (setq list (cdr list))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
444 found))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
445 (same-number |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
446 (or buf ; Shortcut |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
447 (and number |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
448 (let (found |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
449 (list (buffer-list))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
450 (while (and (not found) list) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
451 (save-excursion |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
452 (set-buffer (car list)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
453 (if (equal buffer-file-number number) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
454 (setq found (car list)))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
455 (setq list (cdr list))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
456 found)))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
457 error) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
458 ;; Let user know if there is a buffer with the same truename. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
459 (if (and (not buf) same-truename (not nowarn)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
460 (message "%s and %s are the same file (%s)" |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
461 filename (buffer-file-name same-truename) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
462 truename) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
463 (if (and (not buf) same-number (not nowarn)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
464 (message "%s and %s are the same file" |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
465 filename (buffer-file-name same-number)))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
466 |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
467 ;; Optionally also find that buffer. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
468 (if (or find-file-existing-other-name find-file-visit-truename) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
469 (setq buf (or same-truename same-number))) |
| 337 | 470 (if buf |
| 471 (or nowarn | |
| 472 (verify-visited-file-modtime buf) | |
| 473 (cond ((not (file-exists-p filename)) | |
| 474 (error "File %s no longer exists!" filename)) | |
| 475 ((yes-or-no-p | |
| 476 (format | |
| 477 (if (buffer-modified-p buf) | |
| 478 "File %s changed on disk. Discard your edits? " | |
| 479 "File %s changed on disk. Read the new version? ") | |
| 480 (file-name-nondirectory filename))) | |
| 481 (save-excursion | |
| 482 (set-buffer buf) | |
| 483 (revert-buffer t t))))) | |
| 484 (save-excursion | |
|
1395
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
485 ;;; The truename stuff makes this obsolete. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
486 ;;; (let* ((link-name (car (file-attributes filename))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
487 ;;; (linked-buf (and (stringp link-name) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
488 ;;; (get-file-buffer link-name)))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
489 ;;; (if (bufferp linked-buf) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
490 ;;; (message "Symbolic link to file in buffer %s" |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
491 ;;; (buffer-name linked-buf)))) |
| 337 | 492 (setq buf (create-file-buffer filename)) |
| 493 (set-buffer buf) | |
| 494 (erase-buffer) | |
| 495 (condition-case () | |
| 496 (insert-file-contents filename t) | |
| 497 (file-error | |
| 498 (setq error t) | |
| 499 ;; Run find-file-not-found-hooks until one returns non-nil. | |
| 500 (let ((hooks find-file-not-found-hooks)) | |
| 501 (while (and hooks | |
| 502 (not (funcall (car hooks)))) | |
| 503 (setq hooks (cdr hooks)))))) | |
|
1395
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
504 ;; Find the file's truename, and maybe use that as visited name. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
505 (setq buffer-file-truename (abbreviate-file-name truename)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
506 (setq buffer-file-number number) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
507 (if find-file-visit-truename (setq filename buffer-file-truename)) |
| 337 | 508 ;; Set buffer's default directory to that of the file. |
| 509 (setq default-directory (file-name-directory filename)) | |
| 510 ;; Turn off backup files for certain file names. Since | |
| 511 ;; this is a permanent local, the major mode won't eliminate it. | |
| 512 (and (not (funcall backup-enable-predicate buffer-file-name)) | |
| 513 (progn | |
| 514 (make-local-variable 'backup-inhibited) | |
| 515 (setq backup-inhibited t))) | |
| 516 (after-find-file error (not nowarn)))) | |
| 517 buf))) | |
| 518 | |
|
1212
de70f50101c0
(after-find-file): New arg NOAUTO.
Richard M. Stallman <rms@gnu.org>
parents:
1182
diff
changeset
|
519 (defun after-find-file (&optional error warn noauto) |
| 337 | 520 "Called after finding a file and by the default revert function. |
| 521 Sets buffer mode, parses local variables. | |
|
1212
de70f50101c0
(after-find-file): New arg NOAUTO.
Richard M. Stallman <rms@gnu.org>
parents:
1182
diff
changeset
|
522 Optional args ERROR, WARN, and NOAUTO: ERROR non-nil means there was an |
| 337 | 523 error in reading the file. WARN non-nil means warn if there |
| 524 exists an auto-save file more recent than the visited file. | |
|
1212
de70f50101c0
(after-find-file): New arg NOAUTO.
Richard M. Stallman <rms@gnu.org>
parents:
1182
diff
changeset
|
525 NOAUTO means don't mess with auto-save mode. |
| 337 | 526 Finishes by calling the functions in `find-file-hooks'." |
| 527 (setq buffer-read-only (not (file-writable-p buffer-file-name))) | |
| 528 (if noninteractive | |
| 529 nil | |
| 530 (let* (not-serious | |
| 531 (msg | |
| 532 (cond ((and error (file-attributes buffer-file-name)) | |
| 533 (setq buffer-read-only t) | |
| 534 "File exists, but is read-protected.") | |
| 535 ((not buffer-read-only) | |
| 536 (if (and warn | |
| 537 (file-newer-than-file-p (make-auto-save-file-name) | |
| 538 buffer-file-name)) | |
| 539 "Auto save file is newer; consider M-x recover-file" | |
| 540 (setq not-serious t) | |
| 541 (if error "(New file)" nil))) | |
| 542 ((not error) | |
| 543 (setq not-serious t) | |
| 544 "Note: file is write protected") | |
| 545 ((file-attributes (directory-file-name default-directory)) | |
| 546 "File not found and directory write-protected") | |
|
1537
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
547 ((file-exists-p (file-name-directory buffer-file-name)) |
|
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
548 (setq buffer-read-only nil)) |
| 337 | 549 (t |
| 423 | 550 (setq buffer-read-only nil) |
|
1537
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
551 (if (file-exists-p (file-name-directory (directory-file-name (file-name-directory buffer-file-name)))) |
|
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
552 "Use M-x make-dir RET RET to create the directory" |
|
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
553 "Use C-u M-x make-dir RET RET to create directory and its parents"))))) |
| 337 | 554 (if msg |
| 555 (progn | |
| 556 (message msg) | |
| 557 (or not-serious (sit-for 1 nil t))))) | |
|
1212
de70f50101c0
(after-find-file): New arg NOAUTO.
Richard M. Stallman <rms@gnu.org>
parents:
1182
diff
changeset
|
558 (if (and auto-save-default (not noauto)) |
| 337 | 559 (auto-save-mode t))) |
| 560 (normal-mode t) | |
| 561 (mapcar 'funcall find-file-hooks)) | |
| 562 | |
| 563 (defun normal-mode (&optional find-file) | |
| 564 "Choose the major mode for this buffer automatically. | |
| 565 Also sets up any specified local variables of the file. | |
| 566 Uses the visited file name, the -*- line, and the local variables spec. | |
| 567 | |
| 568 This function is called automatically from `find-file'. In that case, | |
| 569 we may set up specified local variables depending on the value of | |
| 570 `enable-local-variables': if it is t, we do; if it is nil, we don't; | |
| 571 otherwise, we query. `enable-local-variables' is ignored if you | |
| 572 run `normal-mode' explicitly." | |
| 573 (interactive) | |
| 574 (or find-file (funcall (or default-major-mode 'fundamental-mode))) | |
| 575 (condition-case err | |
| 576 (set-auto-mode) | |
| 577 (error (message "File mode specification error: %s" | |
| 578 (prin1-to-string err)))) | |
| 579 (condition-case err | |
| 566 | 580 (let ((enable-local-variables (or (not find-file) |
| 581 enable-local-variables))) | |
| 582 (hack-local-variables)) | |
| 337 | 583 (error (message "File local-variables error: %s" |
| 584 (prin1-to-string err))))) | |
| 585 | |
| 566 | 586 (defvar auto-mode-alist (mapcar 'purecopy |
| 587 '(("\\.text\\'" . text-mode) | |
| 588 ("\\.c\\'" . c-mode) | |
| 589 ("\\.h\\'" . c-mode) | |
| 590 ("\\.tex\\'" . TeX-mode) | |
| 591 ("\\.ltx\\'" . LaTeX-mode) | |
| 592 ("\\.el\\'" . emacs-lisp-mode) | |
| 593 ("\\.mm\\'" . nroff-mode) | |
| 594 ("\\.me\\'" . nroff-mode) | |
| 595 ("\\.scm\\'" . scheme-mode) | |
| 596 ("\\.l\\'" . lisp-mode) | |
| 597 ("\\.lisp\\'" . lisp-mode) | |
| 598 ("\\.f\\'" . fortran-mode) | |
| 599 ("\\.for\\'" . fortran-mode) | |
| 600 ("\\.mss\\'" . scribe-mode) | |
| 601 ("\\.pl\\'" . prolog-mode) | |
| 602 ("\\.cc\\'" . c++-mode) | |
| 603 ("\\.C\\'" . c++-mode) | |
| 604 ;;; Less common extensions come here | |
| 605 ;;; so more common ones above are found faster. | |
| 606 ("\\.s\\'" . asm-mode) | |
| 607 ("ChangeLog\\'" . change-log-mode) | |
|
1090
676310a31777
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1066
diff
changeset
|
608 ("ChangeLog.[0-9]+\\'" . change-log-mode) |
| 566 | 609 ("\\$CHANGE_LOG\\$\\.TXT" . change-log-mode) |
|
1090
676310a31777
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1066
diff
changeset
|
610 ;; The following should come after the ChangeLog pattern |
|
676310a31777
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1066
diff
changeset
|
611 ;; for the sake of ChangeLog.1, etc. |
|
676310a31777
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1066
diff
changeset
|
612 ("\\.[12345678]\\'" . nroff-mode) |
| 566 | 613 ("\\.TeX\\'" . TeX-mode) |
| 614 ("\\.sty\\'" . LaTeX-mode) | |
| 615 ("\\.bbl\\'" . LaTeX-mode) | |
| 616 ("\\.bib\\'" . bibtex-mode) | |
| 617 ("\\.article\\'" . text-mode) | |
| 618 ("\\.letter\\'" . text-mode) | |
| 619 ("\\.texinfo\\'" . texinfo-mode) | |
|
819
5bbabfcef929
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
817
diff
changeset
|
620 ("\\.texi\\'" . texinfo-mode) |
| 566 | 621 ("\\.lsp\\'" . lisp-mode) |
| 622 ("\\.awk\\'" . awk-mode) | |
| 623 ("\\.prolog\\'" . prolog-mode) | |
| 624 ;; Mailer puts message to be edited in | |
| 625 ;; /tmp/Re.... or Message | |
| 626 ("^/tmp/Re" . text-mode) | |
| 627 ("/Message[0-9]*\\'" . text-mode) | |
| 628 ;; some news reader is reported to use this | |
| 629 ("^/tmp/fol/" . text-mode) | |
| 630 ("\\.y\\'" . c-mode) | |
| 631 ("\\.oak\\'" . scheme-mode) | |
| 632 ("\\.scm.[0-9]*\\'" . scheme-mode) | |
| 633 ;; .emacs following a directory delimiter | |
| 634 ;; in either Unix or VMS syntax. | |
| 635 ("[]>:/]\\..*emacs\\'" . emacs-lisp-mode) | |
| 636 ("\\.ml\\'" . lisp-mode))) | |
| 637 "\ | |
| 638 Alist of filename patterns vs corresponding major mode functions. | |
| 639 Each element looks like (REGEXP . FUNCTION). | |
| 640 Visiting a file whose name matches REGEXP causes FUNCTION to be called.") | |
| 641 | |
| 337 | 642 (defun set-auto-mode () |
| 643 "Select major mode appropriate for current buffer. | |
| 566 | 644 This checks for a -*- mode tag in the buffer's text, or |
| 645 compares the filename against the entries in auto-mode-alist. It does | |
| 646 not check for the \"mode:\" local variable in the Local Variables | |
| 647 section of the file; for that, use `hack-local-variables'. | |
| 648 | |
|
1395
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
649 If `enable-local-variables' is nil, this function does not check for a |
| 566 | 650 -*- mode tag." |
| 337 | 651 ;; Look for -*-MODENAME-*- or -*- ... mode: MODENAME; ... -*- |
| 652 (let (beg end mode) | |
| 653 (save-excursion | |
| 654 (goto-char (point-min)) | |
| 655 (skip-chars-forward " \t\n") | |
| 566 | 656 (if (and enable-local-variables |
| 657 (search-forward "-*-" (save-excursion (end-of-line) (point)) t) | |
| 337 | 658 (progn |
| 659 (skip-chars-forward " \t") | |
| 660 (setq beg (point)) | |
| 566 | 661 (search-forward "-*-" |
| 662 (save-excursion (end-of-line) (point)) | |
| 663 t)) | |
| 337 | 664 (progn |
| 665 (forward-char -3) | |
| 666 (skip-chars-backward " \t") | |
| 667 (setq end (point)) | |
| 668 (goto-char beg) | |
| 669 (if (search-forward ":" end t) | |
| 670 (progn | |
| 671 (goto-char beg) | |
| 672 (if (let ((case-fold-search t)) | |
| 673 (search-forward "mode:" end t)) | |
| 674 (progn | |
| 675 (skip-chars-forward " \t") | |
| 676 (setq beg (point)) | |
| 677 (if (search-forward ";" end t) | |
| 678 (forward-char -1) | |
| 679 (goto-char end)) | |
| 680 (skip-chars-backward " \t") | |
| 681 (setq mode (buffer-substring beg (point)))))) | |
| 682 (setq mode (buffer-substring beg end))))) | |
| 683 (setq mode (intern (concat (downcase mode) "-mode"))) | |
| 684 (let ((alist auto-mode-alist) | |
| 685 (name buffer-file-name)) | |
| 686 (let ((case-fold-search (eq system-type 'vax-vms))) | |
| 687 ;; Remove backup-suffixes from file name. | |
| 688 (setq name (file-name-sans-versions name)) | |
| 689 ;; Find first matching alist entry. | |
| 690 (while (and (not mode) alist) | |
| 691 (if (string-match (car (car alist)) name) | |
| 692 (setq mode (cdr (car alist)))) | |
| 693 (setq alist (cdr alist))))))) | |
| 694 (if mode (funcall mode)))) | |
| 695 | |
|
1395
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
696 (defun hack-local-variables-prop-line () |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
697 ;; Set local variables specified in the -*- line. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
698 ;; Returns t if mode was set. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
699 (save-excursion |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
700 (goto-char (point-min)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
701 (skip-chars-forward " \t\n\r") |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
702 (let ((result '()) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
703 (end (save-excursion (end-of-line) (point))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
704 mode-p) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
705 ;; Parse the -*- line into the `result' alist. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
706 (cond ((not (search-forward "-*-" end t)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
707 ;; doesn't have one. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
708 nil) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
709 ((looking-at "[ \t]*\\([^ \t\n\r:;]+\\)\\([ \t]*-\\*-\\)") |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
710 ;; Simple form: "-*- MODENAME -*-". |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
711 (setq result |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
712 (list (cons 'mode |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
713 (intern (buffer-substring |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
714 (match-beginning 1) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
715 (match-end 1))))))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
716 (t |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
717 ;; Hairy form: '-*-' [ <variable> ':' <value> ';' ]* '-*-' |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
718 ;; (last ";" is optional). |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
719 (save-excursion |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
720 (if (search-forward "-*-" end t) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
721 (setq end (- (point) 3)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
722 (error "-*- not terminated before end of line"))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
723 (while (< (point) end) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
724 (or (looking-at "[ \t]*\\([^ \t\n:]+\\)[ \t]*:[ \t]*") |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
725 (error "malformed -*- line")) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
726 (goto-char (match-end 0)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
727 (let ((key (intern (downcase (buffer-substring |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
728 (match-beginning 1) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
729 (match-end 1))))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
730 (val (save-restriction |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
731 (narrow-to-region (point) end) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
732 (read (current-buffer))))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
733 (setq result (cons (cons key val) result)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
734 (skip-chars-forward " \t;"))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
735 (setq result (nreverse result)))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
736 |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
737 ;; Mode is magic. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
738 (let (mode) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
739 (while (setq mode (assq 'mode result)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
740 (setq mode-p t result (delq mode result)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
741 (funcall (intern (concat (downcase (symbol-name (cdr mode))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
742 "-mode"))))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
743 |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
744 (if (and result |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
745 (or (eq enable-local-variables t) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
746 (and enable-local-variables |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
747 (save-window-excursion |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
748 (switch-to-buffer (current-buffer)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
749 (y-or-n-p (format "Set local variables as specified in -*- line of %s? " |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
750 (file-name-nondirectory buffer-file-name))))))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
751 (while result |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
752 (let ((key (car (car result))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
753 (val (cdr (car result)))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
754 ;; 'mode has already been removed from this list. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
755 (hack-one-local-variable key val)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
756 (setq result (cdr result)))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
757 mode-p))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
758 |
| 566 | 759 (defun hack-local-variables () |
| 1371 | 760 "Parse and put into effect this buffer's local variables spec." |
|
1395
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
761 (hack-local-variables-prop-line) |
| 337 | 762 ;; Look for "Local variables:" line in last page. |
| 763 (save-excursion | |
| 764 (goto-char (point-max)) | |
| 765 (search-backward "\n\^L" (max (- (point-max) 3000) (point-min)) 'move) | |
| 766 (if (let ((case-fold-search t)) | |
| 767 (and (search-forward "Local Variables:" nil t) | |
| 566 | 768 (or (eq enable-local-variables t) |
| 337 | 769 (and enable-local-variables |
| 770 (save-window-excursion | |
| 771 (switch-to-buffer (current-buffer)) | |
| 772 (save-excursion | |
| 773 (beginning-of-line) | |
| 774 (set-window-start (selected-window) (point))) | |
| 775 (y-or-n-p (format "Set local variables as specified at end of %s? " | |
| 776 (file-name-nondirectory buffer-file-name)))))))) | |
| 777 (let ((continue t) | |
|
1066
9b788095582b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
941
diff
changeset
|
778 prefix prefixlen suffix beg |
|
9b788095582b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
941
diff
changeset
|
779 (enable-local-eval enable-local-eval)) |
| 337 | 780 ;; The prefix is what comes before "local variables:" in its line. |
| 781 ;; The suffix is what comes after "local variables:" in its line. | |
| 782 (skip-chars-forward " \t") | |
| 783 (or (eolp) | |
| 784 (setq suffix (buffer-substring (point) | |
| 785 (progn (end-of-line) (point))))) | |
| 786 (goto-char (match-beginning 0)) | |
| 787 (or (bolp) | |
| 788 (setq prefix | |
| 789 (buffer-substring (point) | |
| 790 (progn (beginning-of-line) (point))))) | |
| 566 | 791 |
| 337 | 792 (if prefix (setq prefixlen (length prefix) |
| 793 prefix (regexp-quote prefix))) | |
| 794 (if suffix (setq suffix (concat (regexp-quote suffix) "$"))) | |
| 795 (while continue | |
| 796 ;; Look at next local variable spec. | |
| 797 (if selective-display (re-search-forward "[\n\C-m]") | |
| 798 (forward-line 1)) | |
| 799 ;; Skip the prefix, if any. | |
| 800 (if prefix | |
| 801 (if (looking-at prefix) | |
| 802 (forward-char prefixlen) | |
| 803 (error "Local variables entry is missing the prefix"))) | |
| 804 ;; Find the variable name; strip whitespace. | |
| 805 (skip-chars-forward " \t") | |
| 806 (setq beg (point)) | |
| 807 (skip-chars-forward "^:\n") | |
| 808 (if (eolp) (error "Missing colon in local variables entry")) | |
| 809 (skip-chars-backward " \t") | |
| 810 (let* ((str (buffer-substring beg (point))) | |
| 811 (var (read str)) | |
| 812 val) | |
| 813 ;; Setting variable named "end" means end of list. | |
| 814 (if (string-equal (downcase str) "end") | |
| 815 (setq continue nil) | |
| 816 ;; Otherwise read the variable value. | |
| 817 (skip-chars-forward "^:") | |
| 818 (forward-char 1) | |
| 819 (setq val (read (current-buffer))) | |
| 820 (skip-chars-backward "\n") | |
| 821 (skip-chars-forward " \t") | |
| 822 (or (if suffix (looking-at suffix) (eolp)) | |
| 823 (error "Local variables entry is terminated incorrectly")) | |
| 824 ;; Set the variable. "Variables" mode and eval are funny. | |
|
1395
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
825 (hack-one-local-variable var val)))))))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
826 |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
827 (defconst ignored-local-variables |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
828 '(enable-local-eval) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
829 "Variables to be ignored in a file's local variable spec.") |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
830 |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
831 ;; "Set" one variable in a local variables spec. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
832 ;; A few variable names are treated specially. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
833 (defun hack-one-local-variable (var val) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
834 (cond ((eq var 'mode) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
835 (funcall (intern (concat (downcase (symbol-name val)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
836 "-mode")))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
837 ((memq var ignored-local-variables) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
838 nil) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
839 ;; "Setting" eval means either eval it or do nothing. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
840 ((eq var 'eval) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
841 (if (and (not (string= (user-login-name) "root")) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
842 (or (eq enable-local-eval t) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
843 (and enable-local-eval |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
844 (save-window-excursion |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
845 (switch-to-buffer (current-buffer)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
846 (save-excursion |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
847 (beginning-of-line) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
848 (set-window-start (selected-window) (point))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
849 (setq enable-local-eval |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
850 (y-or-n-p (format "Process `eval' local variable in file %s? " |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
851 (file-name-nondirectory buffer-file-name)))))))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
852 (save-excursion (eval val)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
853 (message "Ignoring `eval:' in file's local variables"))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
854 ;; Ordinary variable, really set it. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
855 (t (make-local-variable var) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
856 (set var val)))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
857 |
| 337 | 858 |
| 859 (defun set-visited-file-name (filename) | |
| 860 "Change name of file visited in current buffer to FILENAME. | |
| 861 The next time the buffer is saved it will go in the newly specified file. | |
| 862 nil or empty string as argument means make buffer not be visiting any file. | |
| 863 Remember to delete the initial contents of the minibuffer | |
| 864 if you wish to pass an empty string as the argument." | |
| 865 (interactive "FSet visited file name: ") | |
| 866 (if filename | |
| 867 (setq filename | |
| 868 (if (string-equal filename "") | |
| 869 nil | |
| 870 (expand-file-name filename)))) | |
| 871 (or (equal filename buffer-file-name) | |
| 872 (null filename) | |
| 873 (progn | |
| 874 (lock-buffer filename) | |
| 875 (unlock-buffer))) | |
| 876 (setq buffer-file-name filename) | |
| 877 (if filename ; make buffer name reflect filename. | |
| 423 | 878 (let ((new-name (file-name-nondirectory buffer-file-name))) |
| 337 | 879 (if (string= new-name "") |
| 880 (error "Empty file name")) | |
| 881 (if (eq system-type 'vax-vms) | |
| 882 (setq new-name (downcase new-name))) | |
| 883 (setq default-directory (file-name-directory buffer-file-name)) | |
| 423 | 884 (rename-buffer new-name t))) |
| 337 | 885 (setq buffer-backed-up nil) |
| 886 (clear-visited-file-modtime) | |
|
1395
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
887 (if filename |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
888 (progn |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
889 (setq buffer-file-truename |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
890 (abbreviate-file-name (file-truename buffer-file-name))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
891 (if find-file-visit-truename |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
892 (setq buffer-file-name buffer-file-truename)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
893 (setq buffer-file-number (nth 10 (file-attributes buffer-file-name)))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
894 (setq buffer-file-truename nil buffer-file-number nil)) |
| 337 | 895 ;; write-file-hooks is normally used for things like ftp-find-file |
| 896 ;; that visit things that are not local files as if they were files. | |
| 897 ;; Changing to visit an ordinary local file instead should flush the hook. | |
| 898 (kill-local-variable 'write-file-hooks) | |
| 899 (kill-local-variable 'revert-buffer-function) | |
| 900 (kill-local-variable 'backup-inhibited) | |
| 901 ;; Turn off backup files for certain file names. | |
| 902 ;; Since this is a permanent local, the major mode won't eliminate it. | |
| 903 (and (not (funcall backup-enable-predicate buffer-file-name)) | |
| 904 (progn | |
| 905 (make-local-variable 'backup-inhibited) | |
| 906 (setq backup-inhibited t))) | |
| 907 ;; If auto-save was not already on, turn it on if appropriate. | |
| 908 (if (not buffer-auto-save-file-name) | |
|
1471
2e29ad2afc42
(set-visited-file-name): Change the auto save file name.
Richard M. Stallman <rms@gnu.org>
parents:
1461
diff
changeset
|
909 (auto-save-mode (and buffer-file-name auto-save-default)) |
|
2e29ad2afc42
(set-visited-file-name): Change the auto save file name.
Richard M. Stallman <rms@gnu.org>
parents:
1461
diff
changeset
|
910 ;; If auto save is on, start using a new name. |
|
2e29ad2afc42
(set-visited-file-name): Change the auto save file name.
Richard M. Stallman <rms@gnu.org>
parents:
1461
diff
changeset
|
911 ;; We deliberately don't rename or delete the old auto save |
|
2e29ad2afc42
(set-visited-file-name): Change the auto save file name.
Richard M. Stallman <rms@gnu.org>
parents:
1461
diff
changeset
|
912 ;; for the old visited file name. This is because perhaps |
|
2e29ad2afc42
(set-visited-file-name): Change the auto save file name.
Richard M. Stallman <rms@gnu.org>
parents:
1461
diff
changeset
|
913 ;; the user wants to save the new state and then compare with the |
|
2e29ad2afc42
(set-visited-file-name): Change the auto save file name.
Richard M. Stallman <rms@gnu.org>
parents:
1461
diff
changeset
|
914 ;; previous state from the auto save file. |
|
2e29ad2afc42
(set-visited-file-name): Change the auto save file name.
Richard M. Stallman <rms@gnu.org>
parents:
1461
diff
changeset
|
915 (setq buffer-auto-save-file-name |
|
2e29ad2afc42
(set-visited-file-name): Change the auto save file name.
Richard M. Stallman <rms@gnu.org>
parents:
1461
diff
changeset
|
916 (make-auto-save-file-name))) |
| 337 | 917 (if buffer-file-name |
| 918 (set-buffer-modified-p t))) | |
| 919 | |
| 920 (defun write-file (filename) | |
| 921 "Write current buffer into file FILENAME. | |
| 922 Makes buffer visit that file, and marks it not modified." | |
| 923 ;; (interactive "FWrite file: ") | |
| 924 (interactive | |
| 925 (list (if buffer-file-name | |
| 926 (read-file-name "Write file: " | |
| 927 nil nil nil nil) | |
| 928 (read-file-name "Write file: " | |
| 929 (cdr (assq 'default-directory | |
| 930 (buffer-local-variables))) | |
| 931 nil nil (buffer-name))))) | |
| 932 (or (null filename) (string-equal filename "") | |
| 933 (set-visited-file-name filename)) | |
| 934 (set-buffer-modified-p t) | |
| 935 (save-buffer)) | |
| 936 | |
| 937 (defun backup-buffer () | |
| 938 "Make a backup of the disk file visited by the current buffer, if appropriate. | |
| 939 This is normally done before saving the buffer the first time. | |
| 940 If the value is non-nil, it is the result of `file-modes' on the original | |
| 941 file; this means that the caller, after saving the buffer, should change | |
| 942 the modes of the new file to agree with the old modes." | |
| 943 (if (and make-backup-files (not backup-inhibited) | |
| 944 (not buffer-backed-up) | |
| 945 (file-exists-p buffer-file-name) | |
| 946 (memq (aref (elt (file-attributes buffer-file-name) 8) 0) | |
| 947 '(?- ?l))) | |
| 948 (let ((real-file-name buffer-file-name) | |
| 949 backup-info backupname targets setmodes) | |
| 950 ;; If specified name is a symbolic link, chase it to the target. | |
| 951 ;; Thus we make the backups in the directory where the real file is. | |
| 952 (while (let ((tem (file-symlink-p real-file-name))) | |
| 953 (if tem | |
| 954 (setq real-file-name | |
| 955 (expand-file-name tem | |
| 956 (file-name-directory real-file-name)))) | |
| 957 tem)) | |
| 958 (setq backup-info (find-backup-file-name real-file-name) | |
| 959 backupname (car backup-info) | |
| 960 targets (cdr backup-info)) | |
| 961 ;;; (if (file-directory-p buffer-file-name) | |
| 962 ;;; (error "Cannot save buffer in directory %s" buffer-file-name)) | |
| 963 (condition-case () | |
| 964 (let ((delete-old-versions | |
| 965 ;; If have old versions to maybe delete, | |
| 966 ;; ask the user to confirm now, before doing anything. | |
| 967 ;; But don't actually delete til later. | |
| 968 (and targets | |
|
844
bf829a2d63b4
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
819
diff
changeset
|
969 (or (eq trim-versions-without-asking t) (eq trim-versions-without-asking nil)) |
| 337 | 970 (or trim-versions-without-asking |
| 971 (y-or-n-p (format "Delete excess backup versions of %s? " | |
| 972 real-file-name)))))) | |
| 973 ;; Actually write the back up file. | |
| 974 (condition-case () | |
| 975 (if (or file-precious-flag | |
| 976 ; (file-symlink-p buffer-file-name) | |
| 977 backup-by-copying | |
| 978 (and backup-by-copying-when-linked | |
| 979 (> (file-nlinks real-file-name) 1)) | |
| 980 (and backup-by-copying-when-mismatch | |
| 981 (let ((attr (file-attributes real-file-name))) | |
| 982 (or (nth 9 attr) | |
| 983 (/= (nth 2 attr) (user-uid)))))) | |
|
1103
ecaf2b70cd45
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1090
diff
changeset
|
984 (condition-case () |
|
ecaf2b70cd45
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1090
diff
changeset
|
985 (copy-file real-file-name backupname t t) |
|
ecaf2b70cd45
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1090
diff
changeset
|
986 (file-error |
|
ecaf2b70cd45
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1090
diff
changeset
|
987 ;; If copying fails because file BACKUPNAME |
|
ecaf2b70cd45
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1090
diff
changeset
|
988 ;; is not writable, delete that file and try again. |
|
ecaf2b70cd45
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1090
diff
changeset
|
989 (if (and (file-exists-p backupname) |
|
ecaf2b70cd45
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1090
diff
changeset
|
990 (not (file-writable-p backupname))) |
|
ecaf2b70cd45
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1090
diff
changeset
|
991 (delete-file backupname)) |
|
ecaf2b70cd45
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1090
diff
changeset
|
992 (copy-file real-file-name backupname t t))) |
|
ecaf2b70cd45
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1090
diff
changeset
|
993 ;; rename-file should delete old backup. |
| 337 | 994 (rename-file real-file-name backupname t) |
| 995 (setq setmodes (file-modes backupname))) | |
| 996 (file-error | |
| 997 ;; If trouble writing the backup, write it in ~. | |
| 998 (setq backupname (expand-file-name "~/%backup%~")) | |
| 999 (message "Cannot write backup file; backing up in ~/%%backup%%~") | |
| 1000 (sleep-for 1) | |
|
1103
ecaf2b70cd45
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1090
diff
changeset
|
1001 (condition-case () |
|
ecaf2b70cd45
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1090
diff
changeset
|
1002 (copy-file real-file-name backupname t t) |
|
ecaf2b70cd45
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1090
diff
changeset
|
1003 (file-error |
|
ecaf2b70cd45
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1090
diff
changeset
|
1004 ;; If copying fails because file BACKUPNAME |
|
ecaf2b70cd45
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1090
diff
changeset
|
1005 ;; is not writable, delete that file and try again. |
|
ecaf2b70cd45
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1090
diff
changeset
|
1006 (if (and (file-exists-p backupname) |
|
ecaf2b70cd45
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1090
diff
changeset
|
1007 (not (file-writable-p backupname))) |
|
ecaf2b70cd45
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1090
diff
changeset
|
1008 (delete-file backupname)) |
|
ecaf2b70cd45
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1090
diff
changeset
|
1009 (copy-file real-file-name backupname t t))))) |
| 337 | 1010 (setq buffer-backed-up t) |
| 1011 ;; Now delete the old versions, if desired. | |
| 1012 (if delete-old-versions | |
| 1013 (while targets | |
| 1014 (condition-case () | |
| 1015 (delete-file (car targets)) | |
| 1016 (file-error nil)) | |
| 1017 (setq targets (cdr targets)))) | |
| 1018 setmodes) | |
| 1019 (file-error nil))))) | |
| 1020 | |
|
1109
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1021 (defun file-name-sans-versions (name &optional keep-backup-version) |
| 337 | 1022 "Return FILENAME sans backup versions or strings. |
| 1023 This is a separate procedure so your site-init or startup file can | |
|
1109
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1024 redefine it. |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1025 If the optional argument KEEP-BACKUP-VERSION is non-nil, |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1026 we do not remove backup version numbers, only true file version numbers." |
|
1672
ecf43116a845
The find-file-name-handler function in ../src/fileio.c is now
Jim Blandy <jimb@redhat.com>
parents:
1537
diff
changeset
|
1027 (let ((handler (find-file-name-handler name))) |
|
1109
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1028 (if handler |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1029 (funcall handler 'file-name-sans-versions name keep-backup-version) |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1030 (substring name 0 |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1031 (if (eq system-type 'vax-vms) |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1032 ;; VMS version number is (a) semicolon, optional |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1033 ;; sign, zero or more digits or (b) period, option |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1034 ;; sign, zero or more digits, provided this is the |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1035 ;; second period encountered outside of the |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1036 ;; device/directory part of the file name. |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1037 (or (string-match ";[---+]?[0-9]*\\'" name) |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1038 (if (string-match "\\.[^]>:]*\\(\\.[---+]?[0-9]*\\)\\'" |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1039 name) |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1040 (match-beginning 1)) |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1041 (length name)) |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1042 (if keep-backup-version |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1043 (length name) |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1044 (or (string-match "\\.~[0-9]+~\\'" name) |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1045 (string-match "~\\'" name) |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1046 (length name)))))))) |
| 337 | 1047 |
| 1048 (defun make-backup-file-name (file) | |
| 1049 "Create the non-numeric backup file name for FILE. | |
| 1050 This is a separate function so you can redefine it for customization." | |
| 1051 (concat file "~")) | |
| 1052 | |
| 1053 (defun backup-file-name-p (file) | |
| 1054 "Return non-nil if FILE is a backup file name (numeric or not). | |
| 1055 This is a separate function so you can redefine it for customization. | |
| 1056 You may need to redefine `file-name-sans-versions' as well." | |
| 1057 (string-match "~$" file)) | |
| 1058 | |
|
890
bad1b9af86a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
854
diff
changeset
|
1059 ;; This is used in various files. |
|
bad1b9af86a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
854
diff
changeset
|
1060 ;; The usage of bv-length is not very clean, |
|
bad1b9af86a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
854
diff
changeset
|
1061 ;; but I can't see a good alternative, |
|
bad1b9af86a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
854
diff
changeset
|
1062 ;; so as of now I am leaving it alone. |
|
bad1b9af86a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
854
diff
changeset
|
1063 (defun backup-extract-version (fn) |
|
bad1b9af86a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
854
diff
changeset
|
1064 "Given the name of a numeric backup file, return the backup number. |
|
bad1b9af86a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
854
diff
changeset
|
1065 Uses the free variable `bv-length', whose value should be |
|
bad1b9af86a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
854
diff
changeset
|
1066 the index in the name where the version number begins." |
|
bad1b9af86a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
854
diff
changeset
|
1067 (if (and (string-match "[0-9]+~$" fn bv-length) |
|
bad1b9af86a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
854
diff
changeset
|
1068 (= (match-beginning 0) bv-length)) |
|
bad1b9af86a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
854
diff
changeset
|
1069 (string-to-int (substring fn bv-length -1)) |
|
bad1b9af86a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
854
diff
changeset
|
1070 0)) |
|
bad1b9af86a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
854
diff
changeset
|
1071 |
| 337 | 1072 ;; I believe there is no need to alter this behavior for VMS; |
| 1073 ;; since backup files are not made on VMS, it should not get called. | |
| 1074 (defun find-backup-file-name (fn) | |
| 1075 "Find a file name for a backup file, and suggestions for deletions. | |
| 1076 Value is a list whose car is the name for the backup file | |
| 1077 and whose cdr is a list of old versions to consider deleting now." | |
| 1078 (if (eq version-control 'never) | |
| 1079 (list (make-backup-file-name fn)) | |
| 1080 (let* ((base-versions (concat (file-name-nondirectory fn) ".~")) | |
| 1081 (bv-length (length base-versions)) | |
| 1082 (possibilities (file-name-all-completions | |
| 1083 base-versions | |
| 1084 (file-name-directory fn))) | |
| 755 | 1085 (versions (sort (mapcar |
|
890
bad1b9af86a1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
854
diff
changeset
|
1086 (function backup-extract-version) |
| 755 | 1087 possibilities) |
| 337 | 1088 '<)) |
| 423 | 1089 (high-water-mark (apply 'max 0 versions)) |
| 337 | 1090 (deserve-versions-p |
| 1091 (or version-control | |
| 1092 (> high-water-mark 0))) | |
| 1093 (number-to-delete (- (length versions) | |
| 1094 kept-old-versions kept-new-versions -1))) | |
| 1095 (if (not deserve-versions-p) | |
| 1096 (list (make-backup-file-name fn)) | |
| 1097 (cons (concat fn ".~" (int-to-string (1+ high-water-mark)) "~") | |
| 1098 (if (> number-to-delete 0) | |
| 1099 (mapcar (function (lambda (n) | |
| 1100 (concat fn ".~" (int-to-string n) "~"))) | |
| 1101 (let ((v (nthcdr kept-old-versions versions))) | |
| 1102 (rplacd (nthcdr (1- number-to-delete) v) ()) | |
| 1103 v)))))))) | |
| 1104 | |
| 1105 (defun file-nlinks (filename) | |
| 1106 "Return number of names file FILENAME has." | |
| 1107 (car (cdr (file-attributes filename)))) | |
|
1229
d4324e885a41
(file-relative-name): New function.
Roland McGrath <roland@gnu.org>
parents:
1212
diff
changeset
|
1108 |
|
1246
5e25dd40a160
(file-relative-name-1): New function split out.
Richard M. Stallman <rms@gnu.org>
parents:
1231
diff
changeset
|
1109 (defun file-relative-name-1 (directory) |
|
5e25dd40a160
(file-relative-name-1): New function split out.
Richard M. Stallman <rms@gnu.org>
parents:
1231
diff
changeset
|
1110 (cond ((string= directory "/") |
|
5e25dd40a160
(file-relative-name-1): New function split out.
Richard M. Stallman <rms@gnu.org>
parents:
1231
diff
changeset
|
1111 filename) |
|
5e25dd40a160
(file-relative-name-1): New function split out.
Richard M. Stallman <rms@gnu.org>
parents:
1231
diff
changeset
|
1112 ((string-match (concat "^" (regexp-quote directory)) |
|
5e25dd40a160
(file-relative-name-1): New function split out.
Richard M. Stallman <rms@gnu.org>
parents:
1231
diff
changeset
|
1113 filename) |
|
5e25dd40a160
(file-relative-name-1): New function split out.
Richard M. Stallman <rms@gnu.org>
parents:
1231
diff
changeset
|
1114 (substring filename (match-end 0))) |
|
5e25dd40a160
(file-relative-name-1): New function split out.
Richard M. Stallman <rms@gnu.org>
parents:
1231
diff
changeset
|
1115 (t |
|
5e25dd40a160
(file-relative-name-1): New function split out.
Richard M. Stallman <rms@gnu.org>
parents:
1231
diff
changeset
|
1116 (file-relative-name-1 |
|
5e25dd40a160
(file-relative-name-1): New function split out.
Richard M. Stallman <rms@gnu.org>
parents:
1231
diff
changeset
|
1117 (file-name-directory (substring directory 0 -1)))))) |
|
5e25dd40a160
(file-relative-name-1): New function split out.
Richard M. Stallman <rms@gnu.org>
parents:
1231
diff
changeset
|
1118 |
|
1229
d4324e885a41
(file-relative-name): New function.
Roland McGrath <roland@gnu.org>
parents:
1212
diff
changeset
|
1119 (defun file-relative-name (filename &optional directory) |
|
d4324e885a41
(file-relative-name): New function.
Roland McGrath <roland@gnu.org>
parents:
1212
diff
changeset
|
1120 "Convert FILENAME to be relative to DIRECTORY (default: default-directory)." |
|
d4324e885a41
(file-relative-name): New function.
Roland McGrath <roland@gnu.org>
parents:
1212
diff
changeset
|
1121 (setq filename (expand-file-name filename) |
|
1230
f882f7a19c60
(file-relative-name): Don't lose when DIRECTORY is nil.
Roland McGrath <roland@gnu.org>
parents:
1229
diff
changeset
|
1122 directory (file-name-as-directory (if directory |
|
f882f7a19c60
(file-relative-name): Don't lose when DIRECTORY is nil.
Roland McGrath <roland@gnu.org>
parents:
1229
diff
changeset
|
1123 (expand-file-name directory) |
|
1229
d4324e885a41
(file-relative-name): New function.
Roland McGrath <roland@gnu.org>
parents:
1212
diff
changeset
|
1124 default-directory))) |
|
1246
5e25dd40a160
(file-relative-name-1): New function split out.
Richard M. Stallman <rms@gnu.org>
parents:
1231
diff
changeset
|
1125 (file-relative-name-1 directory)) |
| 337 | 1126 |
| 1127 (defun save-buffer (&optional args) | |
| 1128 "Save current buffer in visited file if modified. Versions described below. | |
| 1129 By default, makes the previous version into a backup file | |
| 1130 if previously requested or if this is the first save. | |
| 1131 With 1 or 3 \\[universal-argument]'s, marks this version | |
| 1132 to become a backup when the next save is done. | |
| 1133 With 2 or 3 \\[universal-argument]'s, | |
| 1134 unconditionally makes the previous version into a backup file. | |
| 1135 With argument of 0, never makes the previous version into a backup file. | |
| 1136 | |
| 1137 If a file's name is FOO, the names of its numbered backup versions are | |
| 1138 FOO.~i~ for various integers i. A non-numbered backup file is called FOO~. | |
| 1139 Numeric backups (rather than FOO~) will be made if value of | |
| 1140 `version-control' is not the atom `never' and either there are already | |
| 1141 numeric versions of the file being backed up, or `version-control' is | |
| 1142 non-nil. | |
| 1143 We don't want excessive versions piling up, so there are variables | |
| 1144 `kept-old-versions', which tells Emacs how many oldest versions to keep, | |
| 1145 and `kept-new-versions', which tells how many newest versions to keep. | |
| 1146 Defaults are 2 old versions and 2 new. | |
| 1147 `dired-kept-versions' controls dired's clean-directory (.) command. | |
| 1148 If `trim-versions-without-asking' is nil, system will query user | |
| 1149 before trimming versions. Otherwise it does it silently." | |
| 1150 (interactive "p") | |
| 1151 (let ((modp (buffer-modified-p)) | |
| 1152 (large (> (buffer-size) 50000)) | |
| 1153 (make-backup-files (and make-backup-files (not (eq args 0))))) | |
| 1154 (and modp (memq args '(16 64)) (setq buffer-backed-up nil)) | |
| 1155 (if (and modp large) (message "Saving file %s..." (buffer-file-name))) | |
| 1156 (basic-save-buffer) | |
| 1157 (and modp (memq args '(4 64)) (setq buffer-backed-up nil)))) | |
| 1158 | |
| 1159 (defun delete-auto-save-file-if-necessary (&optional force) | |
| 1160 "Delete auto-save file for current buffer if `delete-auto-save-files' is t. | |
| 1161 Normally delete only if the file was written by this Emacs since | |
| 1162 the last real save, but optional arg FORCE non-nil means delete anyway." | |
| 1163 (and buffer-auto-save-file-name delete-auto-save-files | |
| 1164 (not (string= buffer-file-name buffer-auto-save-file-name)) | |
| 1165 (or force (recent-auto-save-p)) | |
| 1166 (progn | |
| 1167 (condition-case () | |
| 1168 (delete-file buffer-auto-save-file-name) | |
| 1169 (file-error nil)) | |
| 1170 (set-buffer-auto-saved)))) | |
| 1171 | |
| 1172 (defun basic-save-buffer () | |
| 1173 "Save the current buffer in its visited file, if it has been modified." | |
| 1174 (interactive) | |
| 1175 (if (buffer-modified-p) | |
| 1176 (let ((recent-save (recent-auto-save-p)) | |
| 1177 setmodes tempsetmodes) | |
| 1178 ;; On VMS, rename file and buffer to get rid of version number. | |
| 1179 (if (and (eq system-type 'vax-vms) | |
| 1180 (not (string= buffer-file-name | |
| 1181 (file-name-sans-versions buffer-file-name)))) | |
| 1182 (let (buffer-new-name) | |
| 1183 ;; Strip VMS version number before save. | |
| 1184 (setq buffer-file-name | |
| 1185 (file-name-sans-versions buffer-file-name)) | |
| 1186 ;; Construct a (unique) buffer name to correspond. | |
| 1187 (let ((buf (create-file-buffer (downcase buffer-file-name)))) | |
| 1188 (setq buffer-new-name (buffer-name buf)) | |
| 1189 (kill-buffer buf)) | |
| 1190 (rename-buffer buffer-new-name))) | |
| 1191 ;; If buffer has no file name, ask user for one. | |
| 1192 (or buffer-file-name | |
| 1193 (progn | |
| 1194 (setq buffer-file-name | |
| 1195 (expand-file-name (read-file-name "File to save in: ") nil) | |
| 1196 default-directory (file-name-directory buffer-file-name)) | |
| 1197 (auto-save-mode auto-save-default))) | |
| 1198 (or (verify-visited-file-modtime (current-buffer)) | |
| 1199 (not (file-exists-p buffer-file-name)) | |
| 1200 (yes-or-no-p | |
| 1201 (format "%s has changed since visited or saved. Save anyway? " | |
| 1202 (file-name-nondirectory buffer-file-name))) | |
| 1203 (error "Save not confirmed")) | |
| 1204 (save-restriction | |
| 1205 (widen) | |
| 1206 (and (> (point-max) 1) | |
| 1207 (/= (char-after (1- (point-max))) ?\n) | |
| 1208 (or (eq require-final-newline t) | |
| 1209 (and require-final-newline | |
| 1210 (y-or-n-p | |
| 1211 (format "Buffer %s does not end in newline. Add one? " | |
| 1212 (buffer-name))))) | |
| 1213 (save-excursion | |
| 1214 (goto-char (point-max)) | |
| 1215 (insert ?\n))) | |
| 605 | 1216 (let ((hooks (append write-contents-hooks write-file-hooks)) |
| 337 | 1217 (done nil)) |
| 1218 (while (and hooks | |
| 1219 (not (setq done (funcall (car hooks))))) | |
| 1220 (setq hooks (cdr hooks))) | |
| 1221 ;; If a hook returned t, file is already "written". | |
| 1222 (cond ((not done) | |
| 1223 (if (not (file-writable-p buffer-file-name)) | |
| 1224 (let ((dir (file-name-directory buffer-file-name))) | |
| 1225 (if (not (file-directory-p dir)) | |
| 1226 (error "%s is not a directory" dir) | |
| 1227 (if (not (file-exists-p buffer-file-name)) | |
| 1228 (error "Directory %s write-protected" dir) | |
| 1229 (if (yes-or-no-p | |
| 1230 (format "File %s is write-protected; try to save anyway? " | |
| 1231 (file-name-nondirectory | |
| 1232 buffer-file-name))) | |
| 1233 (setq tempsetmodes t) | |
| 1234 (error "Attempt to save to a file which you aren't allowed to write")))))) | |
| 1235 (or buffer-backed-up | |
| 1236 (setq setmodes (backup-buffer))) | |
| 1237 (if file-precious-flag | |
|
1395
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1238 ;; If file is precious, write temp name, then rename it. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1239 (let ((dir (file-name-directory buffer-file-name)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1240 (realname buffer-file-name) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1241 tempname temp nogood i succeed) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1242 (setq i 0) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1243 (setq nogood t) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1244 ;; Find the temporary name to write under. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1245 (while nogood |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1246 (setq tempname (format "%s#tmp#%d" dir i)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1247 (setq nogood (file-exists-p tempname)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1248 (setq i (1+ i))) |
| 337 | 1249 (unwind-protect |
| 1250 (progn (clear-visited-file-modtime) | |
| 1251 (write-region (point-min) (point-max) | |
|
1395
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1252 tempname nil realname) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1253 (setq succeed t)) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1254 ;; If writing the temp file fails, |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1255 ;; delete the temp file. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1256 (or succeed (delete-file tempname))) |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1257 ;; We succeeded in writing the temp file, |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1258 ;; so rename it. |
|
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1259 (rename-file tempname buffer-file-name t)) |
| 337 | 1260 ;; If file not writable, see if we can make it writable |
| 1261 ;; temporarily while we write it. | |
| 1262 ;; But no need to do so if we have just backed it up | |
| 1263 ;; (setmodes is set) because that says we're superseding. | |
| 1264 (cond ((and tempsetmodes (not setmodes)) | |
| 1265 ;; Change the mode back, after writing. | |
| 1266 (setq setmodes (file-modes buffer-file-name)) | |
| 1267 (set-file-modes buffer-file-name 511))) | |
| 1268 (write-region (point-min) (point-max) | |
| 1269 buffer-file-name nil t))))) | |
|
1395
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1270 (setq buffer-file-number (nth 10 (file-attributes buffer-file-name))) |
| 337 | 1271 (if setmodes |
| 1272 (condition-case () | |
|
1395
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1273 (set-file-modes buffer-file-name setmodes) |
| 337 | 1274 (error nil)))) |
| 1275 ;; If the auto-save file was recent before this command, | |
| 1276 ;; delete it now. | |
| 1277 (delete-auto-save-file-if-necessary recent-save) | |
| 1278 (run-hooks 'after-save-hooks)) | |
| 1279 (message "(No changes need to be saved)"))) | |
| 1280 | |
| 1281 (defun save-some-buffers (&optional arg exiting) | |
| 1282 "Save some modified file-visiting buffers. Asks user about each one. | |
| 423 | 1283 Optional argument (the prefix) non-nil means save all with no questions. |
| 1284 Optional second argument EXITING means ask about certain non-file buffers | |
| 1285 as well as about file buffers." | |
| 337 | 1286 (interactive "P") |
| 891 | 1287 (save-window-excursion |
| 632 | 1288 (if (zerop (map-y-or-n-p |
| 1289 (function | |
| 1290 (lambda (buffer) | |
| 1291 (and (buffer-modified-p buffer) | |
| 1292 (or | |
| 1293 (buffer-file-name buffer) | |
| 1294 (and exiting | |
| 1295 (progn | |
| 1296 (set-buffer buffer) | |
| 1297 (and buffer-offer-save (> (buffer-size) 0))))) | |
| 1298 (if arg | |
| 1299 t | |
| 1300 (if (buffer-file-name buffer) | |
| 1301 (format "Save file %s? " | |
| 1302 (buffer-file-name buffer)) | |
| 1303 (format "Save buffer %s? " | |
| 1304 (buffer-name buffer))))))) | |
| 1305 (function | |
| 1306 (lambda (buffer) | |
| 638 | 1307 (set-buffer buffer) |
| 1308 (save-buffer))) | |
| 632 | 1309 (buffer-list) |
| 891 | 1310 '("buffer" "buffers" "save") |
|
908
94eb4344341b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
891
diff
changeset
|
1311 (list (list ?\C-r (lambda (buf) |
|
94eb4344341b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
891
diff
changeset
|
1312 (view-buffer buf) |
|
909
4c6cdb66c74c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
908
diff
changeset
|
1313 (setq view-exit-action |
|
4c6cdb66c74c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
908
diff
changeset
|
1314 '(lambda (ignore) |
|
4c6cdb66c74c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
908
diff
changeset
|
1315 (exit-recursive-edit))) |
|
908
94eb4344341b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
891
diff
changeset
|
1316 (recursive-edit) |
|
94eb4344341b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
891
diff
changeset
|
1317 ;; Return nil to ask about BUF again. |
|
94eb4344341b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
891
diff
changeset
|
1318 nil) |
| 891 | 1319 "display the current buffer")) |
| 1320 )) | |
| 632 | 1321 (message "(No files need saving)")))) |
| 337 | 1322 |
| 1323 (defun not-modified (&optional arg) | |
| 1324 "Mark current buffer as unmodified, not needing to be saved. | |
| 1325 With prefix arg, mark buffer as modified, so \\[save-buffer] will save." | |
| 1326 (interactive "P") | |
| 1327 (message (if arg "Modification-flag set" | |
| 1328 "Modification-flag cleared")) | |
| 1329 (set-buffer-modified-p arg)) | |
| 1330 | |
| 1331 (defun toggle-read-only (&optional arg) | |
| 1332 "Change whether this buffer is visiting its file read-only. | |
| 1333 With arg, set read-only iff arg is positive." | |
| 1334 (interactive "P") | |
| 1335 (setq buffer-read-only | |
| 1336 (if (null arg) | |
| 1337 (not buffer-read-only) | |
| 1338 (> (prefix-numeric-value arg) 0))) | |
| 1339 ;; Force mode-line redisplay | |
| 1340 (set-buffer-modified-p (buffer-modified-p))) | |
| 1341 | |
| 1342 (defun insert-file (filename) | |
| 1343 "Insert contents of file FILENAME into buffer after point. | |
| 1344 Set mark after the inserted text. | |
| 1345 | |
| 1346 This function is meant for the user to run interactively. | |
| 1347 Don't call it from programs! Use `insert-file-contents' instead. | |
| 1348 \(Its calling sequence is different; see its documentation)." | |
| 1349 (interactive "fInsert file: ") | |
| 1350 (let ((tem (insert-file-contents filename))) | |
| 1351 (push-mark (+ (point) (car (cdr tem)))))) | |
| 1352 | |
| 1353 (defun append-to-file (start end filename) | |
| 1354 "Append the contents of the region to the end of file FILENAME. | |
| 1355 When called from a function, expects three arguments, | |
| 1356 START, END and FILENAME. START and END are buffer positions | |
| 1357 saying what text to write." | |
| 1358 (interactive "r\nFAppend to file: ") | |
| 1359 (write-region start end filename t)) | |
| 1360 | |
| 1361 (defun file-newest-backup (filename) | |
| 1362 "Return most recent backup file for FILENAME or nil if no backups exist." | |
| 1363 (let* ((filename (expand-file-name filename)) | |
| 1364 (file (file-name-nondirectory filename)) | |
| 1365 (dir (file-name-directory filename)) | |
| 1366 (comp (file-name-all-completions file dir)) | |
| 1367 newest) | |
| 1368 (while comp | |
| 1369 (setq file (concat dir (car comp)) | |
| 1370 comp (cdr comp)) | |
| 1371 (if (and (backup-file-name-p file) | |
| 1372 (or (null newest) (file-newer-than-file-p file newest))) | |
| 1373 (setq newest file))) | |
| 1374 newest)) | |
| 1375 | |
| 1376 (defun rename-uniquely () | |
| 1377 "Rename current buffer to a similar name not already taken. | |
| 1378 This function is useful for creating multiple shell process buffers | |
| 1379 or multiple mail buffers, etc." | |
| 1380 (interactive) | |
| 1381 (let* ((new-buf (generate-new-buffer (buffer-name))) | |
| 1382 (name (buffer-name new-buf))) | |
| 1383 (kill-buffer new-buf) | |
| 1384 (rename-buffer name) | |
| 1385 (set-buffer-modified-p (buffer-modified-p)))) ; force mode line update | |
| 423 | 1386 |
|
1537
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
1387 (defun make-directory (dir &optional parents) |
|
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
1388 "Create the directory DIR and any nonexistent parent dirs." |
|
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
1389 (interactive "FMake directory: \nP") |
|
1672
ecf43116a845
The find-file-name-handler function in ../src/fileio.c is now
Jim Blandy <jimb@redhat.com>
parents:
1537
diff
changeset
|
1390 (let ((handler (find-file-name-handler dir))) |
|
1537
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
1391 (if handler |
|
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
1392 (funcall handler 'make-directory dir parents) |
|
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
1393 (if (not parents) |
|
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
1394 (make-directory-internal dir) |
|
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
1395 (let ((dir (directory-file-name (expand-file-name dir))) |
|
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
1396 create-list) |
|
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
1397 (while (not (file-exists-p dir)) |
|
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
1398 (setq create-list (cons dir create-list) |
|
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
1399 dir (directory-file-name (file-name-directory dir)))) |
|
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
1400 (while create-list |
|
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
1401 (make-directory-internal (car create-list)) |
|
8531c6d96e5c
(make-directory): Renamed from make-directory-path.
Richard M. Stallman <rms@gnu.org>
parents:
1471
diff
changeset
|
1402 (setq create-list (cdr create-list)))))))) |
| 337 | 1403 |
| 1404 (put 'revert-buffer-function 'permanent-local t) | |
| 1405 (defvar revert-buffer-function nil | |
| 1406 "Function to use to revert this buffer, or nil to do the default.") | |
| 1407 | |
| 1408 (put 'revert-buffer-insert-file-contents-function 'permanent-local t) | |
| 1409 (defvar revert-buffer-insert-file-contents-function nil | |
| 1410 "Function to use to insert contents when reverting this buffer. | |
| 1411 Gets two args, first the nominal file name to use, | |
| 1412 and second, t if reading the auto-save file.") | |
| 1413 | |
| 605 | 1414 (defun revert-buffer (&optional check-auto noconfirm) |
| 337 | 1415 "Replace the buffer text with the text of the visited file on disk. |
| 1416 This undoes all changes since the file was visited or saved. | |
| 605 | 1417 With a prefix argument, offer to revert from latest auto-save file, if |
| 1418 that is more recent than the visited file. | |
| 1419 When called from lisp, this is the first argument, CHECK-AUTO; it is optional. | |
| 337 | 1420 Optional second argument NOCONFIRM means don't ask for confirmation at all. |
| 1421 | |
| 605 | 1422 If the value of `revert-buffer-function' is non-nil, it is called to |
| 1423 do the work." | |
| 337 | 1424 (interactive "P") |
| 1425 (if revert-buffer-function | |
| 605 | 1426 (funcall revert-buffer-function (not check-auto) noconfirm) |
| 337 | 1427 (let* ((opoint (point)) |
| 605 | 1428 (auto-save-p (and check-auto (recent-auto-save-p) |
| 337 | 1429 buffer-auto-save-file-name |
| 1430 (file-readable-p buffer-auto-save-file-name) | |
| 1431 (y-or-n-p | |
| 1432 "Buffer has been auto-saved recently. Revert from auto-save file? "))) | |
| 1433 (file-name (if auto-save-p | |
| 1434 buffer-auto-save-file-name | |
| 1435 buffer-file-name))) | |
| 1436 (cond ((null file-name) | |
| 1437 (error "Buffer does not seem to be associated with any file")) | |
| 1438 ((or noconfirm | |
| 1439 (yes-or-no-p (format "Revert buffer from file %s? " | |
| 1440 file-name))) | |
| 1441 ;; If file was backed up but has changed since, | |
| 1442 ;; we shd make another backup. | |
| 1443 (and (not auto-save-p) | |
| 423 | 1444 (not (verify-visited-file-modtime (current-buffer))) |
| 337 | 1445 (setq buffer-backed-up nil)) |
| 1446 ;; Get rid of all undo records for this buffer. | |
| 1447 (or (eq buffer-undo-list t) | |
| 1448 (setq buffer-undo-list nil)) | |
| 1449 (let ((buffer-read-only nil) | |
| 1450 ;; Don't make undo records for the reversion. | |
| 1451 (buffer-undo-list t)) | |
| 1452 (if revert-buffer-insert-file-contents-function | |
| 1453 (funcall revert-buffer-insert-file-contents-function | |
| 1454 file-name auto-save-p) | |
| 1455 (if (not (file-exists-p file-name)) | |
| 1456 (error "File %s no longer exists!" file-name)) | |
| 1457 ;; Bind buffer-file-name to nil | |
| 1458 ;; so that we don't try to lock the file. | |
| 1459 (let ((buffer-file-name nil)) | |
| 1460 (or auto-save-p | |
| 1461 (unlock-buffer)) | |
| 1462 (erase-buffer)) | |
| 1463 (insert-file-contents file-name (not auto-save-p)))) | |
| 1464 (goto-char (min opoint (point-max))) | |
|
1212
de70f50101c0
(after-find-file): New arg NOAUTO.
Richard M. Stallman <rms@gnu.org>
parents:
1182
diff
changeset
|
1465 (after-find-file nil nil t) |
| 337 | 1466 t))))) |
| 1467 | |
| 1468 (defun recover-file (file) | |
| 1469 "Visit file FILE, but get contents from its last auto-save file." | |
| 1470 (interactive | |
| 1471 (let ((prompt-file buffer-file-name) | |
| 1472 (file-name nil) | |
| 1473 (file-dir nil)) | |
| 1474 (and prompt-file | |
| 1475 (setq file-name (file-name-nondirectory prompt-file) | |
| 1476 file-dir (file-name-directory prompt-file))) | |
| 1477 (list (read-file-name "Recover file: " | |
| 1478 file-dir nil nil file-name)))) | |
| 1479 (setq file (expand-file-name file)) | |
| 1480 (if (auto-save-file-name-p file) (error "%s is an auto-save file" file)) | |
| 1481 (let ((file-name (let ((buffer-file-name file)) | |
| 1482 (make-auto-save-file-name)))) | |
| 1483 (cond ((not (file-newer-than-file-p file-name file)) | |
| 1484 (error "Auto-save file %s not current" file-name)) | |
| 1485 ((save-window-excursion | |
| 1486 (if (not (eq system-type 'vax-vms)) | |
| 1487 (with-output-to-temp-buffer "*Directory*" | |
| 1488 (buffer-disable-undo standard-output) | |
| 1489 (call-process "ls" nil standard-output nil | |
|
736
18b892513cb7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
735
diff
changeset
|
1490 (if (file-symlink-p file) "-lL" "-l") |
|
18b892513cb7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
735
diff
changeset
|
1491 file file-name))) |
| 337 | 1492 (yes-or-no-p (format "Recover auto save file %s? " file-name))) |
| 1493 (switch-to-buffer (find-file-noselect file t)) | |
| 1494 (let ((buffer-read-only nil)) | |
| 1495 (erase-buffer) | |
| 1496 (insert-file-contents file-name nil)) | |
|
1212
de70f50101c0
(after-find-file): New arg NOAUTO.
Richard M. Stallman <rms@gnu.org>
parents:
1182
diff
changeset
|
1497 (after-find-file nil nil t)) |
| 337 | 1498 (t (error "Recover-file cancelled."))))) |
| 1499 | |
| 1500 (defun kill-some-buffers () | |
| 1501 "For each buffer, ask whether to kill it." | |
| 1502 (interactive) | |
| 1503 (let ((list (buffer-list))) | |
| 1504 (while list | |
| 1505 (let* ((buffer (car list)) | |
| 1506 (name (buffer-name buffer))) | |
| 1507 (and (not (string-equal name "")) | |
| 1508 (/= (aref name 0) ? ) | |
| 1509 (yes-or-no-p | |
| 1510 (format "Buffer %s %s. Kill? " | |
| 1511 name | |
| 1512 (if (buffer-modified-p buffer) | |
| 1513 "HAS BEEN EDITED" "is unmodified"))) | |
| 1514 (kill-buffer buffer))) | |
| 1515 (setq list (cdr list))))) | |
| 1516 | |
| 1517 (defun auto-save-mode (arg) | |
| 1518 "Toggle auto-saving of contents of current buffer. | |
|
1395
f6f838c4a26e
(buffer-file-number): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
1371
diff
changeset
|
1519 With prefix argument ARG, turn auto-saving on if positive, else off." |
| 337 | 1520 (interactive "P") |
| 1521 (setq buffer-auto-save-file-name | |
| 1522 (and (if (null arg) | |
| 1523 (not buffer-auto-save-file-name) | |
| 1524 (or (eq arg t) (listp arg) (and (integerp arg) (> arg 0)))) | |
| 1525 (if (and buffer-file-name auto-save-visited-file-name | |
| 1526 (not buffer-read-only)) | |
| 1527 buffer-file-name | |
| 1528 (make-auto-save-file-name)))) | |
| 1529 (if (interactive-p) | |
| 1530 (message "Auto-save %s (in this buffer)" | |
| 1531 (if buffer-auto-save-file-name "on" "off"))) | |
| 1532 buffer-auto-save-file-name) | |
| 1533 | |
| 1534 (defun rename-auto-save-file () | |
| 1535 "Adjust current buffer's auto save file name for current conditions. | |
| 1536 Also rename any existing auto save file, if it was made in this session." | |
| 1537 (let ((osave buffer-auto-save-file-name)) | |
| 1538 (setq buffer-auto-save-file-name | |
| 1539 (make-auto-save-file-name)) | |
| 1540 (if (and osave buffer-auto-save-file-name | |
| 1541 (not (string= buffer-auto-save-file-name buffer-file-name)) | |
| 1542 (not (string= buffer-auto-save-file-name osave)) | |
| 1543 (file-exists-p osave) | |
| 1544 (recent-auto-save-p)) | |
| 1545 (rename-file osave buffer-auto-save-file-name t)))) | |
| 1546 | |
| 1547 (defun make-auto-save-file-name () | |
| 1548 "Return file name to use for auto-saves of current buffer. | |
| 1549 Does not consider `auto-save-visited-file-name' as that variable is checked | |
| 1550 before calling this function. You can redefine this for customization. | |
| 1551 See also `auto-save-file-name-p'." | |
| 1552 (if buffer-file-name | |
| 1553 (concat (file-name-directory buffer-file-name) | |
| 1554 "#" | |
| 1555 (file-name-nondirectory buffer-file-name) | |
| 1556 "#") | |
| 1557 ;; For non-file bfr, use bfr name and Emacs pid. | |
| 1558 (expand-file-name (format "#%s#%s#" (buffer-name) (make-temp-name ""))))) | |
| 1559 | |
| 1560 (defun auto-save-file-name-p (filename) | |
| 1561 "Return non-nil if FILENAME can be yielded by `make-auto-save-file-name'. | |
| 1562 FILENAME should lack slashes. You can redefine this for customization." | |
| 1563 (string-match "^#.*#$" filename)) | |
| 1564 | |
| 1565 (defconst list-directory-brief-switches | |
| 1566 (if (eq system-type 'vax-vms) "" "-CF") | |
| 1567 "*Switches for list-directory to pass to `ls' for brief listing,") | |
| 1568 | |
| 1569 (defconst list-directory-verbose-switches | |
| 1570 (if (eq system-type 'vax-vms) | |
| 1571 "/PROTECTION/SIZE/DATE/OWNER/WIDTH=(OWNER:10)" | |
| 1572 "-l") | |
| 1573 "*Switches for list-directory to pass to `ls' for verbose listing,") | |
| 1574 | |
| 1575 (defun list-directory (dirname &optional verbose) | |
| 1576 "Display a list of files in or matching DIRNAME, a la `ls'. | |
| 1577 DIRNAME is globbed by the shell if necessary. | |
| 1578 Prefix arg (second arg if noninteractive) means supply -l switch to `ls'. | |
| 1579 Actions controlled by variables `list-directory-brief-switches' | |
| 1580 and `list-directory-verbose-switches'." | |
| 1581 (interactive (let ((pfx current-prefix-arg)) | |
| 1582 (list (read-file-name (if pfx "List directory (verbose): " | |
| 1583 "List directory (brief): ") | |
| 1584 nil default-directory nil) | |
| 1585 pfx))) | |
| 1586 (let ((switches (if verbose list-directory-verbose-switches | |
| 1587 list-directory-brief-switches))) | |
| 1588 (or dirname (setq dirname default-directory)) | |
| 1589 (setq dirname (expand-file-name dirname)) | |
| 1590 (with-output-to-temp-buffer "*Directory*" | |
| 1591 (buffer-disable-undo standard-output) | |
| 1592 (princ "Directory ") | |
| 1593 (princ dirname) | |
| 1594 (terpri) | |
|
1109
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1595 (save-excursion |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1596 (set-buffer "*Directory*") |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1597 (let ((wildcard (not (file-directory-p dirname)))) |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1598 (insert-directory dirname switches wildcard (not wildcard))))))) |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1599 |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1600 (defvar insert-directory-program "ls" |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1601 "Absolute or relative name of the `ls' program used by `insert-directory'.") |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1602 |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1603 ;; insert-directory |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1604 ;; - must insert _exactly_one_line_ describing FILE if WILDCARD and |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1605 ;; FULL-DIRECTORY-P is nil. |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1606 ;; The single line of output must display FILE's name as it was |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1607 ;; given, namely, an absolute path name. |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1608 ;; - must insert exactly one line for each file if WILDCARD or |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1609 ;; FULL-DIRECTORY-P is t, plus one optional "total" line |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1610 ;; before the file lines, plus optional text after the file lines. |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1611 ;; Lines are delimited by "\n", so filenames containing "\n" are not |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1612 ;; allowed. |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1613 ;; File lines should display the basename. |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1614 ;; - must be consistent with |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1615 ;; - functions dired-move-to-filename, (these two define what a file line is) |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1616 ;; dired-move-to-end-of-filename, |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1617 ;; dired-between-files, (shortcut for (not (dired-move-to-filename))) |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1618 ;; dired-insert-headerline |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1619 ;; dired-after-subdir-garbage (defines what a "total" line is) |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1620 ;; - variable dired-subdir-regexp |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1621 (defun insert-directory (file switches &optional wildcard full-directory-p) |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1622 "Insert directory listing for of FILE, formatted according to SWITCHES. |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1623 Leaves point after the inserted text. |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1624 Optional third arg WILDCARD means treat FILE as shell wildcard. |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1625 Optional fourth arg FULL-DIRECTORY-P means file is a directory and |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1626 switches do not contain `d', so that a full listing is expected. |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1627 |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1628 This works by running a directory listing program |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1629 whose name is in the variable `ls-program'. |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1630 If WILDCARD, it also runs the shell specified by `shell-file-name'." |
|
1672
ecf43116a845
The find-file-name-handler function in ../src/fileio.c is now
Jim Blandy <jimb@redhat.com>
parents:
1537
diff
changeset
|
1631 (let ((handler (find-file-name-handler file))) |
|
1109
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1632 (if handler |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1633 (funcall handler 'insert-directory file switches |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1634 wildcard full-directory-p) |
| 337 | 1635 (if (eq system-type 'vax-vms) |
|
1109
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1636 (vms-read-directory file switches (current-buffer)) |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1637 (if wildcard |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1638 (let ((default-directory (file-name-directory file))) |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1639 (call-process shell-file-name nil t nil |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1640 "-c" (concat insert-directory-program |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1641 " -d " switches " " |
|
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1642 (file-name-nondirectory file)))) |
| 1182 | 1643 ;;; ;; Chase links till we reach a non-link. |
| 1644 ;;; (let (symlink) | |
| 1645 ;;; (while (setq symlink (file-symlink-p file)) | |
| 1646 ;;; (setq file symlink))) | |
|
1109
c9feb3e64805
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1103
diff
changeset
|
1647 (call-process insert-directory-program nil t nil switches file)))))) |
| 337 | 1648 |
| 1649 (defun save-buffers-kill-emacs (&optional arg) | |
| 1650 "Offer to save each buffer, then kill this Emacs process. | |
| 1651 With prefix arg, silently save all file-visiting buffers, then kill." | |
| 1652 (interactive "P") | |
| 1653 (save-some-buffers arg t) | |
| 1654 (and (or (not (memq t (mapcar (function | |
| 1655 (lambda (buf) (and (buffer-file-name buf) | |
| 1656 (buffer-modified-p buf)))) | |
| 1657 (buffer-list)))) | |
| 1658 (yes-or-no-p "Modified buffers exist; exit anyway? ")) | |
| 1659 (or (not (fboundp 'process-list)) | |
| 1660 ;; process-list is not defined on VMS. | |
| 1661 (let ((processes (process-list)) | |
| 1662 active) | |
| 1663 (while processes | |
|
739
0bb85f26b79c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
736
diff
changeset
|
1664 (and (memq (process-status (car processes)) '(run stop open)) |
| 337 | 1665 (let ((val (process-kill-without-query (car processes)))) |
| 1666 (process-kill-without-query (car processes) val) | |
| 1667 val) | |
| 1668 (setq active t)) | |
| 1669 (setq processes (cdr processes))) | |
| 1670 (or (not active) | |
| 1671 (yes-or-no-p "Active processes exist; kill them and exit anyway? ")))) | |
| 1672 (kill-emacs))) | |
| 1673 | |
| 1674 (define-key ctl-x-map "\C-f" 'find-file) | |
| 1675 (define-key ctl-x-map "\C-q" 'toggle-read-only) | |
| 1676 (define-key ctl-x-map "\C-r" 'find-file-read-only) | |
| 1677 (define-key ctl-x-map "\C-v" 'find-alternate-file) | |
| 1678 (define-key ctl-x-map "\C-s" 'save-buffer) | |
| 1679 (define-key ctl-x-map "s" 'save-some-buffers) | |
| 1680 (define-key ctl-x-map "\C-w" 'write-file) | |
| 1681 (define-key ctl-x-map "i" 'insert-file) | |
| 1682 (define-key esc-map "~" 'not-modified) | |
| 1683 (define-key ctl-x-map "\C-d" 'list-directory) | |
| 1684 (define-key ctl-x-map "\C-c" 'save-buffers-kill-emacs) | |
| 1685 | |
| 1686 (define-key ctl-x-4-map "f" 'find-file-other-window) | |
| 1687 (define-key ctl-x-4-map "r" 'find-file-read-only-other-window) | |
| 1688 (define-key ctl-x-4-map "\C-f" 'find-file-other-window) | |
| 1689 (define-key ctl-x-4-map "b" 'switch-to-buffer-other-window) | |
|
854
0b4f3a91f207
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1690 (define-key ctl-x-4-map "\C-o" 'display-buffer) |
| 423 | 1691 |
| 778 | 1692 (define-key ctl-x-5-map "b" 'switch-to-buffer-other-frame) |
| 1693 (define-key ctl-x-5-map "f" 'find-file-other-frame) | |
| 1694 (define-key ctl-x-5-map "\C-f" 'find-file-other-frame) | |
| 1695 (define-key ctl-x-5-map "r" 'find-file-read-only-other-frame) | |
|
662
8a533acedb77
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
638
diff
changeset
|
1696 |
|
8a533acedb77
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
638
diff
changeset
|
1697 ;;; files.el ends here |
