On Mon, Oct 22 2012, Manuel González Suárez <[email protected]> wrote: > Hello again. > I have encountered a new problem when compiling a document with Emacs + > AUCTeX ConTeXt: I get the following message: > Use rbconfig instead of obsolete and deprecated Config. > Why can produce this message?
Have you tried googling that message? It's apparently a warning issued by Ruby (the programming language). So it seems that some part of your compilation chaing is using Ruby, producing that warning. Whatever part that is should be updated to use RbConfig rather than Config. (Which, from the Google hits I get, seems to be a very simple fix). HTH -- Joost Kremers Life has its moments _______________________________________________ auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex
