emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs rewrite in a maintainable language


From: Eli Zaretskii
Subject: Re: Emacs rewrite in a maintainable language
Date: Mon, 12 Oct 2015 19:31:13 +0300

> From: Oleh Krehel <address@hidden>
> Date: Mon, 12 Oct 2015 17:24:26 +0200
> Cc: address@hidden
> 
> Better encapsulation is definitely needed, and using C++ allows the
> compiler to enforce this encapsulation, instead of just grepping
> manually to make sure each private isn't used outside of
> getters/setters.
> 
> For example, I was trying to write some code to make the mark be
> window-local and not buffer-local, just like the point.  And it's hard
> to see all uses of point wrt window-point, because of insufficient
> encapsulation.

Maybe a more adequate tool will help.  Did you try ID-Utils (already
integrated into Semantic to some extent)?



reply via email to

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