From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#48711: Crashes in lisp_string_width Date: Fri, 28 May 2021 22:03:42 +0300 Message-ID: <83pmxa7ka9.fsf@gnu.org> References: <87bl8vz7lu.fsf@mail.linkov.net> <83a6of8h94.fsf@gnu.org> <838s3z8gei.fsf@gnu.org> <87wnrjxne5.fsf@mail.linkov.net> <837djj86eb.fsf@gnu.org> <87k0nikd0r.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12080"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 48711@debbugs.gnu.org To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri May 28 21:04:12 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lmhmG-0002pK-6k for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 28 May 2021 21:04:12 +0200 Original-Received: from localhost ([::1]:57000 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lmhmF-0000sa-AC for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 28 May 2021 15:04:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52688) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lmhm6-0000qz-Dc for bug-gnu-emacs@gnu.org; Fri, 28 May 2021 15:04:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:43838) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lmhm6-0005S4-2h for bug-gnu-emacs@gnu.org; Fri, 28 May 2021 15:04:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lmhm5-00077f-UZ for bug-gnu-emacs@gnu.org; Fri, 28 May 2021 15:04:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 28 May 2021 19:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48711 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: fixed Original-Received: via spool by 48711-submit@debbugs.gnu.org id=B48711.162222862327351 (code B ref 48711); Fri, 28 May 2021 19:04:01 +0000 Original-Received: (at 48711) by debbugs.gnu.org; 28 May 2021 19:03:43 +0000 Original-Received: from localhost ([127.0.0.1]:55384 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmhln-000774-Ei for submit@debbugs.gnu.org; Fri, 28 May 2021 15:03:43 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:58848) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmhlk-00076q-5x for 48711@debbugs.gnu.org; Fri, 28 May 2021 15:03:42 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39262) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lmhle-00059j-DP; Fri, 28 May 2021 15:03:34 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2673 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lmhld-0000rc-Vv; Fri, 28 May 2021 15:03:34 -0400 In-Reply-To: <87k0nikd0r.fsf@mail.linkov.net> (message from Juri Linkov on Fri, 28 May 2021 21:32:12 +0300) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:207476 Archived-At: > From: Juri Linkov > Cc: 48711@debbugs.gnu.org > Date: Fri, 28 May 2021 21:32:12 +0300 > > >> BTW, now compilation highlights this line > >> > >> Pure-hashed: 15274 strings, 3028 vectors, 41734 conses, 2570 bytecodes, 254 others > >> > >> using red error face. Does this mean that something needs to be fixed? > > > > You mean, this is a result of the string-width changes? > > I don't know, the red error face was in the compilation output only 1 day, > but it's weird that now the last compilation highlights the line > > Pure-hashed: 15274 strings, 3028 vectors, 41734 conses, 2570 bytecodes, 254 others > > with the blue face-lock-function-name-face correctly again. I don't think I follow. Are you saying that the problem no longer exists?