From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Zaichuan Du Newsgroups: gmane.emacs.help Subject: Re: Turn off line highlighting in Gnus summary buffer Date: Sun, 11 Aug 2024 14:58:19 +0200 Message-ID: <87v807usgk.fsf@zaichuan.me> References: <87ttfsae44.fsf@zaichuan.me> <86zfpjjnei.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17065"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Help Gnu Emacs Mailing List To: Joel Reicher Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Aug 11 14:59:23 2024 Return-path: Envelope-to: geh-help-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 1sd8AM-0004KD-Qf for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 11 Aug 2024 14:59:23 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sd89p-0002mu-AA; Sun, 11 Aug 2024 08:58:49 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sd89m-0002mf-Qe for help-gnu-emacs@gnu.org; Sun, 11 Aug 2024 08:58:46 -0400 Original-Received: from out-184.mta1.migadu.com ([95.215.58.184]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sd89k-0002XE-GC for help-gnu-emacs@gnu.org; Sun, 11 Aug 2024 08:58:46 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zaichuan.me; s=key1; t=1723381113; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=RlAGd4w01DJXXyFLPxJcTGV30olYKtwngwl3sHwMD6s=; b=vjUw6o5p4D/WyWBKoXkuYo/qbYfAvPT73uMaPvaNsc/iEA+px3QCfMEAIMzgnXOtHEm5ZE wVFbpKmRdLVxsLtgsHIXM7i147cLMDCqwyL6odxlBq+6duW/fqR96oNgqg7LxEkQFUAi1+ zjVEwMVH6a/D4SbFLvqnyw/l1aufiQ/BeE2wZ2ITvQdw+Gk8QnCYJLn2xqB2+kQnBecot4 3V0SxXtBQgN/d5h1LFaitiIlnOnIKvNbSIoyBOZKwblH85BO/5Co1fwDAZ37mWM6WpNY1u mdnTEl+MGJPoFfplm92UC1OBkm6JJGdgH4WIGRYL2AJa/KcBDlIgwCNY5yDh6g== In-Reply-To: <86zfpjjnei.fsf@gmail.com> (Joel Reicher's message of "Sun, 11 Aug 2024 21:43:01 +1000") Mail-Followup-To: Joel Reicher , Help Gnu Emacs Mailing List X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=95.215.58.184; envelope-from=z.du@zaichuan.me; helo=out-184.mta1.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:147608 Archived-At: On 11 Aug 2024, Joel Reicher wrote: > Zaichuan Du writes: > >> I wonder how I can turn off the highlight line when selecting articles in the >> gnus summary buffer. >> >> I took a look at the `gnus-summary-highlight', but it seems to customize the >> font highlight rather than the selecting line. > > Have you checked the gnus-visual variable? > > That might be what you mean by the above, but I'm not sure. > > Cheers, > > - Joel > It is gnus-visual that I was looking for. thx But it is strange that the hl-line in the summary is automatically enabled when turning on the article-highlight (it controls headers' faces). -- Z