From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Kanis Subject: Training on how to program Emacs Date: Thu, 13 Feb 2014 18:17:53 +0100 Message-ID: <87r477dj9a.fsf@tao.kanis.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDzvI-0002RH-DX for emacs-orgmode@gnu.org; Thu, 13 Feb 2014 12:18:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDzvC-0003bk-Uh for emacs-orgmode@gnu.org; Thu, 13 Feb 2014 12:18:04 -0500 Received: from kanis.fr ([46.19.35.252]:35262 helo=srv2.kanis.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDzvC-0003bL-Kn for emacs-orgmode@gnu.org; Thu, 13 Feb 2014 12:17:58 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org mode Cc: formation@2i2l.fr Hello, I will give a 3 days training in Nantes on how to extend Emacs with elisp. If there is interest I can talk also about org meta programming with org babel. The training date is from June, 30 to July, 2. I will speak in french (or English if everyone is comfortable with it). The maximum number of attendees will be six in order to have a convivial atmosphere and that no-one feels left out. I feel that talking about coding is more fun while showing how to solve concrete example. You are encouraged to bring material that you are trying to solve. My goal is to show you how to make Emacs do what you want it to do, while learning elisp programming. The training cost is 1,800 euros (tax included). If you are an employee in a french company you can use your OPCA to pay for it. The following is the link to the web page outlining the training=C2=A0in french=C2=A0: http://www.2i2l.fr/spip.php?article278 I have translated it in English=C2=A0: Presentation of the program: - open and use Emacs - understand Emacs Lisp - know where to find the documentation First steps: - master text editor basics (copy, paste, etc...) - understand the structure of Lisp: code and data are the same - understand variables: explanation of the difference between global an lexical - Understand the bases of Lisp: cdr, car and cons =20 Program with Emacs Lisp: - master operation on number, strings and list - master associative list - master logical operator if and cond - master looping such as while and dolist - master functions - know how debug: backtrace and edebug If you are interested in attending, please contact 2i2l at +33 02 40 3702 06 or formation@2i2l.fr Take care, Ivan --=20 To live is so startling it leaves little time for anything else. -- Emily Dickinson