r7rs-small-texinfo

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/r7rs-small-texinfo
Log | Files | Refs

commit 0e6cdb6e92b86aba75f7cc1b13714f5f849fd4a8
parent d34fb6b2cda158630257bc5315b46c016d4ca917
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date:   Wed, 31 Jan 2024 12:43:25 -0500

Revert "Add @bra{} and @ket{} for angle brackets."

< and > are the correct characters for string<? and similar
names.

This reverts commit 64873a574789b8dbf716697fc2751f1adaf5de32.

Diffstat:
Mdoc/r7rs-small/macros.texinfo | 24------------------------
Mdoc/r7rs-small/r7rs-small.texinfo | 4++--
2 files changed, 2 insertions(+), 26 deletions(-)

diff --git a/doc/r7rs-small/macros.texinfo b/doc/r7rs-small/macros.texinfo @@ -18,27 +18,3 @@ @inlineraw{tex, $\\langle$\name\$\\rangle$} @end macro @end iftex - -@c For variable names like: string<=? string>= -@c XXX: Not sure if these are working, because I'm working with an uncompiling version of r7rs-small.texinfo. -@macro bra {} -@U{27e8} -@end macro - -@macro ket {} -@U{27e9} -@end macro - -@iftex -@unmacro bra -@macro bra {} -@inlineraw{tex, $\\langle$} -@end macro -@end iftex - -@iftex -@unmacro ket -@macro ket {} -@inlineraw{tex, $\\rangle$} -@end macro -@end iftex diff --git a/doc/r7rs-small/r7rs-small.texinfo b/doc/r7rs-small/r7rs-small.texinfo @@ -5694,8 +5694,8 @@ lexicographically less than the longer string. However, it is also permitted to natural ordering imposed by the implementation's internal representation of strings, or a more complex locale-specific ordering. -In all cases, a pair of strings must satisfy exactly one of string@bra{}?, string=?, and string@ket{}?, -and must satisfy string@bra{}=? if and only if they do not satisfy string@ket{}? and string@ket{}=? if and +In all cases, a pair of strings must satisfy exactly one of string@svar{?, string=?, and string}?, +and must satisfy string@svar{=? if and only if they do not satisfy string}? and string>=? if and only if they do not satisfy string<?. The ``-ci'' procedures behave as if they applied string-foldcase to their arguments before