Variable: bidi-inhibit-bpa

bidi-inhibit-bpa is a variable defined in xdisp.c.

Value

nil

Documentation

Non-nil means inhibit the Bidirectional Parentheses Algorithm.

Disabling the BPA makes redisplay faster, but might produce incorrect display reordering of bidirectional text with embedded parentheses and other bracket characters whose paired-bracket Unicode property is non-nil, see get-char-code-property.

Source Code

// Defined in /usr/src/emacs/src/xdisp.c
  DEFVAR_BOOL ("bidi-inhibit-bpa", bidi_inhibit_bpa,
    doc: /* Non-nil means inhibit the Bidirectional Parentheses Algorithm.
Disabling the BPA makes redisplay faster, but might produce incorrect
display reordering of bidirectional text with embedded parentheses and
other bracket characters whose `paired-bracket' Unicode property is
non-nil, see `get-char-code-property'.  */);