From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Kangas Newsgroups: gmane.emacs.devel Subject: Re: Patch to add tab bar support to the nextstep port Date: Fri, 15 Oct 2021 14:47:42 +0200 Message-ID: References: <87h7dkped6.fsf.ref@yahoo.com> <87h7dkped6.fsf@yahoo.com> <87bl3spe74.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35465"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Emacs developers To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 15 14:50:08 2021 Return-path: Envelope-to: ged-emacs-devel@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 1mbMf1-00090k-4o for ged-emacs-devel@m.gmane-mx.org; Fri, 15 Oct 2021 14:50:07 +0200 Original-Received: from localhost ([::1]:56332 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mbMf0-0002XE-41 for ged-emacs-devel@m.gmane-mx.org; Fri, 15 Oct 2021 08:50:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56978) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbMcv-0000DI-Bk for emacs-devel@gnu.org; Fri, 15 Oct 2021 08:48:00 -0400 Original-Received: from mail-pj1-f45.google.com ([209.85.216.45]:53118) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mbMct-0001Ak-CR for emacs-devel@gnu.org; Fri, 15 Oct 2021 08:47:56 -0400 Original-Received: by mail-pj1-f45.google.com with SMTP id oa4so7121856pjb.2 for ; Fri, 15 Oct 2021 05:47:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=cTJJwaguklGN/Qld0C+Tt+TOH44Uiw96j1n64wU3BuA=; b=IHdyNh881J4XdDW9CVvGy56E7NjYfFu80VpBorDIvjl5uPaFek+E81OdHylWsqpEI+ rrPOkHmXdMdDZ7xBrT7it89iyW0ngM9Y/QDMr30PvkRRNDHk3Td5yGAlgypZ043/QjYd sbe7wB6spdwMT8lrA8lh6KE+PMf7cv2FmauyDMFh+5bCT13hktkYljgNIIiiEv3L/fES 9jbuYYXyuEH+ZDVppiqvspHEt4fGh+KsxDXKOUu4k57rR2g6Dsf3MGF3wZ7J80Ie5fub GvvPXU2K5RvFVoGbBxuhRg7O4xCIrCVBweVFFWdm/5Ga6yQsDoes4AHAzZyp4DTie3NV FSAg== X-Gm-Message-State: AOAM532wH8tWG/0aYhinpAxJU8/nmiMLZZjtvxIQbo52BNDrNYBDmVnC 9p4m3WsJeVr4O0WYTrgtFB8W4Gdr6RHSNnUJKzw= X-Google-Smtp-Source: ABdhPJxyOL38fbaL3cRJNAs1QqVxmHQdM/4nS1XUt++3s0Gh9nX0T4hk07126RPBFkfKh4mNFsFiXT7tPy13PK8ru/c= X-Received: by 2002:a17:90a:460a:: with SMTP id w10mr27596038pjg.132.1634302073789; Fri, 15 Oct 2021 05:47:53 -0700 (PDT) In-Reply-To: <87bl3spe74.fsf@yahoo.com> Received-SPF: pass client-ip=209.85.216.45; envelope-from=stefankangas@gmail.com; helo=mail-pj1-f45.google.com X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:277116 Archived-At: Po Lu writes: > Never mind that, I'm still learning my way around Git. > Here's the correct version of that patch: We commonly just use: git format-patch -1 Then you can just apply the patch with e.g.: git am -3 0001-foo-bar.patch