[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs -l should put "Loading..." into *Messages* perhaps
From: |
jidanni |
Subject: |
emacs -l should put "Loading..." into *Messages* perhaps |
Date: |
Wed, 30 Jan 2008 10:22:20 +0800 |
mr> Could you please test the attached patch
Works. By the way I notice
$ 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.