GNU bug report logs - #62453
30.0.50; Semicolon in view-lossage yields wrong alignment

Previous Next

Package: emacs;

Reported by: Eshel Yaron <me <at> eshelyaron.com>

Date: Sun, 26 Mar 2023 05:34:02 UTC

Severity: normal

Found in version 30.0.50

Full log


Message #20 received at 62453 <at> debbugs.gnu.org (full text, mbox):

From: Juri Linkov <juri <at> linkov.net>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: me <at> eshelyaron.com, Stefan Monnier <monnier <at> iro.umontreal.ca>,
 62453 <at> debbugs.gnu.org
Subject: Re: bug#62453: 30.0.50; Semicolon in view-lossage yields wrong
 alignment
Date: Mon, 27 Mar 2023 10:00:56 +0300
>> We're probably better off indenting "by hand".
>
> That'd be my conclusion as well.  But that's definitely not for the
> release branch.
>
> Come to think of that, why not use the :align-to display spec to align
> the command descriptions?

This format was intended to be compatible with `edit-kbd-macro`,
and it uses such logic in `edmacro-format-keys` for alignment:

		  (make-string (max (- 3 (/ (length desc) 8)) 1) 9)
		  ";; " (if (stringp bind) bind (symbol-name bind))




This bug report was last modified 2 years and 134 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.