Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can Nemacs and Mule share the same .emacs file?

file Mule Nemacs share
0
Posted

Can Nemacs and Mule share the same .emacs file?

0

Mule is not compatible with Nemacs. Sometimes a .emacs file made for Nemacs causes trouble when used for Mule. To share the same .emacs file, you have to divide it into two parts; one for Mule and the other for Nemacs: (if (boundp ‘MULE) (functions for Mule)) (if (boundp ‘NEMACS) (functions for Nemacs)) There is a sample shared .emacs file in the texinfo manual of Mule. It may help you. Note that some of the byte-compiled files are NOT sharable. Concerning about this point, Enami Tsugutomo &ltenami&#64sys.ptg.sony.co.jp&lt writes: You should prepare two different files for Mule and Nemacs if you want to byte-compile those files. As Mule and Nemacs adopt different internal representations of kanji characters, you must re-byte compile if the files include kanji characters.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.