emacs-devel
[Top][All Lists]
Advanced

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

Re: dired.c


From: Stefan Monnier
Subject: Re: dired.c
Date: Mon, 25 Apr 2011 10:40:21 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> Perhaps we should move the setjmp-related part of lisp.h
> into a different header, anyway, for modularity purposes?
> Only a few modules (alloc.c and eval.c come to mind)
> need to know about the internals of struct handler and
> struct catchtag, surely.  We could call this new header
> "throw-catch.h", say.  Then, throw-catch.h could include
> setjmp.h and we could banish setjmp.h from most of Emacs's
> source code.

Actually, IIUC we could move it all to eval.c.


        Stefan



reply via email to

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