Re: [Mac-emacs-devel] Output buffer
Brought to you by:
akochoi
From: Steven T. <ste...@ma...> - 2002-07-18 18:11:07
|
To modify the creator code, You also have to change the Info.plist for it to correctly work. <key>CFBundleSignature</key> <string>????</string> should be replaced with <key>CFBundleSignature</key> <string>EMAx</string> You also have to modify PkgInfo. -Steven On Thursday, July 18, 2002, at 01:54 AM, Enrico Franconi wrote: > The output buffers from subordinate processes (in my case, latex) > loose the final parts -- this was fixed a while ago, but it is broken > again. This functionality is crucial for latex users, since the > package auctex captures the output from that buffers to make > decisions. Can somebody suggest a patch I could test? > > A further request to Andrew: could you decide for a creator code for > the app? Without it, we can not use, e.g., USB Overdrive to set mouse > bindings. As far as I can remember, "EMAx" was used once; I think this > can be reused. It is enough to modify the file PkgInfo to: > APPLEMAx > > cheers > -- e. > > Enrico Franconi - fra...@in... > Free University of Bozen-Bolzano - http://www.inf.unibz.it/~franconi/ > Faculty of Computer Science - Phone: (+39) 0471-315-642 > I-39100 Bozen-Bolzano BZ, Italy - Fax: (+39) 0471-315-649 > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Mac-emacs-devel mailing list > Mac...@li... > https://lists.sourceforge.net/lists/listinfo/mac-emacs-devel |