Peter, does this make your local-lisp-path patch unnecessary, do you think?
> On 10/8/07, Seiji Zenitani <[EMAIL PROTECTED]> wrote: > > Hi, > > > > In load-path variable, 'site-lisp' is usually prior to the others. > > This issue has been recently fixed in Carbon port: > > http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00460.html > > http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00052.html > > > > Seiji Zenitani > > [EMAIL PROTECTED] > > > > --- nsterm.m.orig 2007-09-19 15:22:05.000000000 -0400 > > +++ nsterm.m 2007-10-08 12:32:46.000000000 -0400 > > @@ -348,8 +348,8 @@ > > if (!getenv("EMACSLOADPATH")) > > { > > NSArray *paths = [resourceDir stringsByAppendingPaths: > > - [NSArray arrayWithObjects: > > @"lisp", @"leim", > > - @"site- > > lisp",nil]]; > > + [NSArray arrayWithObjects: @"site- > > lisp", @"lisp", > > + > > @"leim",nil]]; > > NSEnumerator *pathEnum = [paths objectEnumerator]; > > resourcePaths = @""; > > while (resourcePath = [pathEnum nextObject]) > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Emacs-app-dev- mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/emacs-app-dev- > > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Emacs-app-dev- mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-
