From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#45140: 28.0.50; rendering c source on the tty inside virtual console Date: Mon, 11 Oct 2021 15:11:13 +0000 Message-ID: References: <865z5ac28u.fsf@sacsa.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25181"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 45140@debbugs.gnu.org, Stefan Kangas To: rrandresf@gmail.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Oct 11 17:12:30 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 1mZwyZ-0006HP-1V for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 11 Oct 2021 17:12:27 +0200 Original-Received: from localhost ([::1]:45392 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mZwyX-0000S1-S7 for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 11 Oct 2021 11:12:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53498) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mZwyA-0000QK-SN for bug-gnu-emacs@gnu.org; Mon, 11 Oct 2021 11:12:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:49135) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mZwyA-0008LV-I5 for bug-gnu-emacs@gnu.org; Mon, 11 Oct 2021 11:12:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mZwyA-0001ff-Di for bug-gnu-emacs@gnu.org; Mon, 11 Oct 2021 11:12:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 11 Oct 2021 15:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45140 X-GNU-PR-Package: emacs Original-Received: via spool by 45140-submit@debbugs.gnu.org id=B45140.16339650856363 (code B ref 45140); Mon, 11 Oct 2021 15:12:02 +0000 Original-Received: (at 45140) by debbugs.gnu.org; 11 Oct 2021 15:11:25 +0000 Original-Received: from localhost ([127.0.0.1]:60680 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZwxZ-0001eZ-8z for submit@debbugs.gnu.org; Mon, 11 Oct 2021 11:11:25 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:37756 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1mZwxV-0001eJ-IX for 45140@debbugs.gnu.org; Mon, 11 Oct 2021 11:11:24 -0400 Original-Received: (qmail 29970 invoked by uid 3782); 11 Oct 2021 15:11:14 -0000 Original-Received: from acm.muc.de (p4fe15b1f.dip0.t-ipconnect.de [79.225.91.31]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Mon, 11 Oct 2021 17:11:14 +0200 Original-Received: (qmail 9386 invoked by uid 1000); 11 Oct 2021 15:11:13 -0000 Content-Disposition: inline In-Reply-To: <865z5ac28u.fsf@sacsa.i-did-not-set--mail-host-address--so-tickle-me> X-Submission-Agent: TMDA/1.3.x (Ph3nix) X-Primary-Address: acm@muc.de 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:216930 Archived-At: Hello, rrandresf. Firstly, sorry about missing your bug report last December. Secondly, it's great to see somebody else using the Linux tty! On Wed, Dec 09, 2020 at 17:34:25 +0000, rrandresf@gmail.com wrote: > Hi. Guys. > On emacs 27.1 emacs on the tty renders pretty fine. > On emacs 28.0.50 the colors has changed (read quality was better on 27) It looks like the fontification was unfinished on that screen. For example, strings and comments get fontified, but the variable declarations didn't. I hope that was a bug in CC Mode which has long been fixed. When that happens, there is often an error message in the *Messages* buffer, which you can see with C-h e. Was there anything else about the reduction in quality you mention? I think your yellow strings was something you configured yourself, for example. Is the problem still there in the savannah master branch, or what has now become the Emacs-28 release branch? > Part of source code (Just in case) [ .... Thanks! ] > Best Regards > ps: Ctrl+Alt+F3 {for going to tty3; and then emacsclient -c -t} Yes. ;-) > In GNU Emacs 28.0.50 (build 2, armv7l-unknown-linux-gnueabihf, X toolkit, cairo version 1.17.3, Xaw3d scroll bars) > of 2020-12-09 built on sacsa > Windowing system distributor 'The X.Org Foundation', version 11.0.12009000 > System Description: Arch Linux ARM > Configured using: > 'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib > --localstatedir=/var --with-x-toolkit=lucid --with-xft --without-gconf > --without-gsettings --with-modules > '--program-transform-name=s/^ctags$/ctags.emacs/' --without-pop > --with-wide-int --with-json=yes 'CFLAGS=-march=armv7-a -mfloat-abi=hard > -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector-strong -fno-plt' > CPPFLAGS=-D_FORTIFY_SOURCE=2 > LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now' [ .... ] -- Alan Mackenzie (Nuremberg, Germany).