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: Non-ASCII characters in Info files produced by Texinfo 7.1 Date: Wed, 25 Oct 2023 15:33:47 +0300 Message-ID: <83edhikhjo.fsf@gnu.org> References: <83o7gpm9uy.fsf@gnu.org> <875y2w8vfj.fsf@gmail.com> <87y1fs75if.fsf@gmail.com> <835y2wmefr.fsf@gnu.org> <86jzrb8ajw.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29227"; mail-complaints-to="usenet@ciao.gmane.io" Cc: visuweshm@gmail.com, stefankangas@gmail.com, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 25 14:34:12 2023 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 1qvd5Q-0007Bz-EH for ged-emacs-devel@m.gmane-mx.org; Wed, 25 Oct 2023 14:34:12 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qvd59-0007Kc-Lr; Wed, 25 Oct 2023 08:33:55 -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 1qvd56-0007K4-VF for emacs-devel@gnu.org; Wed, 25 Oct 2023 08:33:53 -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 1qvd54-0004S6-3v; Wed, 25 Oct 2023 08:33:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=opDJRoRcgii4TPIJvskpHoQyHA6wzexgT4rSFCD7GBM=; b=nFTGdVHcqcQY qKbLGg0eZvmZeuAiZiJoKO+HTLK+5rUeTuak8yllpldnFrerkTHOwRmBbsT3zdlxAV2Q0uU1f23IE Suvqwy8D7IcikojqZBPdvyMO+ON86FXSaY+kZ97JEN0H2QUxQRAXi22kyui+nk9wob+cQAgwchozZ JCxVB0FI8KSxopbn2XgCHpbtpoao7y+9gReIy5Z9VAAyEPSHtIWCDjmDmNNf6/KFnjPAHVHUFkLX9 cFiVRmEQyW2Vfk8x7sGnGRgZxkJtSYquii47S/we2sFnNh2tH1w9KZIoH9mITctgSLPKWJepJCqYp fvOsBfWcvjwhdql5shYkIw==; In-Reply-To: <86jzrb8ajw.fsf@mail.linkov.net> (message from Juri Linkov on Wed, 25 Oct 2023 09:45:39 +0300) 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:311838 Archived-At: > From: Juri Linkov > Cc: Visuwesh , stefankangas@gmail.com, > emacs-devel@gnu.org > Date: Wed, 25 Oct 2023 09:45:39 +0300 > > >> >> AFAIK, this is already true for `, see isearch-fold-quotes-mode. > >> > > >> > Thanks, I didn't know that variable. It should be enabled by default in > >> > Info mode, and perhaps Help mode too. > >> > >> It is enabled from Emacs 29 apparently: > > > > It is enabled by default, but after some time in a long-running Emacs > > session, it somehow gets turned off. If someone can debug and fix > > this, please do. > > It gets turned off as soon as you prefer to use other search type, > such as regexp/word search. It can't match quotes in a regexp search. I don't believe this is the case here: I almost never use other search types, I barely even need to use Isearch in the *Help* buffers. It must be something else...