GNU bug report logs -
#75858
[PATCH] Display separators on tty menus with display table entries
Previous Next
Reported by: Gerd Möllmann <gerd.moellmann <at> gmail.com>
Date: Sun, 26 Jan 2025 12:13:02 UTC
Severity: normal
Tags: patch
Fixed in version 31.1
Done: Gerd Möllmann <gerd.moellmann <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 75858 <at> debbugs.gnu.org (full text, mbox):
> From: Gerd Möllmann <gerd.moellmann <at> gmail.com>
> Cc: 75858 <at> debbugs.gnu.org
> Date: Sun, 26 Jan 2025 15:13:25 +0100
>
> Thanks, please find patch for doc strings and C comment attached. I'll
> send another one for NEWS and Elisp later.
Thanks.
> --- a/lisp/disp-table.el
> +++ b/lisp/disp-table.el
> @@ -67,9 +67,10 @@ display-table-slot
> SLOT may be a number from 0 to 17 inclusive, or a slot name (symbol).
> Valid symbols are `truncation', `wrap', `escape', `control',
> `selective-display', `vertical-border', `box-vertical',
> -`box-horizontal', `box-down-right', `box-down-right', `box-up-left',
> -`box-double-vertical',`box-double-horizontal', `box-double-down-right',
> -`box-double-down-right', `box-double-up-left',"
> +`box-horizontal', `box-down-right', `box-down-left', `box-up-right',
> +`box-up-left',`box-double-vertical',`box-double-horizontal',
> +`box-double-down-right', `box-double-down-left',
> +`box-double-down-left',`box-double-up-left',"
box-double-down-left is mentioned twice, box-double-up-right
missing.
> @@ -82,9 +83,10 @@ set-display-table-slot
> SLOT may be a number from 0 to 17 inclusive, or a name (symbol).
> Valid symbols are `truncation', `wrap', `escape', `control',
> `selective-display', `vertical-border', `box-vertical',
> -`box-horizontal', `box-down-right', `box-down-right', `box-up-left',
> -`box-double-vertical',`box-double-horizontal', `box-double-down-right',
> -`box-double-down-right', `box-double-up-left',"
> +`box-horizontal', `box-down-right', `box-down-left', `box-up-right',
> +`box-up-left',`box-double-vertical',`box-double-horizontal',
> +`box-double-down-right', `box-double-down-left',
> +`box-double-down-left',`box-double-up-left',"
Same.
> @@ -177,8 +179,9 @@ describe-current-display-table
> (defun standard-display-unicode-special-glyphs ()
> "Display some glyps using Unicode characters.
> The glyphs being changed by this function are `vertical-border',
> -`box-vertical', `box-horizontal', `box-down-right', `box-down-left',
> -`box-up-right', and `box-up-left'."
> +`box-vertical',`box-horizontal', `box-down-right', `box-down-right',
> +`box-up-left',`box-double-vertical',`box-double-horizontal',
> +`box-double-down-right',`box-double-down-right', `box-double-up-left',"
Duplicate box-down-right, box-up-right and box-down-left missing.
Duplicate box-double-down-right, box-double-down-left and
box-double-up-right missing.
This bug report was last modified 111 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.