package ecaml
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Library for writing Emacs plugin in OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
ecaml-v0.14.0.tar.gz
sha256=ca97b30782e1b9fc42ccd54ba6afd60a7eb1087b56f3e21076ae33abfa638dfa
md5=ecae1a972130cd93c64eecc1ed71cad1
doc/src/ecaml.ecaml_value/generated_bindings.ml.html
Source file generated_bindings.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47external backward_word : int -> bool = "ecaml__backward_word" let backward_word a0 = let r = backward_word a0 in Value.Expert.raise_if_emacs_signaled (); r ;; external buffer_live_p : Value.t -> bool = "ecaml__buffer_live_p" let buffer_live_p a0 = let r = buffer_live_p a0 in Value.Expert.raise_if_emacs_signaled (); r ;; external elt_returning_int : Value.t -> int -> int = "ecaml__elt_returning_int" let elt_returning_int a0 a1 = let r = elt_returning_int a0 a1 in Value.Expert.raise_if_emacs_signaled (); r ;; external forward_word : int -> bool = "ecaml__forward_word" let forward_word a0 = let r = forward_word a0 in Value.Expert.raise_if_emacs_signaled (); r ;; external point_max : unit -> int = "ecaml__point_max" let point_max () = let r = point_max () in Value.Expert.raise_if_emacs_signaled (); r ;; external point_min : unit -> int = "ecaml__point_min" let point_min () = let r = point_min () in Value.Expert.raise_if_emacs_signaled (); r ;;
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>