[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: dired.c
From:
Stefan Monnier
Subject:
Re: dired.c
Date:
2011年4月25日 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
- dired.c , Andrea Crotti, 2011年04月23日
- Re: dired.c , Paul Eggert, 2011年04月25日
- Re: dired.c , Eli Zaretskii, 2011年04月25日
- Re: dired.c,
Stefan Monnier <=