- 11 Apr, 2003 1 commit
-
-
Kenichi Handa authored
this variable. (Qafter_insert_file_set_coding): New variable. (syms_of_fileio): Initialize and staticpro it. Delete declaration for after-insert-file-adjust-coding-function. (Finsert_file_contents): Call Qafter_insert_file_set_coding instead of Vafter_insert_file_adjust_coding_function.
-
- 10 Apr, 2003 1 commit
-
-
Kenichi Handa authored
variable. (syms_of_fileio): Declare it as a lisp variable. (Finsert_file_contents): Call Vafter_insert_file_adjust_coding_function before calling decode-format.
-
- 09 Apr, 2003 1 commit
-
-
Richard M. Stallman authored
-
- 08 Apr, 2003 1 commit
-
-
Richard M. Stallman authored
(syms_of_fileio) <after-insert-file-functions>: Doc fix.
-
- 29 Mar, 2003 1 commit
-
-
Kai Großjohann authored
expanding, look again for a handler and invoke it. This is needed for filenames like "/foo/../user@host:/bar/../baz" -- the first expansion produces "/user@host:/bar/../baz" which needs to be expanded again for the finame result "/user@host:/baz".
-
- 21 Mar, 2003 1 commit
-
-
Kenichi Handa authored
-
- 19 Mar, 2003 2 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
make_specified_string. (Ffile_name_nondirectory, Ffile_name_as_directory) (Fdirectory_file_name, Fexpand_file_name) (Fsubstitute_in_file_name): Likewise. (Fread_file_name): Compare decoded homedir with DIR and DEFAULT_FILENAME.
-
- 01 Feb, 2003 1 commit
-
-
Jason Rumney authored
timestamp.
-
- 31 Jan, 2003 1 commit
-
-
Juanma Barranquero authored
-
- 25 Jan, 2003 1 commit
-
-
Richard M. Stallman authored
-
- 19 Jan, 2003 1 commit
-
-
Jan Djärv authored
-
- 13 Jan, 2003 2 commits
-
-
Francesco Potortì authored
behaviour in front of symlinks. (Fdelete_file): Raise an error on directories.
-
Richard M. Stallman authored
(Fdo_auto_save): Add gcpros around Ffile_name_directory.
-
- 17 Dec, 2002 1 commit
-
-
Kenichi Handa authored
Vcoding_system_for_write is non-nil, if coding_system_require_warning is nonzero, call Vselect_safe_coding_system_function.
-
- 07 Dec, 2002 1 commit
-
-
Richard M. Stallman authored
-
- 04 Dec, 2002 1 commit
-
-
Richard M. Stallman authored
-
- 27 Nov, 2002 1 commit
-
-
Jason Rumney authored
for files bigger than 2Gb when off_t is 32 bit.
-
- 18 Nov, 2002 1 commit
-
-
Dave Love authored
-
- 16 Oct, 2002 1 commit
-
-
Richard M. Stallman authored
-
- 12 Oct, 2002 1 commit
-
-
Stefan Monnier authored
-
- 11 Sep, 2002 1 commit
-
-
Richard M. Stallman authored
Only call push_message if we need to. At the same time, make an unwind-protect to pop it. Rename local message_p to old_message_p. (do_auto_save_make_dir, do_auto_save_eh): New functions. (do_auto_save_unwind): Don't call pop_message.
-
- 19 Aug, 2002 1 commit
-
-
Eli Zaretskii authored
`const' since CORRECT_DIR_SEPS modifies its target.
-
- 19 Jul, 2002 3 commits
-
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
- 16 Jul, 2002 2 commits
-
-
Ken Raeburn authored
const. (Ffile_name_directory, Ffile_name_nondirectory): (Fmake_directory_internal, Fdelete_directory): (Ffile_name_absolute_p, Fwrite_region, double_dollars): Use const for pointer to lisp string data.
-
Ken Raeburn authored
(Fread_file_name): Use SREF, SSET.
-
- 15 Jul, 2002 1 commit
-
-
Ken Raeburn authored
SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now.
-
- 12 Jul, 2002 1 commit
-
-
Richard M. Stallman authored
-
- 11 Jul, 2002 1 commit
-
-
Juanma Barranquero authored
-
- 10 Jul, 2002 1 commit
-
-
Juanma Barranquero authored
-
- 26 Jun, 2002 1 commit
-
-
Juanma Barranquero authored
-
- 05 Jun, 2002 1 commit
-
-
Pavel Janík authored
-
- 03 Jun, 2002 1 commit
-
-
Richard M. Stallman authored
Pass FILE arg to Vselect_safe_coding_system_function.
-
- 28 May, 2002 2 commits
-
-
Richard M. Stallman authored
-
Kim F. Storm authored
speed up for using predicate file-directory-p.
-
- 27 May, 2002 1 commit
-
-
Kim F. Storm authored
New variables. (syms_of_fileio): DEFVAR_LISP them. (read_file_name_cleanup): New unwind function. (Fread_file_name_internal): Only return completions satifying Vread_file_name_predicate. Temporarily unwind protect and rebind default-directory while checking completions against the predicate. (Fread_file_name): Added PREDICATE argument. Specbind it to Vread_file_name_predicate during completion. Call Vread_file_name_function to read the file name if non-nil.
-
- 23 May, 2002 1 commit
-
-
Stefan Monnier authored
(Finsert_file_contents, build_annotations): Use XCAR, XCDR. (Vwrite_region_annotate_functions): Docstring fix.
-
- 13 Apr, 2002 1 commit
-
-
Richard M. Stallman authored
Don't call temp_output_buffer_setup--do just part, by hand.
-