emacs-devel
[Top][All Lists]
Advanced

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

Re: epg: "byte-code: Opening output file: integer-or-marker-p, nil" when


From: Daiki Ueno
Subject: Re: epg: "byte-code: Opening output file: integer-or-marker-p, nil" when saving
Date: Thu, 30 Jan 2014 12:26:14 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Karl Voit <address@hidden> writes:

> Not sure what I have to look for.
>
> When I debug this issue, I end up in line 255 of epa-file.el which
> is the last one of the following snippet:
>
> ,----
> | (error
> |   (if (setq entry (assoc file epa-file-passphrase-alist))
> |      (setcdr entry nil))
> |   (signal 'file-error (cons "Opening output file" (cdr error)))))
> `----

Can you tell us the previous position where the actual error has been
reported?  Or maybe you could produce more readable backtrace with:

$ emacs -Q
M-x find-function epa-file-write-region
M-x eval-buffer
M-x toggle-debug-on-error
<open, edit, and save the secret.gpg file>

Also, see:

M-: (info "(epa) Bug Reports")

Regards,
--
Daiki Ueno



reply via email to

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