From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "jindam, vani" Newsgroups: gmane.emacs.help Subject: =?utf-8?B?KG5ld2JpZSkgc2VhcmNoICYgcmVwbGFjZSAo4oCUbWF0Y2g=?= =?utf-8?B?IGNhc2UpIGFsbCBhdCBvbmNlIHdpdGhvdXQgY29uZmlybWF0aW9uIGE=?= =?utf-8?B?dXRvbWF0aW9u?= Date: Wed, 02 Nov 2022 14:48:41 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18896"; 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 Nov 02 15:49:23 2022 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 1oqF3T-0004d5-BO for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 02 Nov 2022 15:49:23 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oqF2y-0004v9-KW; Wed, 02 Nov 2022 10:48:52 -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 1oqF2u-0004ua-Mx for help-gnu-emacs@gnu.org; Wed, 02 Nov 2022 10:48:48 -0400 Original-Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oqF2r-0006jt-W4 for help-gnu-emacs@gnu.org; Wed, 02 Nov 2022 10:48:47 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id E820640929 for ; Wed, 2 Nov 2022 15:48:42 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Original-Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zP0tgMbR45ZV for ; Wed, 2 Nov 2022 15:48:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1667400521; bh=mWAPr4XGwIlmgiPjLSWmNmtSIQLjRNEuNlabLaSaKXw=; h=Date:From:Subject:To; b=fnV7DnP9PR+tCdNpLjMKgmsUYjM8depPdy/uhs0Svupo8xJCWB8hAfKRaguhcDnaW VNMmqfnFUTjw0z3jo6uFBGu2GtoZ3xl+5MKV6/irHY92eyNnvvDn1LaXjruM5izSVs 2edxIAOxVBx7YxWF6RyhleU9Pv8nSHklIQUxyk+hJ4LrGdq7lk61Lx4S8M1bYyiaYQ 6zaz33DtpXVDRiQxVAeY0EwfIHR0Lg1Xez3y63OUlQFcBWd2YOvt+iR7lA4J3ah3Es 2dB/nzeIFFn8M7NbgVWanT1cxyscl3vxmKYzLM2xttuzTNyG91RCk6zdlXRRYgzF3u Knqu1cDvxO1eA== Received-SPF: pass client-ip=178.21.23.139; envelope-from=jindam.vani@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 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: , Original-Sender: "help-gnu-emacs" Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:140571 Archived-At: hello emacs users, after trying several gui text editors, i=20 hesistantly=20installed & familiarising emacs. so far, good. i have decided to use as default=20 text=20editor. my search contains characters such as { or - or =3D=20 and=20alphabets. in other cli/gui editors, i choose=20 "match=20case" and "replace all". for example: "{{cite", "agree=3Dyes" straight to point: * where can i find examples for "search & replace=20 (=E2=80=94match case) all at once without confirmation"? * is it possible to use more than one for=20 search=20& replace? i mean, i want to replace=20 "{{cite",=20"agree=3Dyes" at once? * if i cant use more than one, how do i automate? regards, jindam, vani toots: @jindam_vani@c.im others: en.wikipedia.org/wiki/User:Jindam_vani