In article <[EMAIL PROTECTED]>, Peter Dyballa says... > > >Am 24.02.2005 um 18:50 schrieb Michael Powe: > >> (provide 'tempo) > >How can your .emacs file provide something that's in a different Elisp >file? It can require though ... >
Well, I don't know. I know that I put that line in the .emacs on March 16, 2003 and that I've edited a zillion html, jsp and asp files with it since then. Until now. On this new install, it didn't work. Taking a cue from you, I went back and changed 'provide' to 'require' and was still getting an error -- until I remembered to comment out the (setq tempo-insert-region t) line, which never worked. Bingo. Thanks for the tip -- it turned out to be the winner! Now, I can sleep tonight. ;-) mp -- Michael Powe [EMAIL PROTECTED] Naugatuck CT USA "It stands to reason that self-righteous, inflexible, single-minded, authoritarian true believers are politically organized. Open-minded, flexible, complex, ambiguous, anti-authoritarian people would just as soon be left to mind their own fucking business." - R.U. Sirius _______________________________________________ Help-gnu-emacs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
