Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grabbing multiple outputs in swank:eval-and-grab-output #554

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 28, 2024

  1. Support for grabbing multiple outputs in swank:eval-and-grab-output

    It is often desirable to get output from time and trace in Emacs,
    particularly in org-babel.  This patch extends
    swank:eval-and-grab-output to support emitting *trace-output*; it also
    introduces *error-output*, for good measure.
    
    We check whether eval-and-grab-output caller presumes older interface
    to it and return a legacy list of two elements instead of alist in
    those cases.
    
    This check can very likely be dropped when either Emacs 27 or Org 9.4
    become unsupported.
    akater committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    ff23e4e View commit details
    Browse the repository at this point in the history