From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Anselm Helbig Newsgroups: gmane.emacs.help Subject: Re: How to use shared object in elisp? Date: Tue, 17 Jul 2007 09:37:45 +0200 Organization: Freie Universitaet Berlin Message-ID: <87bqeba3au.wl@nospam.anselm.chemie.fu-berlin.de> References: <87y7hgepuh.fsf@cs.hit.edu.cn> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1184658118 28244 80.91.229.12 (17 Jul 2007 07:41:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Jul 2007 07:41:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 17 09:41:55 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 1IAhgx-0005QN-CI for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Jul 2007 09:41:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAhgw-0008Be-Qc for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Jul 2007 03:41:54 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-X-Trace: news.uni-berlin.de czU1h7EOpFl58ipxTpz52ARV8ZWXZs77u7fgq+bfcLtsSAfBQowbhg9y7s Cancel-Lock: sha1:ChVIk6/BOl55eCtc90a1bQa9o1Q= In-Reply-To: <87y7hgepuh.fsf@cs.hit.edu.cn> Mail-Followup-To: anselm@chemie.fu-berlin.de User-Agent: Wanderlust/2.15.5 (Almost Unreal) Emacs/22.0 Mule/5.0 (SAKAKI) Original-Xref: shelby.stanford.edu gnu.emacs.help:150164 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:45749 Archived-At: > Can I use shared object in elisp? I have a libxxx.so written in C. And I > want to write a interface in elisp. What should I do? Also check out SXEmacs which allows you to make calls into C libraries directly. http://www.sxemacs.org/ I haven't used it myself, though.