1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

98 Commits

Author SHA1 Message Date
Eli Zaretskii
00c44593e7 (Visiting Functions, File Name Components, Unique File Names,
Contents of Directories): REmove @tindex.
2006-07-08 18:10:36 +00:00
Nick Roberts
5e61a20e77 (File Name Completion): Point user to the node "Reading File Names". 2006-06-26 11:20:30 +00:00
Eli Zaretskii
ec2c1aed2e (Contents of Directories): Document case-insensitive behavior on respective
filesystems.
2006-06-24 07:30:26 +00:00
Chong Yidong
e4b3f22f10 * files.texi (Changing Files): Document updated argument list for
copy-file.
2006-05-27 14:35:49 +00:00
Richard M. Stallman
f31263a46c (Visiting Functions): Rewrite in find-file-noselect. 2006-05-14 22:50:09 +00:00
Eli Zaretskii
f055e02c4e (Visiting Functions, Reading from Files, Saving Buffers): Mention code and EOL
conversions by file I/O primitives and subroutines.
2006-05-12 17:56:34 +00:00
Eli Zaretskii
f80a56a075 Fix spelling errors. 2006-05-09 19:48:03 +00:00
Luc Teirlinck
6d488c9c79 (Locating Files): Suggest additional values for the
SUFFIXES arg of `locate-file'.  Update pxref.
2006-02-28 03:04:50 +00:00
Richard M. Stallman
240e8be5a3 (Relative File Names): Move file-relative-name here.
(File Name Expansion): From here.  Minor clarifications.
2006-02-19 23:39:55 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Richard M. Stallman
a421836687 (Magic File Names): find-file-name-handler checks the
`operations' property of the handler.
2005-11-07 01:07:56 +00:00
Juri Linkov
f8e3368312 (Writing to Files): Replace ...' with @dots{}' in @defmac' and @defspec'. 2005-10-17 06:47:26 +00:00
Chong Yidong
2bb8b80c20 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
* files.texi (Saving Buffers): Fix typo.
2005-09-10 15:51:28 +00:00
Chong Yidong
475aab0deb 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
* locals.texi (Standard Buffer-Local Variables): Don't include
	mode variables for minor modes.
	Fix xrefs for buffer-display-count, buffer-display-table,
	buffer-offer-save, buffer-saved-size, cache-long-line-scans,
	enable-multibyte-characters, fill-column, header-line-format,
	left-fringe-width, left-margin, and right-fringe-width.

	* hooks.texi (Standard Hooks): All hooks should conform to the
	standard naming convention now.
	Fix xref for `echo-area-clear-hook'.

	* display.texi (Usual Display): Note that indicate-empty-lines and
	tab-width are buffer-local.

	* files.texi (Saving Buffers): Add xref to `Killing Buffers'.

	* modes.texi (Mode Help): Note that major-mode is buffer-local.

	* nonascii.texi (Encoding and I/O): Note that
	buffer-file-coding-system is buffer-local.

	* positions.texi (List Motion): Note that defun-prompt-regexp is
	buffer-local.

	* text.texi (Auto Filling): Note that auto-fill-function is
	buffer-local.
	(Undo): Note that buffer-undo-list is buffer-local.

	* windows.texi (Buffers and Windows): Document
	buffer-display-count.
2005-09-08 22:00:58 +00:00
Michael Albinus
c1105d052e Make `make-auto-save-file-name' a magic operation. 2005-08-30 22:41:02 +00:00
Thien-Thi Nguyen
651f374c99 Update years in copyright notice; nfc. 2005-08-10 14:29:01 +00:00
Richard M. Stallman
342fd6cd64 Fix formatting ugliness. 2005-06-18 13:57:17 +00:00
Richard M. Stallman
a1a886a1d5 (Locating Files): Clean up the text. 2005-05-29 08:27:37 +00:00
Eli Zaretskii
f42ea19f63 (Locating Files): New subsection. Describe locate-file and executable-find. 2005-05-21 13:30:24 +00:00
Richard M. Stallman
62679725a1 (Magic File Names): Document `operations' property. 2005-04-30 20:30:03 +00:00
Eli Zaretskii
5eb20bca14 (Unique File Names): Don't mention "numbers" in the documentation
of make-temp-file and make-temp-name.
2005-04-24 13:24:29 +00:00
Eli Zaretskii
45d2f8e82c (Changing Files): Fix last change's cross-reference. 2005-04-24 13:13:09 +00:00
Luc Teirlinck
a8d2e8cf8a (Changing Files): Fix typo. 2005-04-23 17:37:51 +00:00
Richard M. Stallman
31c8450e3d (Changing Files): Document MUSTBENEW arg in copy-file. 2005-04-23 16:24:59 +00:00
Richard M. Stallman
c3dd4d76c4 (Writing to Files): Get rid of "Emacs 21".
(Unique File Names): Likewise.
2005-03-06 18:14:33 +00:00
Richard M. Stallman
16bf330f41 (File Locks): Not supported on MS systems.
(Testing Accessibility): Clarify.
2005-02-03 07:01:04 +00:00
Luc Teirlinck
689ffd70f2 (Format Conversion): `auto-save-file-format' has been renamed
`buffer-auto-save-file-format'.
2004-09-08 02:55:36 +00:00
Richard M. Stallman
83f411a2d2 (Saving Buffers): Cleanup write-contents-function.
(Magic File Names): Cleanup file-remote-p.
2004-07-02 23:43:50 +00:00
Kai Großjohann
8addb6ebba (Magic File Names): `file-remote-p' returns an identifier of the
remote system, not just t.
2004-07-02 14:49:39 +00:00
Richard M. Stallman
eb8f5dabec (Saving Buffers): Correct previous change. 2004-06-24 20:08:20 +00:00
Luc Teirlinck
7baeca0c0e Reposition @anchor's. 2004-06-23 16:40:04 +00:00
Lars Hansen
a3468351f6 (Saving Buffers): Correct description of `write-contents-functions'. 2004-06-23 14:37:27 +00:00
Michael Albinus
5b676886d4 files.texi (Magic File Names): Add `file-remote-p' as operation
of file name handlers.
2004-05-29 22:44:40 +00:00
Eli Zaretskii
37c0b8fd3d (Changing Files): Document set-file-times. 2004-04-27 13:21:28 +00:00
Luc Teirlinck
19efcb4634 Various changes in addition to:
(Visiting Functions): `find-file-hook' is now a normal hook.
(File Name Expansion): Explain difference between the way that
`expand-file-name' and `file-truename' treat `..'.
(Contents of Directories): Mention optional ID-FORMAT argument to
`directory-files-and-attributes'.
(Format Conversion): Mention new optional CONFIRM argument to
`format-write-file'.
2004-04-14 02:44:21 +00:00
Richard M. Stallman
b705e83b11 (Changing Files): Fix argname. 2004-02-16 22:17:42 +00:00
Luc Teirlinck
9a7268cf3a *** empty log message *** 2004-01-13 00:24:12 +00:00
Luc Teirlinck
1d7b9cc0dd (Saving Buffers): Clarify descriptions of `write-contents-functions'
and `before-save-hook'.  Make the defvar's for `before-save-hook' and
`after-save-hook' into defopt's.
2004-01-07 20:38:22 +00:00
Simon Josefsson
a0465ec316 hooks.texi (Standard Hooks): Add before-save-hook.
files.texi (Saving Buffers): Likewise.
2004-01-05 18:20:27 +00:00
Richard M. Stallman
67203dbdf1 (Contents of Directories):
Add directory-files-and-attributes.
2003-12-29 20:28:40 +00:00
Lars Hansen
f3bd74b387 (File Attributes): Describe new parameter ID-FORMAT. 2003-11-21 18:25:20 +00:00
Eli Zaretskii
ad800164c8 Replace @sc{foo} with @acronym{FOO}. 2003-11-02 06:29:59 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Richard M. Stallman
104ad64864 (Magic File Names): Add file-remote-p. Clarify file-local-copy. 2003-08-06 01:28:35 +00:00
Richard M. Stallman
c73983bbfa (Truenames): Add LIMIT arg to file-chase-links. 2003-07-22 15:26:01 +00:00
Richard M. Stallman
e598a60dc3 (Changing Files): copy-file allows dir as NEWNAME.
(Magic File Names): Specify precedence order of handlers.
2003-07-14 15:53:56 +00:00
Richard M. Stallman
85d88ff5fd (File Name Expansion): Warn about iterative use of substitute-in-file-name. 2003-07-07 20:48:26 +00:00
Richard M. Stallman
8632c4f0e6 Fix minor Texinfo usage.
(file-exists-p): Explain handling of directories, symlinks, etc.
2003-06-24 18:16:37 +00:00
Kai Großjohann
fbcffa4ab1 (Changing Files): copy-file copies file modes, too. 2003-06-13 08:39:58 +00:00
Richard M. Stallman
4f683b1b9c (Magic File Names): Document the safe-magic property. 2003-05-16 13:32:42 +00:00