Skip to Content.
Sympa Menu

texmacs-users - [texmacs-users] pb with a shortcut with « var »

Subject: mailing-list for TeXmacs Users

List archive

Chronological Thread  
  • From: vincent douce <address@concealed>
  • To: address@concealed
  • Subject: [texmacs-users] pb with a shortcut with « var »
  • Date: Sat, 3 May 2025 08:11:19 +0200

hello

the shortcut abcd works very fine
but hhh.[tab] doesn't
i was thinking maybe the fact of pressing tab after a « go-to-previous » was difficult to deal with for TeXmacs but why in this cas does hhh.b works very fin ?
i confess i don’t understand there
thanks for your help
Vincent


(kbd-map  ("a b c d" (insert '
(with "color" "blue" (block* (tformat (cwith "1" "-1" "1" "-1" "cell-tborder" "0.15ln") (cwith "1" "-1" "1" "-1" "cell-bborder" "0.15ln") (cwith "1" "-1" "1" "-1" "cell-lborder" "0.15ln") (cwith "1" "-1" "1" "-1" "cell-rborder" "0.15ln") (table (row (cell (with "color" "black" "")))))))
) (go-to-previous)(go-to-previous)(go-to-previous)
))

(kbd-map  ("h h h . b" (insert '
(with "color" "blue" (block* (tformat (cwith "1" "-1" "1" "-1" "cell-tborder" "0.15ln") (cwith "1" "-1" "1" "-1" "cell-bborder" "0.15ln") (cwith "1" "-1" "1" "-1" "cell-lborder" "0.15ln") (cwith "1" "-1" "1" "-1" "cell-rborder" "0.15ln") (table (row (cell (with "color" "black" "")))))))
) (go-to-previous)(go-to-previous)(go-to-previous)
))

(kbd-map  ("h h h . var" (insert '
(with "color" "brown" (block* (tformat (cwith "1" "-1" "1" "-1" "cell-tborder" "0.15ln") (cwith "1" "-1" "1" "-1" "cell-bborder" "0.15ln") (cwith "1" "-1" "1" "-1" "cell-lborder" "0.15ln") (cwith "1" "-1" "1" "-1" "cell-rborder" "0.15ln") (table (row (cell (with "color" "black" "")))))))
) (go-to-previous)(go-to-previous)(go-to-previous)
))



Archive powered by MHonArc 2.6.24.

Top of Page