From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.help Subject: Re: LISP symbols defined with DEFUN Date: Fri, 13 Apr 2007 16:36:19 +0200 (CEST) Message-ID: <19079888.148351176474979320.JavaMail.www@wwinf4201> Reply-To: alinsoar@voila.fr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1176475003 12609 80.91.229.12 (13 Apr 2007 14:36:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Apr 2007 14:36:43 +0000 (UTC) To: "Emacs Help [help-gnu-emacs]" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 13 16:36:36 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 1HcMt9-0005wp-4Y for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Apr 2007 16:36:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HcMxQ-0003Uv-8X for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Apr 2007 10:41:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HcMxE-0003Tb-NP for help-gnu-emacs@gnu.org; Fri, 13 Apr 2007 10:40:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HcMxD-0003S5-TV for help-gnu-emacs@gnu.org; Fri, 13 Apr 2007 10:40:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HcMxD-0003RF-G5 for help-gnu-emacs@gnu.org; Fri, 13 Apr 2007 10:40:47 -0400 Original-Received: from smtp3.voila.fr ([193.252.22.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HcMsv-0003ia-1H for help-gnu-emacs@gnu.org; Fri, 13 Apr 2007 10:36:21 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4202.voila.fr (SMTP Server) with ESMTP id 5F3831C00109 for ; Fri, 13 Apr 2007 16:36:19 +0200 (CEST) Original-Received: from wwinf4201 (wwinf4201 [10.232.2.28]) by mwinf4202.voila.fr (SMTP Server) with ESMTP id 532A91C0008B for ; Fri, 13 Apr 2007 16:36:19 +0200 (CEST) X-ME-UUID: 20070413143619340.532A91C0008B@mwinf4202.voila.fr X-Originating-IP: [89.34.170.37] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-REPLYTO: |~| X-detected-kernel: Linux 2.4-2.6 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:42645 Archived-At: I saw using the preprocessor. defsubr interns them using struct Lisp_Subr __attribute__ ((__aligned__ (1 << GCTYPEBITS))) etcetera. > How/Where LISP symbols defined with DEFUN are inserted in obarray? > > Thanks.