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: Can one use `occur' (M-s o) with case-fold-search disabled, somehow? Date: Sun, 02 Jan 2022 16:54:07 +0200 Message-ID: <837dbidw8g.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14070"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: xenodasein@tutanota.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jan 02 15:55:59 2022 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 1n42H9-0003TF-4B for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Jan 2022 15:55:59 +0100 Original-Received: from localhost ([::1]:53004 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n42H7-0005dR-5e for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Jan 2022 09:55:57 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:43750) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n42FK-0004l1-M4 for emacs-devel@gnu.org; Sun, 02 Jan 2022 09:54:06 -0500 Original-Received: from [2001:470:142:3::e] (port=56114 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 1n42FK-0000Ee-5a; Sun, 02 Jan 2022 09:54:06 -0500 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=eid0zzzazrKvf/nmEwQesshPGO1TevnJrhcnLbcPM/w=; b=rAO5cAfXzOo7 CqhfY1Gpg4BL5RYc1eXlAOiTd4GlNOixbPY8J20hWuuL5WXVvy2VyDYmS25EREAzIfW2VeYIehUgh XQJ7Mgv5XjlJjrA20CAM83+QbaSdKyiRz46/LGCGQYEWyobp91RPVh/Wu1IRduZZf5JJf72b+zkLW XxuTezC/Ss850ST3wfsDxcCWfHfxzrV3mqbetbKGugEHcSmdHf9xQe4PhLUO84RrWVWTv3hkgPuF5 slxE/3XXu8QEMhA4c6YqmB/y05LfOGrjPlNozKmQqzQwMohA5yozIlS8Ub1tzmc5g4QDlbZhC/30V y7Gd6kVvRcp9BCBsdJIjJQ==; Original-Received: from [87.69.77.57] (port=4217 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 1n42FK-0006RT-0f; Sun, 02 Jan 2022 09:54:06 -0500 In-Reply-To: (emacs-devel@gnu.org) 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" Xref: news.gmane.io gmane.emacs.devel:283913 Archived-At: > Date: Sun, 2 Jan 2022 15:24:09 +0100 (CET) > From: xenodasein--- via "Emacs development discussions." > > Why don't we use the key sequence M-s O for this? > > ... > > -- > > Alan Mackenzie (Nuremberg, Germany). > > > > Default bindings seem to avoid having shifted letter keys, does > anyone know why? Because it's easy to accidentally leave the Shift key pressed.