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.devel Subject: Re: Faces for strong, emph and friends in Info? Date: Tue, 09 Apr 2024 12:56:43 +0300 Message-ID: <86le5mx3j8.fsf@gnu.org> References: <86o7ajyk6v.fsf@gnu.org> <87o7ajssgp.fsf@gmail.com> <86jzl7yajk.fsf@gnu.org> <87jzl6syde.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24694"; mail-complaints-to="usenet@ciao.gmane.io" Cc: raman@google.com, emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Apr 09 11:57:27 2024 Return-path: Envelope-to: ged-emacs-devel@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 1ru8EI-0006Ev-Nh for ged-emacs-devel@m.gmane-mx.org; Tue, 09 Apr 2024 11:57:26 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ru8Dh-0003du-3f; Tue, 09 Apr 2024 05:56: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 1ru8Df-0003dj-K6 for emacs-devel@gnu.org; Tue, 09 Apr 2024 05:56:47 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ru8Df-0001Cn-BX; Tue, 09 Apr 2024 05:56:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=1AgcATCGFArhszKhB25h/Rc2+vWZKcGjeeQWDGX8ml8=; b=iyjA6KK8wqFlZH2Djfz4 AXEYiDElxppeQ/4hrdu5RYDOtNy+f/NFLVEsuCBNZWFccBDOqhfeQweuPeW8y3B3To3wMFx/vZo9N FYKDkKvTWDvhiM9JWz1Fhb+2O3ysHU5iqiAm7S/Dtp+ml3M2vK4mdfzoutf+fEj453X9zg7orWzNj M/vpRd6zNtAvDKAz8BuaqoJKNlImanNr9sg9aHcKYWPsJnkV0eY/lTPVoz3q4LD5EL6aW3rFwa6oN eioJS59ASiS142NZqD1qq7woaueXfz1y66YMmd+PjSd8QRQtVpTySHg54morRt5tFjwsmYEpEF+VC +J7vh6s0T/CE1A==; In-Reply-To: <87jzl6syde.fsf@gmail.com> (message from Robert Pluim on Tue, 09 Apr 2024 11:01:49 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:317645 Archived-At: > From: Robert Pluim > Cc: raman@google.com, emacs-devel@gnu.org > Date: Tue, 09 Apr 2024 11:01:49 +0200 > > Regarding newlines, do you have an example? It could be added, but Iʼm > not sure if we want to pay the price of excessive searching (although > this code is run only once per node). Here's the first hit I found: ‘woman-use-topic-at-point’ A boolean value that defaults to ‘nil’. If non-‘nil’ then the ‘woman’ command uses the word at point as the topic, _without interactive confirmation_, if it exists as a topic. We never wrap @emph and @strong in @w, so it's small wonder this happens quite a lot.