From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Bob Proulx Newsgroups: gmane.emacs.help Subject: Re: help with emailing buffer Date: Tue, 30 Jan 2018 21:59:50 -0700 Message-ID: <20180130214137752736235@bob.proulx.com> References: <874ln3wqa1.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1517374718 11690 195.159.176.226 (31 Jan 2018 04:58:38 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 31 Jan 2018 04:58:38 +0000 (UTC) User-Agent: Mutt/1.9.3 (2018-01-21) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 31 05:58:34 2018 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 1egkTS-0001ng-Hz for geh-help-gnu-emacs@m.gmane.org; Wed, 31 Jan 2018 05:58:18 +0100 Original-Received: from localhost ([::1]:34151 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egkVT-0005cv-8t for geh-help-gnu-emacs@m.gmane.org; Wed, 31 Jan 2018 00:00:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egkV2-0005cN-Dn for help-gnu-emacs@gnu.org; Tue, 30 Jan 2018 23:59:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1egkUz-00083y-AP for help-gnu-emacs@gnu.org; Tue, 30 Jan 2018 23:59:56 -0500 Original-Received: from havoc.proulx.com ([96.88.95.61]:37571) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1egkUz-00083Z-4B for help-gnu-emacs@gnu.org; Tue, 30 Jan 2018 23:59:53 -0500 Original-Received: from joseki.proulx.com (localhost [127.0.0.1]) by havoc.proulx.com (Postfix) with ESMTP id AA2791186 for ; Tue, 30 Jan 2018 21:59:51 -0700 (MST) Original-Received: from hysteria.proulx.com (hysteria.proulx.com [192.168.230.119]) by joseki.proulx.com (Postfix) with ESMTP id 7C24321243 for ; Tue, 30 Jan 2018 21:59:51 -0700 (MST) Original-Received: by hysteria.proulx.com (Postfix, from userid 1000) id 3AF1A2DC6B; Tue, 30 Jan 2018 21:59:50 -0700 (MST) Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <874ln3wqa1.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 96.88.95.61 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:115887 Archived-At: Ken Stevens wrote: > Is there an easy way to email a buffer with emacs other than cut and > paste. In particular I want to mail my agenda. Yes! You can email from Emacs. Here is the documentation for doing so: https://www.gnu.org/software/emacs/manual/html_node/emacs/Sending-Mail.html#Sending-Mail The email interface from emacs is very straight forward. But it depends upon being able to send mail. That is going to vary for people. I can only point to the docs and ask that you ask for more information about your own environment if it doesn't make sense. https://www.gnu.org/software/emacs/manual/html_node/emacs/Mail-Sending.html#Mail-Sending Bob