From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ben Key Newsgroups: gmane.emacs.devel Subject: Re: Modifying Emacs to use the Mac OS X Keychain Services Date: Sat, 11 Jun 2011 23:18:22 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1307852346 30420 80.91.229.12 (12 Jun 2011 04:19:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 12 Jun 2011 04:19:06 +0000 (UTC) To: Emacs Development , Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 12 06:19:02 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QVc8b-0002aS-Bh for ged-emacs-devel@m.gmane.org; Sun, 12 Jun 2011 06:19:01 +0200 Original-Received: from localhost ([::1]:38796 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVc8a-0008CT-7f for ged-emacs-devel@m.gmane.org; Sun, 12 Jun 2011 00:19:00 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVc8M-0008CD-3p for Emacs-devel@gnu.org; Sun, 12 Jun 2011 00:18:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QVc8L-0002Ol-8p for Emacs-devel@gnu.org; Sun, 12 Jun 2011 00:18:46 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:63854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVc8K-0002Oe-T3 for Emacs-devel@gnu.org; Sun, 12 Jun 2011 00:18:45 -0400 Original-Received: by bwz17 with SMTP id 17so3855056bwz.0 for ; Sat, 11 Jun 2011 21:18:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=A6UJqeGdcPjccTUwyBE1IAhYw2qwO/lah1EPxo9fOeU=; b=Y4jK28RpYT9GUX/dNvNOGPxAsxDy0xKajncTvTlVE3rL+rPSphgfW2kclyz1u6/KiY 2Xso+z3pc7X5ZeHW0j7s7M5zH/J4ODAit67q2Zez1NHSbzuSlZJN4hEKPsoeoQLvLZr6 Mbrbqrj4WDIUEl9W6PHJJlmwnoo+m7TCkj4Po= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=kmOQzueSg2qROTzi9kdGhOFZvHQsvNerLk7Gs8BRLJtexbZK0iF5xB0yOETjdB5A7F a6n6TM1ZY8Om+espymJGflWj65F5qwcJYW+JWngMqEwC1Y4ymgqLkq+hVVIR+rKJjd56 Oj64PRjJ+SurfP0rV2k0aimwaE3EwoHM5m9Uk= Original-Received: by 10.204.82.166 with SMTP id b38mr3283465bkl.207.1307852323900; Sat, 11 Jun 2011 21:18:43 -0700 (PDT) Original-Received: by 10.204.59.212 with HTTP; Sat, 11 Jun 2011 21:18:22 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.41 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:140391 Archived-At: Hello, I need some advice. Now that I am providing a `ns-keychain-open' function and a `ns-keychain-create' function I need to know how to store a pointer to a SecKeychainRef object in a Lisp_Object variable. Can I simply use a type cast? Thanks.