From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: chad Newsgroups: gmane.emacs.devel Subject: Re: Linking Emacs with libxml2 Date: Fri, 10 Sep 2010 15:45:28 -0700 Message-ID: <6DBEBBC0-60A7-40D8-848C-BFFFDCB70398@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1284158742 22854 80.91.229.12 (10 Sep 2010 22:45:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Sep 2010 22:45:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 11 00:45:41 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OuCLl-0002Ne-8s for ged-emacs-devel@m.gmane.org; Sat, 11 Sep 2010 00:45:41 +0200 Original-Received: from localhost ([127.0.0.1]:55164 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuCLk-0006Uk-Nc for ged-emacs-devel@m.gmane.org; Fri, 10 Sep 2010 18:45:40 -0400 Original-Received: from [140.186.70.92] (port=33904 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuCLe-0006Uf-Vw for emacs-devel@gnu.org; Fri, 10 Sep 2010 18:45:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OuCLd-0006Xl-V8 for emacs-devel@gnu.org; Fri, 10 Sep 2010 18:45:34 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:38652) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OuCLd-0006Xf-SF for emacs-devel@gnu.org; Fri, 10 Sep 2010 18:45:33 -0400 Original-Received: by iwn33 with SMTP id 33so3831728iwn.0 for ; Fri, 10 Sep 2010 15:45:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=Jk90PRjTdi2j+UEeSI1mlusKCiuEWn7fOc5dExh8cDk=; b=yAX373zNA7m2iQY4aWQ3aUZPiXU81C2c42ms4y8ow2u4m+saj5s4yaZf3dQkhxuExx LlLp4XWp5c5qQukXs04VxKf2JHU5uXnmuLnD20diGLnw5oVVidnhgocnLjI0KU3zcuoP yZi07WK/rfg4w5/gC2xTnA/PmT80mlwdfNfX8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=k/3YKepqta2sFnbdrb6DNr+/XU1+dttMvH9gr0LOZkImCI/7WZpwFTF8pr5anA4CCV 5SxA/9cEorIG2oCOxxsQc/oWyHJDOYu9sonq7QG2YUFk8S/PHwB3PvQgwesdJImur1yw QJUeiWKZLNTCxsuk247jSb//BnZ8HsT86SFX8= Original-Received: by 10.231.31.129 with SMTP id y1mr1730454ibc.45.1284158732455; Fri, 10 Sep 2010 15:45:32 -0700 (PDT) Original-Received: from [10.0.0.157] ([64.241.37.140]) by mx.google.com with ESMTPS id z6sm2762869ibc.0.2010.09.10.15.45.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 10 Sep 2010 15:45:31 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.1081) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:129935 Archived-At: On Sep 10, 2010, at 2:40 PM, Lars Magne Ingebrigtsen wrote: > My simple test case while fiddling with the syntax tree layout was the > one in the Emacs Lisp Reference Manual. I was temporarily confused by `abbreviated display' and the example I (randomly) choose, but it seems to work for me on macosx 10.6.4. *Chad