emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#37824: closed (Args out of range error)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37824: closed (Args out of range error)
Date: Sun, 20 Oct 2019 20:05:02 +0000

Your message dated Sun, 20 Oct 2019 22:03:37 +0200
with message-id <20191020200337.aik4b5fajh36gvoj@Ergus>
and subject line Re: bug#37824: Args out of range error
has caused the debbugs.gnu.org bug report #37824,
regarding Args out of range error
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37824: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37824
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Args out of range error Date: Sun, 20 Oct 2019 00:27:22 +0900
After building recent head, I started to see Args out of range errors occasionally.

 sort: Args out of range: [nil :family :foundry :swidth :height :weight :slant :underline :inverse :foreground ...], 19
I inspected a little, and I think a found the problem.
Commit f9206f34d63104c50659a15d3615646a09df87bf intorduced new LFACE_EXTEND_INDEX enum for lface_attribute_index
in src/dispextern.h, but probably forgot to add corresponding value to internal-lisp-face-attributes defvar,
causing an arg-out-of-range error for few face related functions.

After adding :extend keyword to internal-lisp-face-attributes the error don't occur.  

(setq internal-lisp-face-attributes
  [nil
   :family :foundry :swidth :height :weight :slant :underline :inverse
   :foreground :background :stipple :overline :strike :box
   :font :inherit :fontset :vector :extend])

--- End Message ---
--- Begin Message --- Subject: Re: bug#37824: Args out of range error Date: Sun, 20 Oct 2019 22:03:37 +0200 User-agent: NeoMutt/20180716
Fixed in commit: 270ca8c2735cfc7935b9e4d0b770a55138493ef3
This was a duplication of 37806.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]