0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-22 22:10:42 +00:00
org-mode/lisp/babel
Eric Schulte f4b78ad3c8 babel-haskell: variety of bug fixes
Thanks to Christopher Witte for raising these issues

* lisp/babel/langs/ob-haskell.el (org-babel-expand-body:haskell):
  replaced missing () wrapping, and now using correct variable
  expansion

  (org-babel-execute:haskell): now using
  org-babel-haskell-initiate-session to start sessions

  (org-babel-haskell-initiate-session): only starting sessions if none
  exists, also added a .25 second wait on brand new sessions to allow
  the Haskell interpreter to fire up

  (org-babel-load-session:haskell): now optionally accepts processed
  params to avoid over-execution of variable resolution

  (org-babel-prep-session:haskell):  now optionally accepts processed
  params to avoid over-execution of variable resolution, also placing
  the variable definitions directly in the session instead of loading
  them from a separate file
2010-06-28 09:55:09 -07:00
..
langs babel-haskell: variety of bug fixes 2010-06-28 09:55:09 -07:00
ob-comint.el babel: assigning copyright to the FSF for core babel files 2010-06-25 09:20:39 -07:00
ob-exp.el babel: assigning copyright to the FSF for core babel files 2010-06-25 09:20:39 -07:00
ob-keys.el babel: assigning copyright to the FSF for core babel files 2010-06-25 09:20:39 -07:00
ob-lob.el babel: assigning copyright to the FSF for core babel files 2010-06-25 09:20:39 -07:00
ob-ref.el babel: assigning copyright to the FSF for core babel files 2010-06-25 09:20:39 -07:00
ob-table.el babel: assigning copyright to the FSF for core babel files 2010-06-25 09:20:39 -07:00
ob-tangle.el babel: assigning copyright to the FSF for core babel files 2010-06-25 09:20:39 -07:00
ob.el babel: ensure `declare-function' is available in all Emacsen 2010-06-27 23:13:51 -07:00