emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Modifying Emacs to use the Mac OS X Keychain Services


From: Dave Abrahams
Subject: Re: Modifying Emacs to use the Mac OS X Keychain Services
Date: Mon, 20 Aug 2012 09:49:32 -0400
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (darwin)

[sorry about the last one; I misfired]

on Sun Jul 29 2012, Ted Zlatanov <tzz-AT-lifelogs.com> wrote:

> On Fri, 27 Jul 2012 11:20:17 -0400 Dave Abrahams <address@hidden> wrote: 
>
>
> #+begin_src lisp
> (auth-source-backend-parse 'macos-keychain-internet)
> (auth-source-backend-parse 'macos-keychain-generic)
> (auth-source-backend-parse "macos-keychain-internet:/path/here.keychain")
> (auth-source-backend-parse "macos-keychain-generic:/path/here.keychain")
> (auth-source-backend-parse '(:source (:macos-keychain-internet default)))
> (auth-source-backend-parse '(:source (:macos-keychain-generic 
> "/path/here.keychain")))
> #+end_src

Hi Ted,

I finally got around to trying this.
Despite the fact that the above work, I'm seeing this message:

--8<---------------cut here---------------start------------->8---
auth-source-backend-parse: invalid backend spec: (quote macos-keychain-generic)
auth-source-backend-parse: invalid backend spec: (quote macos-keychain-internet)
--8<---------------cut here---------------end--------------->8---

I think maybe the customization interface has a couple extra single
quotes in it, because it left my auth-sources as

#+begin_src lisp
((quote macos-keychain-generic) (quote macos-keychain-internet) "~/.authinfo" 
"~/.authinfo.gpg" "~/.netrc")
#+end_src

-- 
Dave Abrahams
BoostPro Computing                  Software Development        Training
http://www.boostpro.com             Clang/LLVM/EDG Compilers  C++  Boost



reply via email to

[Prev in Thread] Current Thread [Next in Thread]