From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Monaco Newsgroups: gmane.emacs.help Subject: Attaching files to multiple messages Date: Mon, 05 Dec 2022 15:06:25 +0100 Message-ID: <87zgc2ndwe.fsf@autistici.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="911"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Dec 05 15:25:28 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1p2CPP-000Aa8-Rj for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 05 Dec 2022 15:25:27 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p2COP-0002j1-Gy; Mon, 05 Dec 2022 09:24:25 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p2C7E-0005jC-0N for help-gnu-emacs@gnu.org; Mon, 05 Dec 2022 09:06:40 -0500 Original-Received: from devianza.investici.org ([198.167.222.108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p2C7B-00018y-WE for help-gnu-emacs@gnu.org; Mon, 05 Dec 2022 09:06:39 -0500 Original-Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4NQlhf0BXYz6vKw for ; Mon, 5 Dec 2022 14:06:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1670249186; bh=cYZcrFsXLms8oPtXfusG/V5VXA1q7AQHFfXQ95wPRas=; h=From:To:Subject:Date:From; b=hW39e+osjj2B/6hqGyj0hh4mxc7zVOITZJTagsMpgGWeOewqANONP8XH3dqgpsfwR XaHu96r1h2ZXgxu/C+aF4EMI9qQmjApG/lOhoPXhkMbxwijp2aDcPAjUqbLyUj6DRr gFDEr1Uwk0JKQj4q5dEL36y1p8TeY2HaKLouJmw8= Original-Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: andrea.monaco@autistici.org) by localhost (Postfix) with ESMTPSA id 4NQlhd5f0Xz6vJS for ; Mon, 5 Dec 2022 14:06:25 +0000 (UTC) Received-SPF: pass client-ip=198.167.222.108; envelope-from=andrea.monaco@autistici.org; helo=devianza.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Mon, 05 Dec 2022 09:24:23 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:141399 Archived-At: When I use C-c C-a (mml-attach-file) in message mode, a placeholder gets added to the message, something like "< # part ... < # / part>" (minus the spaces). If I copy and paste that tag to another message in a different buffer, will that message also include the attachment when sent? Andrea Monaco