[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)?
- Re: Emacs rewrite in a maintainable language, (continued)
- Re: Emacs rewrite in a maintainable language, Daniel Colascione, 2015/10/12
- Re: Emacs rewrite in a maintainable language, Ken Raeburn, 2015/10/13
- Re: Emacs rewrite in a maintainable language, John Wiegley, 2015/10/13
- Re: Emacs rewrite in a maintainable language, David Kastrup, 2015/10/15
- Re: Emacs rewrite in a maintainable language, Daniel Colascione, 2015/10/13
- Re: Emacs rewrite in a maintainable language, Stephen J. Turnbull, 2015/10/15
- Re: Emacs rewrite in a maintainable language, Oleh Krehel, 2015/10/15
- Re: Emacs rewrite in a maintainable language, David Kastrup, 2015/10/12
- Re: Emacs rewrite in a maintainable language, Paul Eggert, 2015/10/15
- Re: Emacs rewrite in a maintainable language, Oleh Krehel, 2015/10/15
- Re: Emacs rewrite in a maintainable language,
Eli Zaretskii <=
- Re: Emacs rewrite in a maintainable language, David Kastrup, 2015/10/15
- Re: Emacs rewrite in a maintainable language, Stephen J. Turnbull, 2015/10/15
- Re: Emacs rewrite in a maintainable language, Marcus Harnisch, 2015/10/13
- Re: Emacs rewrite in a maintainable language, Richard Stallman, 2015/10/13
- Re: Emacs rewrite in a maintainable language, Daniel Colascione, 2015/10/13
- Re: Emacs rewrite in a maintainable language, Marcus Harnisch, 2015/10/14
Re: Emacs rewrite in a maintainable language, Przemysław Wojnowski, 2015/10/15
Re: Emacs rewrite in a maintainable language, Thomas Koch, 2015/10/15