Am 20.08.2009 um 01:29 schrieb Adam M. Goldstein: > Any ideas about how I can use Emacs.app to edit documents and preserve > the links?
The problem with hard links can be solved with a bit of customisation: '(backup-by-copying-when-linked t) Setting this variable to non-nil makes GNU Emacs copy the original file and leave this copy as backup. Now one of the hard links will get edited. OTOH with LaTeX you don't need to keep so many "copies" around. LaTeX searches for input files along a set of paths, each named. TEXMFHOME describes where your private files are stored, the command 'kpsexpand \$TEXMFHOME' (on the command line) will reveal the root of a file system branch where you can store your own files, for example in $TEXMFHOME/tex/latex/mine. -- Greetings Pete Well done is better than well said. – Benjamin Franklin ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Emacs-app-dev- mailing list Emacs-app-dev-@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-