From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.ciao.gmane.org!not-for-mail From: jonetsu Newsgroups: gmane.emacs.help Subject: Saving macros defined on-the-fly (F3, F4) Date: Tue, 22 Jan 2019 16:27:49 -0500 Message-ID: <20190122162749.34f1ba3c@mevla> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.org; posting-host="ciao.gmane.org:195.159.176.228"; logging-data="174734"; mail-complaints-to="usenet@ciao.gmane.org" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 22 22:29:56 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gm3cH-000jKB-IO for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Jan 2019 22:29:53 +0100 Original-Received: from localhost ([127.0.0.1]:50365 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gm3cG-0007fW-I5 for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Jan 2019 16:29:52 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gm3aK-0005vW-8F for help-gnu-emacs@gnu.org; Tue, 22 Jan 2019 16:27:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gm3aJ-0003LP-HV for help-gnu-emacs@gnu.org; Tue, 22 Jan 2019 16:27:52 -0500 Original-Received: from pmta21.teksavvy.com ([76.10.157.36]:2057) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1gm3aJ-0003ID-C6 for help-gnu-emacs@gnu.org; Tue, 22 Jan 2019 16:27:51 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2GHBgDDiUdc/0Tb1BhjHgEGBwaBZYFbK?= =?us-ascii?q?YFojSGNTwGNbItaIBgBhDYEBIJxI0oBAwEBAQEBAQICAmkohgwcOwwYNCqFW68?= =?us-ascii?q?MijEijDaBP0CJcYUTAoluhmU5kRQJgXCBMINBiy4kDIFLAYg8iAA6nGKBVnAVg?= =?us-ascii?q?yiBbwGBTQEJjTIkgTEBHggTBQUBAYlQAQE?= X-IPAS-Result: =?us-ascii?q?A2GHBgDDiUdc/0Tb1BhjHgEGBwaBZYFbKYFojSGNTwGNbIt?= =?us-ascii?q?aIBgBhDYEBIJxI0oBAwEBAQEBAQICAmkohgwcOwwYNCqFW68MijEijDaBP0CJc?= =?us-ascii?q?YUTAoluhmU5kRQJgXCBMINBiy4kDIFLAYg8iAA6nGKBVnAVgyiBbwGBTQEJjTI?= =?us-ascii?q?kgTEBHggTBQUBAYlQAQE?= X-IronPort-AV: E=Sophos;i="5.56,508,1539662400"; d="scan'208";a="61600238" Original-Received: from 24-212-219-68.cable.teksavvy.com (HELO mevla) ([24.212.219.68]) by smtp.teksavvy.com with ESMTP; 22 Jan 2019 16:27:49 -0500 X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 76.10.157.36 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:119137 Archived-At: Hello, On Linux systems, is it possible to save a macro quickly defined using F3 and F4 and have it recalled at a later time and run by pressing F4 ? Cheers.