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: need help Date: Sat, 02 May 2015 21:42:25 +0300 Message-ID: <838ud6q0ry.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=gb18030 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1430592190 14447 80.91.229.3 (2 May 2015 18:43:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 May 2015 18:43:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?gb18030?B?xMTM7LXEze235w==?= <875776209@qq.com> Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 02 20:43:00 2015 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 1YocNO-00046e-UB for ged-emacs-devel@m.gmane.org; Sat, 02 May 2015 20:42:59 +0200 Original-Received: from localhost ([::1]:57630 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YocNO-0008Oy-3l for ged-emacs-devel@m.gmane.org; Sat, 02 May 2015 14:42:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YocNC-0008Oi-S2 for emacs-devel@gnu.org; Sat, 02 May 2015 14:42:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YocN8-0006Nw-OK for emacs-devel@gnu.org; Sat, 02 May 2015 14:42:46 -0400 Original-Received: from mtaout24.012.net.il ([80.179.55.180]:38811) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YocN8-0006Np-GF for emacs-devel@gnu.org; Sat, 02 May 2015 14:42:42 -0400 Original-Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0NNQ00800J1WRR00@mtaout24.012.net.il> for emacs-devel@gnu.org; Sat, 02 May 2015 21:33:54 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NNQ00OVAJKIJB90@mtaout24.012.net.il>; Sat, 02 May 2015 21:33:54 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.180 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:186149 Archived-At: > From: "=C4=C4=CC=EC=B5=C4=CD=ED=B7=E7" <875776209@qq.com> > Date: Sun, 3 May 2015 01:30:19 +0800 >=20 > 1. Where is the definition of DEFSYM, I can not find it in lisp.h n= ow. src/lisp.h, line 1796. > 2. Where is the definition of the struct emacs_globals, I can not f= ind it in > all the source .c .h files in emacs-master source code which I get = =66rom github. src/globals.h, line 3.