all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Finding out which parameters EasyPG is using?
@ 2016-07-10  9:16 Niels Kobschätzki
  2016-07-10 14:52 ` Stefan Monnier
  2016-07-13 23:01 ` John Mastro
  0 siblings, 2 replies; 4+ messages in thread
From: Niels Kobschätzki @ 2016-07-10  9:16 UTC (permalink / raw)
  To: help-gnu-emacs


Hi,

is there a way to find out which paramaters EasyPG is passing to my
epg-gpg-program?
I tried to set epg-debug but the buffer just doesn't exist after any epa-action.

Niels



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Finding out which parameters EasyPG is using?
  2016-07-10  9:16 Finding out which parameters EasyPG is using? Niels Kobschätzki
@ 2016-07-10 14:52 ` Stefan Monnier
  2016-07-10 15:11   ` Niels Kobschätzki
  2016-07-13 23:01 ` John Mastro
  1 sibling, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2016-07-10 14:52 UTC (permalink / raw)
  To: help-gnu-emacs

> Is there a way to find out which paramaters EasyPG is passing to my
> epg-gpg-program?

Yes!


        Stefan "always happy to help"




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Finding out which parameters EasyPG is using?
  2016-07-10 14:52 ` Stefan Monnier
@ 2016-07-10 15:11   ` Niels Kobschätzki
  0 siblings, 0 replies; 4+ messages in thread
From: Niels Kobschätzki @ 2016-07-10 15:11 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: help-gnu-emacs


On Jul 10, 2016 16:56, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
>
> > Is there a way to find out which paramaters EasyPG is passing to my 
> > epg-gpg-program? 
>
> Yes! 

Oh, I must have posted to the Arch-mailing list. 

My mistake. 

Niels


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Finding out which parameters EasyPG is using?
  2016-07-10  9:16 Finding out which parameters EasyPG is using? Niels Kobschätzki
  2016-07-10 14:52 ` Stefan Monnier
@ 2016-07-13 23:01 ` John Mastro
  1 sibling, 0 replies; 4+ messages in thread
From: John Mastro @ 2016-07-13 23:01 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org; +Cc: Niels Kobschätzki

Niels Kobschätzki <niels@kobschaetzki.net> wrote:
> is there a way to find out which paramaters EasyPG is passing to my
> epg-gpg-program? I tried to set epg-debug but the buffer just doesn't
> exist after any epa-action.

Most likely the buffer does exist; it's just somewhat hidden because its
name starts with a space (which is intentional). If you're using Emacs's
default switch-to-buffer command (C-x b), you just have to know to type
a space first.

If you're using a third-party buffer completion system and it's not
clear what to do, you can get around it by evaluating (switch-to-buffer
epg-debug-buffer) in your *scratch* buffer.

Hope that helps

        John



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-13 23:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-10  9:16 Finding out which parameters EasyPG is using? Niels Kobschätzki
2016-07-10 14:52 ` Stefan Monnier
2016-07-10 15:11   ` Niels Kobschätzki
2016-07-13 23:01 ` John Mastro

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.