From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ben Key Newsgroups: gmane.emacs.help Subject: Question about backup files Date: Tue, 1 Oct 2002 09:16:24 -0400 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <762A7BB74D6AD51195EF00B0D0AA16602C37ED@STPETE> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: main.gmane.org 1033479008 1118 127.0.0.1 (1 Oct 2002 13:30:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 1 Oct 2002 13:30:08 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17wN6A-0000Ho-00 for ; Tue, 01 Oct 2002 15:30:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17wN6S-00060p-00; Tue, 01 Oct 2002 09:30:20 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17wN5Y-0005l8-00 for help-gnu-emacs@gnu.org; Tue, 01 Oct 2002 09:29:24 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17wN5R-0005k2-00 for help-gnu-emacs@gnu.org; Tue, 01 Oct 2002 09:29:22 -0400 Original-Received: from stpete.freedomscientific.com ([209.101.206.132] helo=stpete.FreedomScientific) by monty-python.gnu.org with esmtp (Exim 4.10) id 17wN5Q-0005jd-00 for help-gnu-emacs@gnu.org; Tue, 01 Oct 2002 09:29:16 -0400 Original-Received: by STPETE with Internet Mail Service (5.5.2656.59) id <4BN0SBAM>; Tue, 1 Oct 2002 09:16:25 -0400 Original-To: help-gnu-emacs@gnu.org X-Mailer: Internet Mail Service (5.5.2656.59) Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2131 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2131 The following is an excerpt from the GNU Emacs manual: "You can also explicitly request making another backup file from a buffer even though it has already been saved at least once. If you save the buffer with `C-u C-x C-s', the version thus saved will be made into a backup file if you save the buffer again. `C-u C-u C-x C-s' saves the buffer, but first makes the previous file contents into a new backup file. `C-u C-u C-u C-x C-s' does both things: it makes a backup from the previous contents, and arranges to make another from the newly saved contents if you save again." My question is, is it possible to create a more simplified keystroke assignment that implements the same behavior as `C-u C-u C-u C-x C-s'. For example, I would like to assign this behavior to 'ESC C-x C-s'.