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: dlopen a library with elisp ? Date: Sun, 18 Mar 2007 21:53:06 +0100 Organization: GNU's Not UNIX! Message-ID: <200703182053.l2IKr6BD012217@localhost.localdomain> Reply-To: Xavier Maillard NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1174251406 3416 80.91.229.12 (18 Mar 2007 20:56:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Mar 2007 20:56:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 18 21:56:43 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 1HT2Ql-0001m6-3W for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Mar 2007 21:56:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HT2S9-0007xj-DI for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Mar 2007 15:58:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HT2Ru-0007tj-U7 for help-gnu-emacs@gnu.org; Sun, 18 Mar 2007 16:57:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HT2Rs-0007ms-NJ for help-gnu-emacs@gnu.org; Sun, 18 Mar 2007 16:57:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HT2Rs-0007mI-GJ for help-gnu-emacs@gnu.org; Sun, 18 Mar 2007 15:57:52 -0500 Original-Received: from smtp5-g19.free.fr ([212.27.42.35]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HT2QU-0002mw-Nl for help-gnu-emacs@gnu.org; Sun, 18 Mar 2007 16:56:26 -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 350857E24 for ; Sun, 18 Mar 2007 21:56:24 +0100 (CET) Original-Received: from localhost.localdomain (IDENT:1001@localhost [127.0.0.1]) by zogzog.home (8.13.8/8.13.8) with ESMTP id l2IKr6J4012220 for ; Sun, 18 Mar 2007 21:53:06 +0100 Original-Received: (from zedek@localhost) by localhost.localdomain (8.13.8/8.13.8/Submit) id l2IKr6BD012217; Sun, 18 Mar 2007 21:53:06 +0100 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:42040 Archived-At: Hi, I am trying to figure out wheter it is possible to do things like dlopen directly with emacs lisp code. Idea behind this is to build a frontend against a library I have to use for a project. Thank you very much Xavier