- 30 Sep, 2012 1 commit
-
-
Paul Eggert authored
* doc/lispref/files.texi (File Attributes): Describe it. (Magic File Names): Use it. * etc/NEWS: Document the change. * lisp/files.el (remote-file-name-inhibit-cache): * lisp/time.el (display-time-file-nonempty-p): Use it. * lisp/files.el (after-find-file): Don't chase links before calling file-exists-p, as file-exists-p already does the right thing. * src/dired.c (directory_files_internal, Ffile_attributes): New arg follow_symlinks. All uses changed.
-
- 25 Sep, 2012 1 commit
-
-
Leo Liu authored
-
- 26 Jun, 2012 1 commit
-
-
Sam Steingold authored
* lisp/autoinsert.el, lisp/cus-dep.el, lisp/doc-view.el, lisp/image-dired.el, * lisp/woman.el, lisp/eshell/esh-cmd.el, lisp/progmodes/ada-xref.el, * lisp/progmodes/cc-defs.el, lisp/progmodes/cperl-mode.el, * lisp/progmodes/flymake.el, lisp/progmodes/gud.el, lisp/progmodes/idlwave.el, * lisp/textmodes/ispell.el, lisp/textmodes/reftex-ref.el, * lisp/textmodes/tex-mode.el: Use it. Did not touch cedet and org because they are maintained elsewhere.
-
- 11 Jun, 2012 1 commit
-
-
Chong Yidong authored
* doc/emacs/emacs.texi: Remove urlcolor setting. * doc/lispref/elisp.texi, vol1.texi, vol2.texi: Remove urlcolor setting. * doc/lispref/vol2.texi: Include package.texi.
-
- 27 May, 2012 1 commit
-
-
Glenn Morris authored
Let makeinfo figure them out, as is recommended.
-
- 15 May, 2012 1 commit
-
-
Martin Rudalics authored
* commands.texi (Recursive Editing): recursive-edit is a command. * compile.texi (Docs and Compilation): byte-compile-dynamic-docstrings is an option. * debugging.texi (Invoking the Debugger): debug is a command. * display.texi (Progress): progress-reporter-update and progress-reporter-force-update have VALUE argument optional. (Animated Images): Use non-@code{nil} instead of non-nil. * files.texi (Format Conversion Round-Trip): Use non-@code{nil} instead of non-nil. * frames.texi (Creating Frames): make-frame is a command. (Input Focus): select-frame is a command. (Pointer Shape): void-text-area-pointer is an option. * help.texi (Describing Characters): read-kbd-macro is a command. (Help Functions): describe-prefix-bindings is a command. * markers.texi (Creating Markers): Both arguments of copy-marker are optional. * minibuf.texi (Reading File Names): Use @kbd instead of @code. * modes.texi (Mode Line Variables): mode-line-remote and mode-line-client are not options. (Imenu): imenu-add-to-menubar is a command. (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil. * os.texi (Sound Output): play-sound-file is a command. * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}. * processes.texi (Signals to Processes): Use @key{RET} instead of @code{RET}. (Signals to Processes): signal-process is a command. * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}. (Base 64): base64-encode-string is not a command while base64-decode-region is. * windows.texi (Switching Buffers): pop-to-buffer is a command.
-
- 10 May, 2012 1 commit
-
-
Glenn Morris authored
-
- 28 Apr, 2012 1 commit
-
-
Glenn Morris authored
* package.texi (Packaging Basics): * loading.texi (Autoload): * files.texi (Magic File Names): Reword to remove/reduce some overly long/short lines.
-
- 26 Apr, 2012 1 commit
-
-
Glenn Morris authored
-
- 18 Apr, 2012 1 commit
-
-
Christopher Schmidt authored
* doc/lispref/files.texi (Saving Buffers): Document `visit and `visit-save' values of require-final-newline.
-
- 14 Apr, 2012 1 commit
-
-
Glenn Morris authored
-
- 08 Apr, 2012 1 commit
-
-
Glenn Morris authored
It renders the same as @code, so in many cases this change is entirely cosmetic. * doc/emacs/misc.texi (Gnus Startup): * doc/lispref/files.texi, doc/lispref/frames.texi: * doc/lispref/loading.texi, doc/lispref/os.texi, doc/lispref/processes.texi: Use @env for environment variables.
-
- 01 Apr, 2012 1 commit
-
-
Chong Yidong authored
* lisp/files.el (file-in-directory-p): Rename from file-subdir-of-p. Handle root directory properly. (copy-directory): Caller changed. * lisp/dired-aux.el (dired-copy-file-recursive, dired-create-files): * lisp/net/tramp.el (tramp-file-name-for-operation): Callers changed. * doc/lispref/files.texi (Kinds of Files): file-subdir-of-p renamed to file-in-directory-p.
-
- 01 Mar, 2012 1 commit
-
-
Michael Albinus authored
unspecified, if FILE1 or FILE2 does not exist.
-
- 28 Feb, 2012 1 commit
-
-
thierry volpiatto authored
Now return nil when one or both files doesn't exists. (file-subdir-of-p): Now only top directory must exists, return nil if it doesn't. (copy-directory): No need to test with `file-subdir-of-p' after creating dir. * tramp.el (tramp-file-name-for-operation): Rename `files-equal-p' to `file-equal-p'. * files.texi: Rename `files-equal-p' to `file-equal-p'.
-
- 27 Feb, 2012 1 commit
-
-
Chong Yidong authored
* doc/emacs/buffers.texi (Creating Buffers): Clarify that generate-new-buffer uses generate-new-buffer-names. (Killing Buffers): Remove bogus example duplicating buffer-live-p. * doc/emacs/files.texi (Directory Names): Index entry for file name abbreviations. (Relative File Names, File Name Expansion): Refer to it. (Locating Files): Move locate-user-emacs-file documentation to Standard File Names. (Standard File Names): Add locate-user-emacs-file; update examples.
-
- 26 Feb, 2012 3 commits
-
-
Michael Albinus authored
-
Chong Yidong authored
Fixes: debbugs:10834
-
Chong Yidong authored
* lisp/files.el (files-equal-p): Doc fix. (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp, and quit the loop once a mismatch is found. * doc/lispref/files.texi (Kinds of Files): Improve documentation of files-equal-p and file-subdir-of-p.
-
- 25 Feb, 2012 2 commits
-
-
thierry volpiatto authored
-
Chong Yidong authored
* doc/lispref/backups.texi (Making Backups): Return value of backup-buffer is changed. * doc/lispref/files.texi (File Attributes): Document file-selinux-context. (Changing Files): Link to it. (Changing Files): Document set-file-selinux-context. * fileio.c (Ffile_selinux_context, Fset_file_selinux_context): Doc fix.
-
- 21 Feb, 2012 1 commit
-
-
Chong Yidong authored
* doc/lispref/files.texi (Files): Mention magic file names as arguments. (Reading from Files): Copyedits. (File Attributes): Mention how to change file modes. (Changing Files): Use standard "file permissions" terminology. Add xref to File Attributes node. (Locating Files): Document locate-user-emacs-file. (Unique File Names): Recommend against using make-temp-name. * src/buffer.c (Fget_file_buffer): Protect against invalid file handler return value. * src/fileio.c (Vfile_name_handler_alist): Doc fix.
-
- 10 Feb, 2012 1 commit
-
-
Glenn Morris authored
* doc/lispref/files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache entry. * lisp/files.el (remote-file-name-inhibit-cache): Doc fixes. * etc/NEWS: Edits.
-
- 29 Jan, 2012 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/files.texi (Changing Files): Document SELinux support. * etc/NEWS: Markup.
-
- 11 Jan, 2012 1 commit
-
-
Glenn Morris authored
-
- 05 Jan, 2012 1 commit
-
-
Glenn Morris authored
-
- 28 Dec, 2011 1 commit
-
-
Paul Eggert authored
* doc/lispref/files.texi (File Attributes, Changing Files): Use a more-natural notation for octal numbers. * doc/misc/gnus.texi (Mail Source Customization, Mail Back End Variables): Use octal notation for file permissions, which are normally thought of in octal. (Mail Back End Variables): Use more-plausible modes in example.
-
- 13 Nov, 2011 1 commit
-
-
Paul Eggert authored
-
- 24 Sep, 2011 1 commit
-
-
Chong Yidong authored
* doc/lispref/windows.texi (Window History): New node. Move text here from Buffers and Windows. (Switching Buffers): Rename from Displaying Buffers, since we don't document display-buffer here; callers changed. Document FORCE-SAME-WINDOW arg to switch-to-buffer and switch-to-buffer-other-frame. Delete duplicate replace-buffer-in-windows doc. (Choosing Window): Document display actions.
-
- 28 Aug, 2011 3 commits
-
-
Chong Yidong authored
* doc/emacs/files.texi (File Archives): * doc/emacs/cal-xtra.texi (Diary Display): * doc/emacs/help.texi (Help Mode): Add xref to View Mode.
-
Chong Yidong authored
* doc/emacs/buffers.texi (Misc Buffer): Move view-buffer to View Mode. * doc/emacs/display.texi (View Mode): New node. Move view-file here from Misc File Ops. Move view-buffer here from Misc Buffer. * doc/emacs/files.texi (Misc File Ops): Document new delete-by-moving-to-trash behavior. Remove view-file. * doc/lispref/files.texi (Changing Files, Create/Delete Dirs): Document new arguments for delete-file, delete-directory, and copy-directory.
-
Chong Yidong authored
* doc/emacs/dired.texi (Dired Deletion): Shorten description of Trash. * doc/emacs/files.texi (Misc File Ops): Document new delete-by-moving-to-trash behavior. * doc/lispref/files.texi (Changing Files, Create/Delete Dirs): Document TRASH argument.
-
- 03 Jun, 2011 2 commits
-
-
Paul Eggert authored
* files.texi (File Attributes): ino_t values no longer map to anything larger than a single cons.
-
Paul Eggert authored
* files.texi (File Attributes): Document ino_t values better. * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations): (Bitwise Operations): * objects.texi (Integer Type): Integers are typically 62 bits now. * os.texi (Time Conversion): Document time_t values better.
-
- 09 May, 2011 1 commit
-
-
Eli Zaretskii authored
-
- 03 Mar, 2011 1 commit
-
-
Glenn Morris authored
* lisp/files.el (file-truename): Doc fix. * doc/lispref/files.texi (Truenames): Minor clarification.
-
- 18 Feb, 2011 1 commit
-
-
Eli Zaretskii authored
files.texi (Visiting Functions): Document find-file-literally, both the command and the variable.
-
- 25 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 15 Jan, 2011 1 commit
-
-
Glenn Morris authored
-