Daniel Mendler

Results 791 comments of Daniel Mendler

@justinethier How are you solving this issue now? I want to avoid compaction of the major heap under any circumstances. I am using a major heap layout with segments. Each...

Ah interesting. I also thought about implementing the medium heap using best fit, but then decided against it for simplicity using pow2 sized objects instead accepting some internal fragmentation. Why...

Well ok, there could be a malicious program allocating only one object of each small size. After that allocating many objects of e.g. size 1 filling up the remaining pages...

From what I've seen, I think it is ready :)

Would it make sense to rename this package to `org-transient` before submission to a package repository?

> For the name: I consider using transient an implementation detail, it could as well use hydra. Although realistically switching might break configs and extensions if someone makes one in...

The simplest solution would be to add a configuration option `org-menu-template-expand-function` which takes a symbol as argument, the name of the template. Then the templates would have to be made...

I close it with kill-buffer, maybe also via an Embark action. It would be better to use a hook to detect when the buffer is killed and then terminate the...

Thanks! It works. One small detail remains - you could also kill the lexic process buffer such that no stale buffers stay around.