From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: How to apply (multi file) patches conveniently Date: Tue, 07 Feb 2017 22:42:37 +0000 Message-ID: <87zihx1v36.fsf@robertthorpeconsulting.com> References: <87a89xubv6.fsf@drachen> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1486507392 3158 195.159.176.226 (7 Feb 2017 22:43:12 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 7 Feb 2017 22:43:12 +0000 (UTC) Cc: ndokos@gmail.com, help-gnu-emacs@gnu.org To: Michael Heerdegen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 07 23:43:09 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cbETb-0000Xv-4g for geh-help-gnu-emacs@m.gmane.org; Tue, 07 Feb 2017 23:43:07 +0100 Original-Received: from localhost ([::1]:56754 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbETg-0004io-Rs for geh-help-gnu-emacs@m.gmane.org; Tue, 07 Feb 2017 17:43:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbETH-0004iY-GJ for help-gnu-emacs@gnu.org; Tue, 07 Feb 2017 17:42:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbETE-0002pO-Dg for help-gnu-emacs@gnu.org; Tue, 07 Feb 2017 17:42:47 -0500 Original-Received: from outbound-smtp07.blacknight.com ([46.22.139.12]:33613) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cbETE-0002iW-7q for help-gnu-emacs@gnu.org; Tue, 07 Feb 2017 17:42:44 -0500 Original-Received: from mail.blacknight.com (pemlinmail05.blacknight.ie [81.17.254.26]) by outbound-smtp07.blacknight.com (Postfix) with ESMTPS id 885861C1379 for ; Tue, 7 Feb 2017 22:42:38 +0000 (GMT) Original-Received: (qmail 22248 invoked from network); 7 Feb 2017 22:42:38 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[51.37.51.74]) by 81.17.254.9 with ESMTPSA (AES128-SHA encrypted, authenticated); 7 Feb 2017 22:42:38 -0000 In-Reply-To: <87a89xubv6.fsf@drachen> (message from Michael Heerdegen on Tue, 07 Feb 2017 18:52:45 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 46.22.139.12 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:112283 Archived-At: Michael Heerdegen writes: > Nick Dokos writes: > >> M- is a shortcut for ESC- so you could use the >> latter form, as long as you have an ESC key. > > Thanks, that works... yes, we have ESC keys in Germany ;-). C-[ does the same thing as ESC. It can be useful in these sort of situations. BR, Robert Thorpe