misc
This commit is contained in:
parent
12b5029bbf
commit
796d3e49d2
3
ekp.el
3
ekp.el
@ -259,7 +259,8 @@ boxes-widths :glues-types glues-types)."
|
|||||||
(cons (ekp-split-string string))
|
(cons (ekp-split-string string))
|
||||||
(boxes (car cons))
|
(boxes (car cons))
|
||||||
(hyphen_after_positions (cdr cons))
|
(hyphen_after_positions (cdr cons))
|
||||||
(boxes-widths (vconcat (mapcar #'string-pixel-width boxes)))
|
(boxes-widths (vconcat
|
||||||
|
(mapcar #'string-pixel-width boxes)))
|
||||||
(boxes-types (vconcat (mapcar #'ekp-box-type boxes)))
|
(boxes-types (vconcat (mapcar #'ekp-box-type boxes)))
|
||||||
(glues-types (ekp--glues-types boxes boxes-types
|
(glues-types (ekp--glues-types boxes boxes-types
|
||||||
hyphen_after_positions))
|
hyphen_after_positions))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user