From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jonetsu Newsgroups: gmane.emacs.help Subject: Executing many commands on a file Date: Fri, 17 Jul 2015 17:07:11 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1437167261 784 80.91.229.3 (17 Jul 2015 21:07:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Jul 2015 21:07:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 17 23:07:30 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZGCqt-0002tW-Do for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Jul 2015 23:07:27 +0200 Original-Received: from localhost ([::1]:46176 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGCqs-0004GH-Km for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Jul 2015 17:07:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGCqh-0004GA-Lv for help-gnu-emacs@gnu.org; Fri, 17 Jul 2015 17:07:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGCqd-0008Cv-Ja for help-gnu-emacs@gnu.org; Fri, 17 Jul 2015 17:07:15 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:65440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGCqd-0008Cl-Fz for help-gnu-emacs@gnu.org; Fri, 17 Jul 2015 17:07:11 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0DQBAA731xV/9mBCkxcg3yDZLJRAY9AhXyCBRABAQEBAQEBgQqETGsPEQIYDgI/OwmIBBcDmyyPXaRDgSGPO4JSgUUBBItEhHCDWqB2I4FTAYJAgxoBAQE X-IPAS-Result: A0DQBAA731xV/9mBCkxcg3yDZLJRAY9AhXyCBRABAQEBAQEBgQqETGsPEQIYDgI/OwmIBBcDmyyPXaRDgSGPO4JSgUUBBItEhHCDWqB2I4FTAYJAgxoBAQE X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="130323046" Original-Received: from mail2.teksavvy.com (HELO mail.pppoe.ca) ([76.10.129.217]) by ironport2-out.teksavvy.com with ESMTP; 17 Jul 2015 17:07:09 -0400 Original-Received: from teksavvy.com [12.54.94.27] ([127.0.0.1]) by mail.pppoe.ca (Mail Server) with ASMTP id 201507171707088234 for ; Fri, 17 Jul 2015 17:07:08 -0400 X-Mailer: IceWarp Mailer 11.2.1.1 x64-Desktop X-Priority: 3 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105792 Archived-At: Hello, After loading a file I have to do several M-x replace-string commands. = =C2=A0Is there a way to chain those and have them executed as one command ? And optionally, to have them executed when a file with a certain name patte= rn is loaded ? Thanks.