From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.help Subject: When to choose defsubst Date: Sat, 31 Mar 2007 17:03:42 +0200 Organization: GNU's Not UNIX! Message-ID: <200703311503.l2VF3gIC021411@localhost.localdomain> Reply-To: Xavier Maillard NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1175530107 9335 80.91.229.12 (2 Apr 2007 16:08:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Apr 2007 16:08:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 02 18:08:17 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HYP4o-0002gv-9b for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Apr 2007 18:08:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HYP7q-0006Qk-VD for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Apr 2007 12:11:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HYP7J-0005cM-Ty for help-gnu-emacs@gnu.org; Mon, 02 Apr 2007 12:10:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HYP7H-0005Uq-UW for help-gnu-emacs@gnu.org; Mon, 02 Apr 2007 12:10:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HYP7H-0005Te-J4 for help-gnu-emacs@gnu.org; Mon, 02 Apr 2007 12:10:47 -0400 Original-Received: from smtp5-g19.free.fr ([212.27.42.35]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HYP4D-0002og-JD for help-gnu-emacs@gnu.org; Mon, 02 Apr 2007 12:07:37 -0400 Original-Received: from zogzog.home (chn51-3-88-163-173-156.fbx.proxad.net [88.163.173.156]) by smtp5-g19.free.fr (Postfix) with ESMTP id B4E983826D for ; Mon, 2 Apr 2007 18:07:36 +0200 (CEST) Original-Received: from zogzog.home (IDENT:25@localhost [127.0.0.1]) by zogzog.home (8.13.8/8.13.8) with ESMTP id l32F4VjM001331 for ; Mon, 2 Apr 2007 17:04:33 +0200 Original-Received: (from zedek@localhost) by localhost.localdomain (8.13.8/8.13.8/Submit) id l2VF3gIC021411; Sat, 31 Mar 2007 17:03:42 +0200 X-Authentication-Warning: localhost.localdomain: zedek set sender to zedek@gnu.org using -f User-Agent: Rmail in GNU Emacs 23.0.51.1 on GNU/Linux Jabber-ID: zedek@im.lolica.org X-detected-kernel: Linux 2.4 (Google crawlbot) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42365 Archived-At: Hi, I tried to find an easy answer but failed miserably at it :/ So my question is this: when/why should I use a defsubst ? Xavier