> From: Nick Roberts <[EMAIL PROTECTED]> > Date: Sat, 9 Apr 2005 17:22:29 +1200 > Cc: [EMAIL PROTECTED], emacs-devel@gnu.org > > You don't explain the reasoning behind loading xt-mouse in loadup.el. I > imagine it doesn't get used very often and I thought Richard said it should be > loaded/enabled in lisp/term/xterm.el. This would also address Andreas' point > about xterm-like terminal descriptions with different names: > > > (while (and term > > (not (load (concat term-file-prefix term) t t))) > > ;; Strip off last hyphen and what follows, then try again > > (setq term > > (if (setq hyphend (string-match "[-_][^-_]+$" term)) > > (substring term 0 hyphend) > > nil))) > > (excerpt from startup.el)
Yes. See also the various calls to (getenv "TERM") in startup.el, xterm.el and rxvt.el: there are a few more terminal names that could benefit from this change, which the code there mentions. > Also is it necessary to explain explicitly in the manual how to turn each mode > off? FWIW, I don't think so. The added verbiage should IMHO go into NEWS, not the manual. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel