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.help Subject: Re: Possible to ignore diacritics with isearch? Date: Wed, 29 Dec 2021 20:32:07 +0200 Message-ID: <837dbnjm8o.fsf@gnu.org> References: <8d8fbf95-8916-116f-2071-8a449b1fce65@ntnu.no> 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="12303"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Dec 29 19:34:11 2021 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 1n2dm4-0002qL-Cv for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 29 Dec 2021 19:34:08 +0100 Original-Received: from localhost ([::1]:56124 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n2dm2-0002eY-Ly for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 29 Dec 2021 13:34:06 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:34604) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n2dk3-0001oD-VW for help-gnu-emacs@gnu.org; Wed, 29 Dec 2021 13:32:08 -0500 Original-Received: from [2001:470:142:3::e] (port=47592 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n2dk3-00083H-MK for help-gnu-emacs@gnu.org; Wed, 29 Dec 2021 13:32:03 -0500 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=KFTiUIlbe0h+VYOr2PYJ45klUfILsWTkJ3riJWRwft4=; b=PjxooputPjwA5q68mvsY 8BXiRPQmc0dWvd4lk/+E5oLCoUQHvy7ziFmkpE+VcJZgdZ5NvMBvWUKvVP9Evwij+k8Yi6/1I8yrL Yv+fy8+KZgoh+QiJqrwKhdvl0PSYxRX4nlQ0rGt0bntCLFHL1+7p/fvZx6nLtkEPTOAKmcAxE7+9u 6zOmxgs6he6PgTfPpwQxvE1QxbCfqf2JnDSafHeSkAibE1FK/aprkjtW4V27fzr7g6735j5smU5XC Qyt8to5tJMnkEJgIoHI0Z6oC1wtmv1WFHlsFFVIhD5YEVN/fkP/gj093H00GTpdcGQEud3QZpL8BN Jq5oCfCMmDDR3w==; Original-Received: from [87.69.77.57] (port=3392 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n2dk3-0000t5-K5 for help-gnu-emacs@gnu.org; Wed, 29 Dec 2021 13:32:03 -0500 In-Reply-To: <8d8fbf95-8916-116f-2071-8a449b1fce65@ntnu.no> (message from Tor Kringeland on Wed, 29 Dec 2021 17:53:46 +0100) 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" Xref: news.gmane.io gmane.emacs.help:135074 Archived-At: > Date: Wed, 29 Dec 2021 17:53:46 +0100 > From: Tor Kringeland > > Is it possible to instruct commands like `isearch-forward' in Emacs to > ignore diacritics? For example so that searching for "galaxia" would > match strings like "galáxia". (Mainly I'm using `helm-occur' and > `org-refile', both of which don't ignore diacritics.) Yes, it's possible. Read about "Lax Search" in the Emacs manual.