On 2008-August-07 , at 00:34 , Adam R. Maxwell wrote: > On Aug 6, 2008, at 1:24 PM, jiho wrote: > >> On 2008-August-06 , at 15:26 , Maxwell, Adam R wrote: >> >>> Looks like it's using a different method to get the latex master >>> file. If >>> what you posted is currently on my site, I need to update it; sorry >>> about >>> that. Here's my current one (note the added 'require' line and >>> latexMaster >>> variable): >> >> yay it works. I reinstalled the command by double clicking it and >> telling TM to use the new one. So what I posted is probably what is >> currently online indeed. > > The one online is actually up to date, but I suspect that your local > modification of the path is causing TextMate to keep the old version > of the ruby script instead (I see the same problem on my home > computer). I think you can fix it by messing around with the > LaTeX.tmbundle innards in ~/Library/Application Support/TextMate/ > Bundles (and maybe Pristine Copy?), but it's probably easier just to > copy the script.
well I removed the .tmDelta in the LaTeX.tmbundle of my home directory. But maybe there was something else funky going on. > ISTR making these fixes a few months ago when it broke due to > changes in the LaTeX bundle, but I didn't realize installing it by > double-clicking would be a problem. Sorry about that, but I'm > actually not sure if I can fix it since TM seems to use a diff > mechanism for bundle changes. I indeed find this part of bundle handling to be one where TM is less than ideal. For small modifications by the user this delta system is a good idea and works surprisingly well. But as soon as the modifications are more extensive or that the bundle gets a major update, then it does not scale. There was a discussion on TM's list regarding the possible use of a distributed version control system to replace this ad-hoc one i.e. each bundle would be a git repository and git itself would handle the merges between the user's changes and upstream updates. With a decent UI for conflict resolution this would probably be excellent. We'll see what the future gives us. Sorry to have bothered you with the issue then, since it was specific to my system, and thanks for the work on BibDesk and on that. JiHO --- http://jo.irisson.free.fr/ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Bibdesk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bibdesk-users
