GNU bug report logs - #30553
26.0.91; underline appears beneath line-spacing rather than beneath text

Previous Next

Package: emacs;

Reported by: Aaron Jensen <aaronjensen <at> gmail.com>

Date: Tue, 20 Feb 2018 18:18:02 UTC

Severity: minor

Found in version 26.0.91

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Aaron Jensen <aaronjensen <at> gmail.com>
Cc: alptekin.aker <at> gmail.com, 30553 <at> debbugs.gnu.org
Subject: bug#30553: 26.0.91; underline appears beneath line-spacing rather than beneath text
Date: Wed, 28 Feb 2018 18:14:36 +0200
> From: Aaron Jensen <aaronjensen <at> gmail.com>
> Date: Wed, 28 Feb 2018 07:19:02 -0800
> Cc: Alp Aker <alptekin.aker <at> gmail.com>, 30553 <at> debbugs.gnu.org
> 
> Thank you for the feedback. I used NILP and Fbuffer_local_value
> because I saw that used elsewhere. If that's not right, please let me
> know.

Fbuffer_local_value can signal an error, which is a no-no in display
code.  So it's best not to use it.  buffer_local_value is better in
that regard, I think (although for built-in variables, I think the
danger is mainly academic).

Otherwise, I think the patch is good, thanks.




This bug report was last modified 7 years and 77 days ago.

Previous Next


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