mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] TeXmacs' new semantic brackets


Chronological Thread 
  • From: Alvaro Tejero Cantero <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] TeXmacs' new semantic brackets
  • Date: Thu, 4 Nov 2010 09:01:49 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=eqTIGn/VJbYDQETUTgwdwJm2MCiEezHk+pddPW2W02vj7IEIp7H7DXR07dUBrIWW7r RO+HwDKeDDgFkfDgycrxvpcx0ZeUaRMf9ydg8Z9XnVvPrNWnTEo4N4PQggpZ0MhM0x1R KWjd9Y/WL0BidCe/tVgnVuhjRfRqe4Y4qxtuo=

ok, removed .TeXmacs and noticed that font compilation is announced in
a grey box without text (QT). Or the text appears very fast and then
disappears.

All works fine now, but the 2nd parenthesis replacement ) -> ] happens
only with force matching brackets active. Everything works OK as well
when Automatically close brackets is active.

Ctrl-* works as well, but not with 'mixed (matching) brackets' i.e.
not with ( \frac{a,b},c ].

The offending lines were basically making resizable brackets the default:

;; use stretchy brackets all the time (assuming auto-close switched on)

; ( "(" (make-bracket-open "(" ")" #t))
; ( "[" (make-bracket-open "[" "]" #t))
; ( "{" (make-bracket-open "{" "}" #t))

;; A-( produces non-stretchy version
; ("math (" (make-bracket-open "(" ")"))
; ("math [" (make-bracket-open "[" "]"))
; ("math {" (make-bracket-open "{" "}"))

I am removing them, since the C-* is comfortable enough.

Thanks,

Álvaro.



Archive powered by MHonArc 2.6.19.

Top of page