all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
To: Daiki Ueno <ueno@unixuser.com>
Cc: 12696@debbugs.gnu.org
Subject: bug#12696: 24.2.50; epa bug with gpg-agent
Date: Fri, 26 Oct 2012 21:14:51 -0400	[thread overview]
Message-ID: <E1TXmyl-0002HV-Hw@fencepost.gnu.org> (raw)
In-Reply-To: <m3bofqdmjo.fsf-ueno@unixuser.com> (message from Daiki Ueno on Fri, 26 Oct 2012 10:55:39 +0900)

I resend this hoping your email account is working now.

    Are you sure that you successfully preset the passphrase for this key?
    If so, how did you do that?

I use the script below to start Emacs.  gpg gives me an error if I
don't enter the passphrase correctly, and asks again.  Thus, when gpg
exits and lets emacs start, I know the passphrase is correct.

Maybe what's needed is to add code to record other data.
In the debug buffer, or in Lisp variables (I could examine them).


#!/bin/sh

eval `gpg-agent --daemon`
gpg --use-agent --output /dev/null --sign /dev/null > /dev/null

emacs -f normal-start

-- 
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org  www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
  Use Ekiga or an ordinary phone call







  parent reply	other threads:[~2012-10-27  1:14 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-21 16:40 bug#12696: 24.2.50; epa bug with gpg-agent Richard Stallman
2012-10-25  9:45 ` Daiki Ueno
2012-10-26  1:33   ` Richard Stallman
2012-10-26  1:55     ` Daiki Ueno
2012-10-27  1:14       ` Richard Stallman
2012-10-27  1:14       ` Richard Stallman [this message]
2012-11-13  5:53         ` Daiki Ueno
2012-11-13 19:16           ` Andreas Schwab
2012-11-13 19:53             ` Daiki Ueno
2012-11-14  0:46               ` Richard Stallman
2012-11-14  1:30                 ` Daiki Ueno
2012-11-14  7:13                   ` Richard Stallman
2012-11-15  2:51                     ` Daiki Ueno
2012-11-14  7:14                   ` Richard Stallman
2012-10-27  1:14       ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1TXmyl-0002HV-Hw@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=12696@debbugs.gnu.org \
    --cc=ueno@unixuser.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.