|
From: | martin rudalics |
Subject: | Re: emacs -l should put "Loading..." into *Messages* perhaps |
Date: | Thu, 31 Jan 2008 19:13:29 +0100 |
User-agent: | Mozilla Thunderbird 1.0 (Windows/20041206) |
Works. By the way I notice
Installed in the trunk.
$ k=find-func.el; stat $k;emacs -Q -l $k; stat $k is needed to confirm -l worked, as C-h e just gives ("emacs" "-Q" "-l" "find-func.el") Loading subst-jis...done Loading subst-ksc...done Loading subst-gb2312...done Loading subst-big5...done I.e., no "Loading find-func.el...done" message.
`command-line-1' does (load file nil t) where the last ("t") argument suppresses the "Loading ..." messages. The "nil" argument, should take care of warning you when FILE doesn't exist.
[Prev in Thread] | Current Thread | [Next in Thread] |