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

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

Re: calwf


From: Stefan Monnier
Subject: Re: calwf
Date: Tue, 12 Jan 2016 09:29:41 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

In both cases (calwf and weekly-view), I expect that the issue is
a simple question of renaming of a few functions/variables, or some such.

Usually issues of compatibility between emacsen are fairly simple to solve.
E.g. the "nice display" in weekly-view in XEmacs might be due simply to
the fact that when the code was written it used features not available
in Emacs, so the author put a (featurep 'xemacs) test in it.  In that
case, removing the test might actually be sufficient to get the feature
working, tho in most cases, this will bump into some further
compatibility issues.

IOW, these should all be fairly easy to debug by single-stepping
through the code and comparing where the execution diverges between the
two different emacsen.


        Stefan




reply via email to

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