Am 26.03.2008 um 01:20 schrieb Christos Chryssochoidis:
> I managed to make C-z work as expected (iconify), only after I  
> added ' (load "frame.elc") ' to my .emacs file. Is this correct?  
> Should I have to add this line to my .emacs?


No, that's not needed at all. Frame.el is pre-loaded via loadup.el.  
Otherwise you would not be able to set initial-frame-alist or default- 
frame-alist ...

What you need to do with the new (patched) frame.el is: byte-compile  
it, as already recommended by Carsten, and then re-build a new  
version of Emacs.app. So, if you're still using your old binary, you  
indeed need to load frame so that the previous unpatched contents in  
Emacs.app binary is overwritten. Again, this re-building is needed  
"only" for those ELisp files that are pre-loaded by loadup.el –  
approximately 150!

BTW, a simple (load-library "frame") might be more suited. The load  
function can do more with optional parameters.

--
Greetings

   Pete

To be is to do.
                        – I. Kant
To do is to be.
                        – A. Sartre
Yabba-Dabba-Doo!
                        – F. Flintstone




-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Emacs-app-dev- mailing list
Emacs-app-dev-@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to