From unknown Thu Jun 19 14:06:02 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#33421 <33421@debbugs.gnu.org> To: bug#33421 <33421@debbugs.gnu.org> Subject: Status: 26.1; hl-line face used as default Reply-To: bug#33421 <33421@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:06:02 +0000 retitle 33421 26.1; hl-line face used as default reassign 33421 emacs submitter 33421 "E. Choroba" severity 33421 minor tag 33421 notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 18 16:53:31 2018 Received: (at submit) by debbugs.gnu.org; 18 Nov 2018 21:53:32 +0000 Received: from localhost ([127.0.0.1]:59397 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gOV0V-0004K0-FR for submit@debbugs.gnu.org; Sun, 18 Nov 2018 16:53:31 -0500 Received: from eggs.gnu.org ([208.118.235.92]:41748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gOV0S-0004Jj-6L for submit@debbugs.gnu.org; Sun, 18 Nov 2018 16:53:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOV0L-00047K-JT for submit@debbugs.gnu.org; Sun, 18 Nov 2018 16:53:22 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:50950) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gOV0L-000479-GW for submit@debbugs.gnu.org; Sun, 18 Nov 2018 16:53:21 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOV0I-0005pI-5x for bug-gnu-emacs@gnu.org; Sun, 18 Nov 2018 16:53:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOUlc-00065x-MJ for bug-gnu-emacs@gnu.org; Sun, 18 Nov 2018 16:38:12 -0500 Received: from ufal-mail.mff.cuni.cz ([195.113.20.158]:41570) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gOUlc-000654-Bu for bug-gnu-emacs@gnu.org; Sun, 18 Nov 2018 16:38:08 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by ufal-mail.mff.cuni.cz (Postfix) with ESMTP id 05C003A1F4C for ; Sun, 18 Nov 2018 22:38:05 +0100 (CET) X-Virus-Scanned: amavisd-new at ufal.mff.cuni.cz Received: from ufal-mail.mff.cuni.cz ([127.0.0.1]) by localhost (ufal-mail.mff.cuni.cz [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id SfpgD_Qiw4jI for ; Sun, 18 Nov 2018 22:38:04 +0100 (CET) Received: from [192.168.0.100] (unknown [217.30.64.210]) by ufal-mail.mff.cuni.cz (Postfix) with ESMTPSA id DFE153A1CBC for ; Sun, 18 Nov 2018 22:38:04 +0100 (CET) Date: Sun, 18 Nov 2018 22:37:57 +0100 (CET) From: "E. Choroba" X-X-Sender: choroba@still.ms.mff.cuni.cz To: bug-gnu-emacs@gnu.org Subject: 26.1; hl-line face used as default Message-ID: User-Agent: Alpine 2.20 (LSU 67 2015-01-07) MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="8323328-1502449493-1542577084=:3193" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-1502449493-1542577084=:3193 Content-Type: text/plain; format=flowed; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable Hi, When I use emacs 24.3.1 and run /usr/bin/emacs -Q Then M-< followed by M-x global-hl-line-mode and M-x describe-face, emacs= asks=20 me Describe face (default `font-lock-comment-delimiter-face'): But when I use 26.1 and run /usr/local/bin/emacs -Q and run exactly the same commands, emacs asks me Describe face (default =A1hl-line=A2): I have to turn hl-line off to get the name of the point's face. This make= s the=20 default value of the function useless. It seems that (get-char-property (point) 'face) returns hl-line in 26.1, but returns the actual face in 24.3.1. See also=20 https://emacs.stackexchange.com/questions/45492/hl-line-face-used-as-defa= ult-in-26-1 Thanks, Ch. In GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, Motif Version 2.3.4) of 2018-09-10 built on still Windowing system distributor 'The X.Org Foundation', version 11.0.1180300= 0 System Description: openSUSE Leap 42.3 Recent messages: Wrote /home/choroba/1.sh Saving file /home/choroba/1.sh... Wrote /home/choroba/1.sh Saving file /home/choroba/graphics... Wrote /home/choroba/graphics Quit [2 times] GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, Motif Version 2.3.4) of=20 2018-09-10 Making completion list... Quit Making completion list... Configured using: 'configure --with-kerberos5=3Dyes --with-x-toolkit=3Dmotif --with-x=3Dy= es' Configured features: XPM JPEG TIFF GIF PNG SOUND DBUS GSETTINGS NOTIFY GNUTLS LIBXML2 FREETYPE XFT ZLIB TOOLKIT_SCROLL_BARS MOTIF X11 THREADS Important settings: value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=3Dlocal locale-coding-system: utf-8-unix Major mode: Fundamental Minor modes in effect: worktime-minor-mode: t savehist-mode: t global-hl-line-mode: t tooltip-mode: t global-eldoc-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: /home/choroba/.emacs.d/elpa/web-mode-20180813.1350/web-mode hides=20 /home/choroba/elisp/web-mode Features: (shadow sort mail-extr warnings emacsbug message rmc puny format-spec rfc822 mml mml-sec epa epg gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils crm thingatpt sh-script smie executable hippie-exp comint ansi-color ring cl-extra help-mode edmacro kmacro misearch multi-isearch rng-xsd xsd-regexp rng-cmpct rng-nxml rng-valid rng-loc rng-uri rng-parse nxml-parse rng-match rng-dt rng-util rng-pttrn nxml-ns nxml-mode nxml-outln nxml-rap sgml-mode dom nxml-util nxml-enc xmltok elec-pair delsel cus-start cus-load finder-inf info package epg-config url-handlers url-parse auth-source eieio eieio-core eieio-loaddefs password-cache url-vars seq byte-opt bytecomp byte-compile cconv easy-mmode server htmlize cl-seq tinytalk derived cl-macs cl gv cl-loaddefs cl-lib session dired-x easymenu dired dired-loaddefs savehist hl-line time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote dbusbind inotify dynamic-setting system-font-setting font-render-setting motif x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 297507 16148) (symbols 48 30815 1) (miscs 40 145 696) (strings 32 85192 2817) (string-bytes 1 2128740) (vectors 16 26660) (vector-slots 8 709666 17660) (floats 8 80 585) (intervals 56 4368 505) (buffers 992 20) (heap 1024 49963 1694)) --8323328-1502449493-1542577084=:3193-- From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 19 10:45:25 2018 Received: (at 33421) by debbugs.gnu.org; 19 Nov 2018 15:45:25 +0000 Received: from localhost ([127.0.0.1]:32841 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gOljp-00018s-Hr for submit@debbugs.gnu.org; Mon, 19 Nov 2018 10:45:25 -0500 Received: from eggs.gnu.org ([208.118.235.92]:59059) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gOljn-00012g-Hd for 33421@debbugs.gnu.org; Mon, 19 Nov 2018 10:45:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOlje-0007TQ-Gd for 33421@debbugs.gnu.org; Mon, 19 Nov 2018 10:45:18 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOljU-0007Ps-JQ; Mon, 19 Nov 2018 10:45:04 -0500 Received: from [176.228.60.248] (port=2990 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gOljU-00054b-6F; Mon, 19 Nov 2018 10:45:04 -0500 Date: Mon, 19 Nov 2018 17:45:09 +0200 Message-Id: <83y39prrzu.fsf@gnu.org> From: Eli Zaretskii To: "E. Choroba" In-reply-to: (choroba@matfyz.cz) Subject: Re: bug#33421: 26.1; hl-line face used as default References: MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 33421 Cc: 33421@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) tags 33421 notabug thanks > Date: Sun, 18 Nov 2018 22:37:57 +0100 (CET) > From: "E. Choroba" > > When I use emacs 24.3.1 and run > > /usr/bin/emacs -Q > > Then M-< followed by M-x global-hl-line-mode and M-x describe-face, emacs asks > me > > Describe face (default `font-lock-comment-delimiter-face'): > > But when I use 26.1 and run > > /usr/local/bin/emacs -Q > > and run exactly the same commands, emacs asks me > > Describe face (default ˇhl-line˘): > > I have to turn hl-line off to get the name of the point's face. This makes the > default value of the function useless. I can reproduce this, but for me both Emacs 26 and Emacs 24 behave the same. So I don't know why your Emacs 24 behaves differently, perhaps it's due to some local changes that are not in upstream sources. In any case, "M-x describe-face" is not the right tool when there could be several text properties at the same position, because describe-face can only name one face, and it selects the one that affects the text the most. I suggest to use another command instead, "M-x describe-text-properties". It will pop up a window with information about all the properties at point, and you can then drill down using the buttons in that window. This is not a bug. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 22 20:07:46 2018 Received: (at control) by debbugs.gnu.org; 23 Nov 2018 01:07:46 +0000 Received: from localhost ([127.0.0.1]:42842 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gPzwg-0002BM-9D for submit@debbugs.gnu.org; Thu, 22 Nov 2018 20:07:46 -0500 Received: from eggs.gnu.org ([208.118.235.92]:49479) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gPzwe-0002B3-Eh for control@debbugs.gnu.org; Thu, 22 Nov 2018 20:07:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gPzwY-0005ng-RF for control@debbugs.gnu.org; Thu, 22 Nov 2018 20:07:39 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:32925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gPzwY-0005nb-OW for control@debbugs.gnu.org; Thu, 22 Nov 2018 20:07:38 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1gPzwY-0000oR-Mg for control@debbugs.gnu.org; Thu, 22 Nov 2018 20:07:38 -0500 Subject: control message for bug 33421 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Thu, 22 Nov 2018 20:07:38 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) close 33421 From unknown Thu Jun 19 14:06:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 21 Dec 2018 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator