+2005-10-28 Richard M. Stallman <rms@gnu.org>
+
+ * net/tramp.el (tramp-completion-mode): defvar moved up.
+
+ * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
+
+ * tool-bar.el (tool-bar-mode): Delete autoload cookie.
+
+ * files.el (find-file-noselect): Use %d to format large file size.
+
+ * bindings.el (help-echo): Add %e.
+
+ * loadup.el ("facemenu"): Load unconditionally.
+ ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
+ ("x-dnd"): Load, when appropriate.
+
+ * startup.el (command-line): Call before-init-hook earlier.
+ Warn about some bad characters in -u user name.
+
+ * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
+ (flyspell-external-point-words): Error if misspelled word is not found.
+ Set flyspell-large-region-beg at end of word.
+
2005-10-28 Andreas Schwab <schwab@suse.de>
* view.el (View-revert-buffer-scroll-page-forward): Use
;;; File name handler functions for completion mode
+(defvar tramp-completion-mode nil
+ "If non-nil, we are in file name completion mode.")
+
;; Necessary because `tramp-file-name-regexp-unified' and
;; `tramp-completion-file-name-regexp-unified' aren't different.
;; If nil, `tramp-completion-run-real-handler' is called (i.e. forwarding to
(substring
file (length (tramp-completion-handle-file-name-directory file))))
-(defvar tramp-completion-mode nil
- "If non-nil, we are in file name completion mode.")
-
;; Method, host name and user name completion.
;; `tramp-completion-dissect-file-name' returns a list of
;; tramp-file-name structures. For all of them we return possible completions.