Mercurial > emacs
changeset 56032:9cb755ea4108
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 11 Jun 2004 16:43:14 +0000 |
parents | 7f29c9c8a3a4 |
children | 257e4c1b07a1 |
files | etc/NEWS |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Jun 11 06:03:16 2004 +0000 +++ b/etc/NEWS Fri Jun 11 16:43:14 2004 +0000 @@ -90,6 +90,15 @@ * Changes in Emacs 21.4 +** Passing resources on the command line now works on MS Windows. +You can use --xrm to pass resource settings to Emacs, overriding any +existing values. For example: + + emacs --xrm "Emacs.Background:red" --xrm "Emacs.Geometry:100x20" + +will start up Emacs on an initial frame of 100x20 with red background, +irrespective of geometry or background setting on the Windows registry. + ** New features in evaluation commands *** The function `eval-defun' (C-M-x) called on defface reinitializes