From: Kai Großjohann Date: Wed, 23 Oct 2002 09:34:45 +0000 (+0000) Subject: From Michael Albinus. X-Git-Tag: ttn-vms-21-2-B4~12743 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=df140a68779d6d2e3d7d765fa3b9b203c0885cdb;p=emacs.git From Michael Albinus. * README: Target for Info file is `make info'. * files.texi (File Name Components): Fixed typos in `file-name-sans-extension'. (Magic File Names): Complete list of operations for magic file name handlers. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 6fb511796bf..842d1def539 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,13 @@ +2002-10-23 Kai Gro,A_(Bjohann + From Michael Albinus . + + * README: Target for Info file is `make info'. + + * files.texi (File Name Components): Fixed typos in + `file-name-sans-extension'. + (Magic File Names): Complete list of operations for magic file + name handlers. + 2002-09-16 Jonathan Yavner * variables.texi (File Local Variables): New function diff --git a/lispref/README b/lispref/README index 5e141292a42..358b4193ff7 100644 --- a/lispref/README +++ b/lispref/README @@ -45,5 +45,5 @@ commands in the shell: with `make-permuted-index'. ** To make an Info file, you need to install Texinfo, then run -`./configure' and `make elisp'. To install the Info files, run +`./configure' and `make info'. To install the Info files, run `make install'. diff --git a/lispref/files.texi b/lispref/files.texi index 720d1323d6e..8c3545a055b 100644 --- a/lispref/files.texi +++ b/lispref/files.texi @@ -1523,7 +1523,7 @@ first character of the file name's last component. For example, (file-name-sans-extension "big.hack/foo") @result{} "big.hack/foo" (file-name-sans-extension "/my/home/.emacs") - @result{} "/my/home.emacs" + @result{} "/my/home/.emacs" (file-name-sans-extension "/my/home/.emacs.el") @result{} "/my/home/.emacs" @end example @@ -2280,20 +2280,23 @@ Here are the operations that a magic file name handler gets to handle: @ifnottex @noindent -@code{add-name-to-file}, @code{copy-file}, @code{delete-directory}, +@code{access-file}, @code{add-name-to-file}, +@code{byte-compiler-base-file-name},@* +@code{copy-file}, @code{delete-directory}, @code{delete-file}, @code{diff-latest-backup-file}, @code{directory-file-name}, @code{directory-files}, +@code{directory-files-and-attributes}, @code{dired-call-process}, -@code{dired-compress-file}, @code{dired-uncache}, +@code{dired-compress-file}, @code{dired-uncache},@* @code{expand-file-name}, -@code{file-accessible-directory-p},@* +@code{file-accessible-directory-p}, @code{file-attributes}, @code{file-directory-p}, -@code{file-executable-p}, @code{file-exists-p},@* +@code{file-executable-p}, @code{file-exists-p}, @code{file-local-copy}, -@code{file-modes}, @code{file-name-all-completions},@* +@code{file-modes}, @code{file-name-all-completions}, @code{file-name-as-directory}, @code{file-name-completion}, @code{file-name-directory}, @@ -2303,12 +2306,16 @@ Here are the operations that a magic file name handler gets to handle: @code{file-readable-p}, @code{file-regular-p}, @code{file-symlink-p}, @code{file-truename}, @code{file-writable-p}, @code{find-backup-file-name}, -@code{get-file-buffer},@* +@code{find-file-noselect},@* +@code{get-file-buffer}, @code{insert-directory}, -@code{insert-file-contents}, +@code{insert-file-contents},@* @code{load}, @code{make-directory}, -@code{make-symbolic-link}, @code{rename-file}, @code{set-file-modes}, -@code{set-visited-file-modtime}, @code{shell-command},@* +@code{make-directory-internal}, +@code{make-symbolic-link},@* +@code{rename-file}, @code{set-file-modes}, +@code{set-visited-file-modtime}, @code{shell-command}, +@code{substitute-in-file-name},@* @code{unhandled-file-name-directory}, @code{vc-registered}, @code{verify-visited-file-modtime},@* @@ -2317,11 +2324,14 @@ Here are the operations that a magic file name handler gets to handle: @iftex @noindent @flushleft -@code{add-name-to-file}, @code{copy-file}, @code{delete-directory}, +@code{access-file}, @code{add-name-to-file}, +@code{byte-com@discretionary{}{}{}piler-base-file-name}, +@code{copy-file}, @code{delete-directory}, @code{delete-file}, @code{diff-latest-backup-file}, @code{directory-file-name}, @code{directory-files}, +@code{directory-files-and-at@discretionary{}{}{}tributes}, @code{dired-call-process}, @code{dired-compress-file}, @code{dired-uncache}, @code{expand-file-name}, @@ -2340,12 +2350,16 @@ Here are the operations that a magic file name handler gets to handle: @code{file-readable-p}, @code{file-regular-p}, @code{file-symlink-p}, @code{file-truename}, @code{file-writable-p}, @code{find-backup-file-name}, +@code{find-file-noselect}, @code{get-file-buffer}, @code{insert-directory}, @code{insert-file-contents}, @code{load}, @code{make-direc@discretionary{}{}{}tory}, -@code{make-symbolic-link}, @code{rename-file}, @code{set-file-modes}, +@code{make-direc@discretionary{}{}{}tory-internal}, +@code{make-symbolic-link}, +@code{rename-file}, @code{set-file-modes}, @code{set-visited-file-modtime}, @code{shell-command}, +@code{substitute-in-file-name}, @code{unhandled-file-name-directory}, @code{vc-regis@discretionary{}{}{}tered}, @code{verify-visited-file-modtime},