Debian Patches
Status for sml-mode/6.12-1
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-texi-build-errors.patch | texi build errors Fix errors when generating info file. The @center construct hates curly braces, so remove them. |
Barry deFreese <bdefreese@debian.org> | no | debian | 2013-07-17 | |
0002-require-third-arg.patch | require third arg Work around xemacs21 not supporting three-arg require form. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732996 |
"Aaron M. Ucko" <ucko@debian.org> | no | 2013-12-23 | ||
0003-safe-local-variable.patch | safe local variable Declare sml-indent-level to be safe for per-file initialization. See https://bugs.debian.org/717440 which suggests (put 'sml-indent-level 'safe-local-variable 'integerp) This patch instead adds an option to defcustom. |
"Barak A. Pearlmutter" <barak+git@pearlmutter.net> | no | 2015-09-14 | ||
0004-info-direntry-syntax.patch | info direntry syntax The space in "sml: (sml-mode)" is mandatory. Without it you get a broken info dir file, with the sml mode entry jammed onto the end of the previous line. |
"Barak A. Pearlmutter" <barak+git@pearlmutter.net> | no | 2025-05-04 | ||
0005-rm-setchapternewpage.patch | rm setchapternewpage The two @setchapternewpage commands yield a warning. sml-mode.texi:66: warning: multiple @setchapternewpage The documentation (texinfo setsetchapternewpage) says We recommend not including any @setchapternewpage command in your document source at all so that's what this patch is doing. |
"Barak A. Pearlmutter" <barak+git@pearlmutter.net> | no | 2025-05-04 |