Re: Undumpable object type : buffer, extent
"Stephen J. Turnbull" <[email protected]>
| Newsgroups | gmane.emacs.xemacs.design |
|---|---|
| Organization | The XEmacs Project |
| Message-ID | <[email protected]> |
>>>>> "Martin" == Martin Stjernholm <[email protected]> writes: Martin> Ok, I take it that it's some kind of internal garbage Martin> problem and not an issue with my use of temporary buffers. If you like. For example, it's possible that if you killed all the extents (including text properties) used, the problem would be solved. Note: I don't recommend you try it on my say-so, though, it would likely be a lot of effort, and not quite work in the end. >> Yes, with the caveat that it would have to be called at >> run-time (eg, from `c-mode'), not at dump-time. Martin> Sorry, but that's not an option in this case. Well, to be precise, for this purpose, compile-time is included in run-time, AFAIK. Ie if you can wrap in it (eval-when (compile eval) ...), Ilya wins, I bet. Or if it's a package build-time constant, (eval-when-compile ...) should do the trick. I don't know if it's worth rearranging things to make that possible, just so cc-mode can be dumped in an XEmacs configured --pdump, but I think it should be possible. -- Institute of Policy and Planning Sciences http://turnbull.sk.tsukuba.ac.jp University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Ask not how you can "do" free software business; ask what your business can "do for" free software.