From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: good examples of Emacs modules? Date: Wed, 30 Mar 2016 16:17:45 -0700 Organization: UCLA Computer Science Department Message-ID: <56FC5E99.7090804@cs.ucla.edu> 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: ger.gmane.org 1459379883 6104 80.91.229.3 (30 Mar 2016 23:18:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Mar 2016 23:18:03 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 31 01:17:57 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 1alPN6-0001QB-Ke for ged-emacs-devel@m.gmane.org; Thu, 31 Mar 2016 01:17:56 +0200 Original-Received: from localhost ([::1]:57198 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alPN5-0004Ct-Ll for ged-emacs-devel@m.gmane.org; Wed, 30 Mar 2016 19:17:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alPN2-0004Cl-Gh for emacs-devel@gnu.org; Wed, 30 Mar 2016 19:17:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alPMz-0004vB-RE for emacs-devel@gnu.org; Wed, 30 Mar 2016 19:17:52 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:54815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alPMz-0004s3-Kx for emacs-devel@gnu.org; Wed, 30 Mar 2016 19:17:49 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 5ABAB161231 for ; Wed, 30 Mar 2016 16:17:46 -0700 (PDT) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id gfzQ08wouVSg for ; Wed, 30 Mar 2016 16:17:45 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 671CB161237 for ; Wed, 30 Mar 2016 16:17:45 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 4C1LXnCIUdLY for ; Wed, 30 Mar 2016 16:17:45 -0700 (PDT) Original-Received: from penguin.cs.ucla.edu (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 5129B161208 for ; Wed, 30 Mar 2016 16:17:45 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 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:202484 Archived-At: I am thinking of assigning a programming problem for students to use the new Emacs module facility. Are there good examples of how module-load can be used, that I can point people at? Ideally the examples would work on RHEL 7, since that's the standard instructional environment around here. Thanks for any pointers you can provide.