From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Lynch Newsgroups: gmane.emacs.devel Subject: Re: interjecting a custom epa passphrase prompt Date: Sat, 21 May 2011 11:30:28 -0400 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 1306038639 947 80.91.229.12 (22 May 2011 04:30:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 22 May 2011 04:30:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Daiki Ueno Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 22 06:30:35 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 1QO0JH-0003dh-Fx for ged-emacs-devel@m.gmane.org; Sun, 22 May 2011 06:30:35 +0200 Original-Received: from localhost ([::1]:36477 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QO0JF-0004Dc-RV for ged-emacs-devel@m.gmane.org; Sun, 22 May 2011 00:30:33 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNo8T-0000s1-UY for emacs-devel@gnu.org; Sat, 21 May 2011 11:30:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QNo8N-0007Mw-0c for emacs-devel@gnu.org; Sat, 21 May 2011 11:30:37 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:49700) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNo8M-0007ME-Sd for emacs-devel@gnu.org; Sat, 21 May 2011 11:30:30 -0400 Original-Received: by wyf19 with SMTP id 19so4127061wyf.0 for ; Sat, 21 May 2011 08:30:29 -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:date :message-id:subject:from:to:cc:content-type; bh=Qpf20yp9SijRsG9iu1R8TQwlMp2bJ/BgIVKw5c8T3CI=; b=Ld6yY0t9cLoFa5TXxzMN9tosFNFFjGEG8DT8ofLYzLeKlD6vggbw8+Yn+vOXarz4lV ZG3cUo7GBmv0sbnW0mes8tfggDgtxKwE/FppGyssfxk04b0VUpXA2vwFrBAQ/Olev+pl oCOjLPE4fVqcNOYfLC2XvFoNg+Ittpisd85F0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=lnTn0iRETYdM75kVM7j3o3yzHkN3B4jno3rXFMV3+9OxKP6IhovFpMFTUwTMi9R/Kg bUPtnpQJEm8R+5+07FN+oQj5ox8t/nN2Bgkj1qBnOsO6dzKAi4UTXUZk0zkkmH9wG6L+ seN93mBkPzZe0/Qvw9XAtcudFH9j5HL6Wxc90= Original-Received: by 10.216.231.198 with SMTP id l48mr748559weq.54.1305991829297; Sat, 21 May 2011 08:30:29 -0700 (PDT) Original-Received: by 10.216.91.82 with HTTP; Sat, 21 May 2011 08:30:28 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.169 X-Mailman-Approved-At: Sun, 22 May 2011 00:30:31 -0400 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:139615 Archived-At: Well it is good that both can be installed, but how? I'm looking through the repositories at software.opensuse.org and via YAST on my system. I already have libgpgme11 installed. Neither gpg nor gpg 2 appear in the requirements list. I am compiling with 'gpgme-config --libs --cflags' and it is clearly pulling in gpg 2 stuff. There is another gpgme package listed (without the '11') - but it clearly lists 'gpg 2' as a package required dependency. A search for 'gpg 1' comes up empty. When doing a search for 'gpg' and looking through the whole list, there is nothing that talks about anything except gpg2 So where does one find 'gpg 1' ? How do you convince gpgme to use it? On 5/20/11, Daiki Ueno wrote: > Thomas Lynch writes: > >> The SUSE update distribution has dependencies on gpg 2 and looks like >> other things will break if I uninstall it. > > You don't need to uninstall gpg 2, but you can install gpg 1 as well. > They can reside simultaneously in a single system. >