From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mihamina Rakotomandimby Newsgroups: gmane.emacs.help Subject: send a snippet somewhere Date: Thu, 10 May 2012 11:54:20 +0300 Message-ID: <4FAB823C.4030404@rktmb.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1336640088 8605 80.91.229.3 (10 May 2012 08:54:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 May 2012 08:54:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 10 10:54:47 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SSP91-0007S0-15 for geh-help-gnu-emacs@m.gmane.org; Thu, 10 May 2012 10:54:43 +0200 Original-Received: from localhost ([::1]:46525 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSP90-0006cQ-Ev for geh-help-gnu-emacs@m.gmane.org; Thu, 10 May 2012 04:54:42 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSP8s-0006c2-3J for help-gnu-emacs@gnu.org; Thu, 10 May 2012 04:54:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SSP8k-00069P-Oq for help-gnu-emacs@gnu.org; Thu, 10 May 2012 04:54:33 -0400 Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]:47698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSP8k-00068z-IV for help-gnu-emacs@gnu.org; Thu, 10 May 2012 04:54:26 -0400 X-Originating-IP: 217.70.178.130 Original-Received: from mfilter1-d.gandi.net (mfilter1-d.gandi.net [217.70.178.130]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id 2CAA11720B0 for ; Thu, 10 May 2012 10:54:24 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter1-d.gandi.net Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by mfilter1-d.gandi.net (mfilter1-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id pTTVf7GHIBZ5 for ; Thu, 10 May 2012 10:54:22 +0200 (CEST) X-Originating-IP: 41.190.237.66 Original-Received: from [192.168.0.111] (unknown [41.190.237.66]) (Authenticated sender: out@rktmb.org) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 59254172070 for ; Thu, 10 May 2012 10:54:22 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 217.70.183.196 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84788 Archived-At: Hi all, I'm remotely teaching a group of people to some programming basics, and in my Emacs, I want to paste & send code snippets to a public location. I found - http://goo.gl/zBlzn (pastebin), simple to use & install, old (2010) - https://github.com/defunkt/gist.el copmlicated (dependencies) - ... Any hint? -- RMA.