GNU bug report logs - #42825
26.2; Calculator Trail display fuzziness

Previous Next

Package: emacs;

Reported by: Rolf Ade <rolf <at> pointsman.de>

Date: Wed, 12 Aug 2020 09:37:02 UTC

Severity: normal

Found in version 26.2

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Rolf Ade <rolf <at> pointsman.de>
Cc: 42825 <at> debbugs.gnu.org
Subject: Re: bug#42825: 26.2; Calculator Trail display fuzziness
Date: Sat, 17 Oct 2020 10:04:42 +0200
Rolf Ade <rolf <at> pointsman.de> writes:

> doesn't display the *Calc Trail* buffer, although calc-display-trail has
> the (default) value t.
>
> There's this code in calc:
>
>       (with-current-buffer (calc-trail-buffer)
>         (and calc-display-trail
>              (= (window-width) (frame-width))
>              (calc-trail-display 1 t)))

This has been changed in Emacs 28:

      (with-current-buffer (calc-trail-buffer)
        (and calc-display-trail
             (calc-trail-display 1 t)))

So now it always heeds the variable, no matter what the frame width.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 4 years and 219 days ago.

Previous Next


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