help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to solve when 2 packages need each other?


From: Jean Louis
Subject: How to solve when 2 packages need each other?
Date: Wed, 12 May 2021 18:13:03 +0300

I have a separate package that depends on main package, but main
package also needs some functions from that separate package. This
causes compiler problems.

The separate package need not be loaded for main functions to work.

Should I be using (when (fboundp 'SEPARATE-FUNCTION)) to avoid that?

Is there way to conditionally `defun' some functions?




Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

Sign an open letter in support of Richard M. Stallman
https://stallmansupport.org/
https://rms-support-letter.github.io/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]