Nathaniel Nicandro

Results 9 issues of Nathaniel Nicandro

Call `ffi--prep-cif` and the `definer-function` of `ffi--struct-union-helper` in the calling environment of the macros not during the macro expansion. This is so that compiling programs that use `define-ffi-function`, `define-ffi-struct`, etc....

The first frame an Emacs session creates is named `F1` and when running Emacs as a daemon (`emacs --bg-daemon`), that frame is kept around as a "virtual frame" not visible...

Hello all, I have been working for a long time now on streamlining the way in which a kernel communicates with a client in order to simplify that communication from...

From , named source blocks don't appear to work properly when passing results of one source block to another. ``` #+NAME: jp #+begin_src jupyter-python :session test :async no a =...

This fixes the odd behavior of the yank register (0) and delete registers (1-9) described in #864 and makes their behavior identical to [Vim](http://vimdoc.sourceforge.net/htmldoc/change.html#registers). The following changes were made: -...

Hi, I really enjoy using this package, but I still find myself using `helm-org-agenda-files-headings` sometimes. Mainly because I would like to insert a link to a heading. I also have...

enhancement

The main change of this pull request is to hide all modification of frame parameters behind the `setf` macro. So that instead of having `(set-frame-parameter nil 'persp-foo ...)` we have...

For the filter groups, the approach is to take advantage of the `add-to-invisibility-spec` and `remove-from-invisibility-spec` functions when toggling the filter groups. The semantics of `buffer-invisibility-spec` allow the invisible property of...

I've been running into the problem where filter groups do not get displayed after reverting the buffer and point is on a line that is contained within the region of...

bug