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.

Some functions work fine with Nemacs, but they show the message “Symbols function definition is void: define-program-kanji-code” and abort. How can I fix this?

0
Posted

Some functions work fine with Nemacs, but they show the message “Symbols function definition is void: define-program-kanji-code” and abort. How can I fix this?

0

Atsushi Furuta &ltfuruta&#64srarc2.sra.co.jp&gt writes: define-program-kanji-code is specific to Nemacs, so you have to modify it to make such functions run on Mule. define-program-coding-system is the counterpart in Mule. For example, (define-program-kanji-code nil “.*inc.*” 2) should be replaced by (define-program-coding-system nil “.*inc.*” *junet*) Many functions named kanji-code-xxx before have been renamed to coding-system-xxx in Mule. The variable kanji-flag has been renamed to mc-flag in Mule. Fortunately, a package has been written to make Nemacs oriented codes work in Mule. Ken’ichi Handa &lthanda&#64etl.go.jp&gt writes: From: handa@etlken.etl.go.jp (Kenichi Handa) Newsgroups: fj.editor.mule,fj.editor.emacs Subject: nemacs -> mule Message-ID: &ltHANDA.93Oct15215300@etlken.etl.go.jp&gt Date: 15 Oct 93 21:53:00 GMT With the help of members of our mailing list, I have written a simple package which makes the shift from Nemacs to Mule easier. First, install the two elisp files be

Related Questions

What is your question?

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

Experts123