unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Daiki Ueno <ueno@unixuser.org>
Cc: emacs-devel@gnu.org
Subject: Re: update of the EasyPG integration patch (Re: minor fixes for EasyPG
Date: Sun, 27 Apr 2008 16:35:09 -0400	[thread overview]
Message-ID: <gtskx7kpdu.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <87r6d338n2.fsf_-_@broken.deisui.org> (Daiki Ueno's message of "Fri, 18 Apr 2008 16:49:21 +0900")

Daiki Ueno wrote:

> --- a/lisp/epa-file.el
> +++ b/lisp/epa-file.el
> @@ -126,7 +126,10 @@ May either be a string or a list of strings.")
>  (defun epa-file-handler (operation &rest args)
>    (save-match-data
>      (let ((op (get operation 'epa-file)))
> -      (if op
> +      (if (and op
> +	       (if (and (eq operation 'insert-file-contents)
> +			
> +			(y-or-n-p ""
>  	  (apply op args)
>  	(epa-file-run-real-handler operation args)))))


This is broken.





  parent reply	other threads:[~2008-04-27 20:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-31  3:05 minor fixes for EasyPG Daiki Ueno
2008-04-01  5:30 ` Michael Olson
2008-04-18  7:49   ` update of the EasyPG integration patch (Re: " Daiki Ueno
2008-04-27 19:56     ` Dan Nicolaescu
2008-04-27 20:35     ` Glenn Morris [this message]
2008-04-27 23:21       ` Daiki Ueno
2008-04-27 21:07     ` Dan Nicolaescu
2008-04-28  1:29       ` Daiki Ueno
2008-04-29  8:01     ` Stefan Monnier
2008-04-30  5:43       ` Daiki Ueno

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=gtskx7kpdu.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=ueno@unixuser.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).