From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Van Ly Newsgroups: gmane.emacs.bugs Subject: bug#57483: 28.1.91; expand hl-line-mode to highlight-line-mode for readability Date: Tue, 30 Aug 2022 11:40:02 +0000 (UTC) Organization: Sourceware Defines Fortress Message-ID: <7cee2395-59ef-7033-26be-166f13f3f14d@SDF.ORG> References: <874jxuauj7.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10362"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 57483@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Aug 30 13:41:59 2022 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 1oSzd1-0002WQ-Et for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 30 Aug 2022 13:41:59 +0200 Original-Received: from localhost ([::1]:59940 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oSzd0-00058N-6c for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 30 Aug 2022 07:41:58 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:32850) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oSzcA-00056r-Pt for bug-gnu-emacs@gnu.org; Tue, 30 Aug 2022 07:41:06 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:45217) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oSzc6-0000eI-Sh for bug-gnu-emacs@gnu.org; Tue, 30 Aug 2022 07:41:05 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oSzc6-0001Vb-GO for bug-gnu-emacs@gnu.org; Tue, 30 Aug 2022 07:41:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Van Ly Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 30 Aug 2022 11:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57483 X-GNU-PR-Package: emacs Original-Received: via spool by 57483-submit@debbugs.gnu.org id=B57483.16618596125714 (code B ref 57483); Tue, 30 Aug 2022 11:41:02 +0000 Original-Received: (at 57483) by debbugs.gnu.org; 30 Aug 2022 11:40:12 +0000 Original-Received: from localhost ([127.0.0.1]:34966 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oSzbH-0001U6-Rk for submit@debbugs.gnu.org; Tue, 30 Aug 2022 07:40:12 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]:62331) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oSzbC-0001Tp-Ap for 57483@debbugs.gnu.org; Tue, 30 Aug 2022 07:40:10 -0400 Original-Received: from sdf.org (IDENT:van.ly@faeroes.freeshell.org [205.166.94.9]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 27UBe33s023658 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Tue, 30 Aug 2022 11:40:03 GMT Original-Received: from localhost (van.ly@localhost) by sdf.org (8.15.2/8.12.8/Submit) with ESMTP id 27UBe2ZC020419; Tue, 30 Aug 2022 11:40:02 GMT In-Reply-To: <874jxuauj7.fsf@gnus.org> 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:241112 Archived-At: On Tue, 30 Aug 2022, Lars Ingebrigtsen wrote: > > But I don't think completing hl to highlight-line-mode would make much > sense, even if it was possible, because nobody would be typing `M-x hl > TAB' in the first place without knowing that the mode was called > `hl-line-mode'. > When I have my muddled together emacs configuration not running from "emacs -Q" the following shows M-x hl hl-line-mode hi-lock-mode holiday-list ... true, I don't use "M-x hl TAB" but "M-x hl C-j" to take the option at top of the listing. I think more sense is gained from M-x hl highlight-line-mode ...