Menu

#406 Move all XEmacs code to mh-xemacs-compat

mh-e-8.0
closed-fixed
None
5
2013-02-23
2002-11-13
Bill Wohler
No

Bill Wohler <wohler@newt.com> wrote:

Satyaki Das <satyakid@stanford.edu> wrote:

> The macro needs to be defined for both emacs
variants. So if
> it were defined in mh-xemacs-compat.el, then it
wouldn't get
> defined in GNU Emacs.

Ah, I just noticed this:

(if mh-xemacs-flag
(require 'mh-xemacs-compat))

As I've stated before, one of my goals is to localize
XEmacs maintenance to mh-xemacs-compat.el. In other
words, "grep -il xemacs *.el" should only spit out
mh-xemacs-compat.el. Benefits include knowing exactly
where to find the GNU Emacs/XEmacs differences.
Also,seeing all of the differences in one place may
lead to surprising refactorings.

I'd thus like to replace the code in mh-e.el above with:

(require 'mh-xemacs-compat)

It appears that the code in mh-xemacs-compat should be
happy with this.

Post-7.0 though.

Discussion

  • Bill Wohler

    Bill Wohler - 2006-06-22
    • milestone: 104424 --> mh-e-8.0
    • assigned_to: nobody --> wohler
    • status: open --> closed-fixed
     
  • Bill Wohler

    Bill Wohler - 2013-02-23
    • labels: General -->
     
  • Bill Wohler

    Bill Wohler - 2013-02-23

    Ticket moved from /p/mh-e/feature-requests/48/

     

Log in to post a comment.