From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: good examples of Emacs modules? Date: Thu, 31 Mar 2016 20:39:54 +0300 Message-ID: <834mbmv95h.fsf@gnu.org> References: <56FC5E99.7090804@cs.ucla.edu> <8737r67jbo.fsf@wanadoo.es> <83a8levbaf.fsf@gnu.org> <87y48y60fi.fsf@wanadoo.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1459446030 17547 80.91.229.3 (31 Mar 2016 17:40:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Mar 2016 17:40:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?Q?=C3=93scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 31 19:40:25 2016 Return-path: Envelope-to: ged-emacs-devel@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 1alga1-0007lZ-6v for ged-emacs-devel@m.gmane.org; Thu, 31 Mar 2016 19:40:25 +0200 Original-Received: from localhost ([::1]:33622 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alga0-0004C3-Og for ged-emacs-devel@m.gmane.org; Thu, 31 Mar 2016 13:40:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1algZn-0004Bj-9W for emacs-devel@gnu.org; Thu, 31 Mar 2016 13:40:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1algZi-0001Sm-AP for emacs-devel@gnu.org; Thu, 31 Mar 2016 13:40:11 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1algZi-0001Sg-7w; Thu, 31 Mar 2016 13:40:06 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1911 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1algZg-0008Oc-Oz; Thu, 31 Mar 2016 13:40:05 -0400 In-reply-to: <87y48y60fi.fsf@wanadoo.es> (message from =?utf-8?Q?=C3=93sca?= =?utf-8?Q?r?= Fuentes on Thu, 31 Mar 2016 19:07:29 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:202519 Archived-At: > From: Óscar Fuentes > Date: Thu, 31 Mar 2016 19:07:29 +0200 > > > You can also look in modules/mod-test/, if you haven't already. > > Thank you, that file acts as a nice cookbook. Still need to figure out > how to best handle a long-lived session with an external API. Not sure what you mean by "a long-lived session with an external API". Can you elaborate? > I'll like to see the high level document that Aurélien started to be > expanded, though, and eventually incorporated into the official Emacs > documentation. I think Aurélien writes a tutorial, whereas the manual needs a reference. But I agree that a tutorial would be a tremendously helpful resource in this matter.