Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Cc: Sascha Wilde <wilde@sha-bang.de>, ding@gnus.org, emacs-devel@gnu.org
Subject: Re: Small patch to enable use of gpg-agent with pgg
Date: Thu, 23 Mar 2006 12:00:22 +0100	[thread overview]
Message-ID: <87lkv1whmh.fsf@latte.josefsson.org> (raw)
In-Reply-To: <c1918aef-cbd3-4019-ba21-92940132533b@well-done.deisui.org>

Daiki Ueno <ueno@unixuser.org> writes:
Date: Thu, 23 Mar 2006 12:00:22 +0100
In-Reply-To: <c1918aef-cbd3-4019-ba21-92940132533b@well-done.deisui.org>
	(Daiki Ueno's message of "Thu, 23 Mar 2006 19:40:08 +0900")
Message-ID: <87mzfhwhmh.fsf@latte.josefsson.org>
User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable

> Hello,
>
>>>>>> In <e8632056-d7b7-4ed6-91d6-7d9089c82f94@well-done.deisui.org>=20
>>>>>>	Daiki Ueno <ueno@unixuser.org> wrote:
>> > Right now, pgg assume that gpg will need a passphrase so it asks the
>> > user for one.  It may be better if pgg postpone the passphrase query
>> > until gpg tell pgg that it needs a passphrase.  Then it is only
>> > queried for when it is needed.  This should be more reliable, but
>> > slightly more complicated to implement (asynchronous code).
>
>> Anyway, I'll try to implement this.
>
> Could you please try the attached pgg-gpg.el?
>
> Please note, this patch is only for review, not meant to be committed now.

It just hangs, it seems gpg is waiting for input from stdin or
similar.  I don't have time to debug further, sorry.

Debugger entered--Lisp error: (quit)
  accept-process-output(#<process pgg-gpg> 1)
  (while (and (eq ... ...) pgg-gpg-pending-status-list) (accept-process-out=
put process 1))
  (save-current-buffer (set-buffer (process-buffer process)) (setq pgg-gpg-=
pending-status-list status-list) (while (and ... pgg-gpg-pending-status-lis=
t) (accept-process-output process 1)))
  (with-current-buffer (process-buffer process) (setq pgg-gpg-pending-statu=
s-list status-list) (while (and ... pgg-gpg-pending-status-list) (accept-pr=
ocess-output process 1)))
  pgg-gpg-wait-for-status(#<process pgg-gpg> ("GOOD_PASSPHRASE"))
  (let* ((pgg-gpg-user-id ...) (args ...) (process ...)) (pgg-gpg-wait-for-=
status process (quote ...)) (process-send-region process start end) (proces=
s-send-eof process) (pgg-gpg-wait-for-process process) (pgg-process-when-su=
ccess))
  pgg-gpg-sign-region(1 1790 nil nil)
  funcall(pgg-gpg-sign-region 1 1790 nil nil)
  apply(funcall pgg-gpg-sign-region (1 1790 nil nil))
  pgg-invoke("sign-region" gpg 1 1790 nil nil)
  pgg-sign-region(1 1790)
  mml2015-pgg-sign((part (sign . "pgpmime") (tag-location . 1743) (contents=
 . "Daiki Ueno <ueno@unixuser.org> writes:\n\n> Hello,\n>\n>>>>>> In <e8632=
056-d7b7-4ed6-91d6-7d9089c82f94@well-done.deisui.org> \n>>>>>>	Daiki Ueno <=
ueno@unixuser.org> wrote:\n>> > Right now, pgg assume that gpg will need a =
passphrase so it asks the\n>> > user for one.  It may be better if pgg post=
pone the passphrase query\n>> > until gpg tell pgg that it needs a passphra=
se.  Then it is only\n>> > queried for when it is needed.  This should be m=
ore reliable, but\n>> > slightly more complicated to implement (asynchronou=
s code).\n>\n>> Anyway, I'll try to implement this.\n>\n> Could you please =
try the attached pgg-gpg.el?\n>\n> Please note, this patch is only for revi=
ew, not meant to be committed now.\n\nIt just\n\ngpg: NOTE: signature key 5=
C980097 expired Wed Apr 10 12:19:06 2002 CEST\n[GNUPG:] KEYEXPIRED 10184339=
46\n[GNUPG:] SIGEXPIRED deprecated-use-keyexpired-instead\ngpg: NOTE: signa=
ture key 5C980097 expired Wed Apr 10 12:19:06 2002 CEST\n[GNUPG:] KEYEXPIRE=
D 1018433946\n[GNUPG:] SIGEXPIRED deprecated-use-keyexpired-instead\ngpg: N=
OTE: signature key 5C980097 expired Wed Apr 10 12:19:06 2002 CEST\n[GNUPG:]=
 KEYEXPIRED 1018433946\n[GNUPG:] SIGEXPIRED deprecated-use-keyexpired-inste=
ad\ngpg: NOTE: signature key 5C980097 expired Wed Apr 10 12:19:06 2002 CEST=
\n[GNUPG:] KEYEXPIRED 1018433946\n[GNUPG:] SIGEXPIRED deprecated-use-keyexp=
ired-instead\ngpg: NOTE: signature key 5C980097 expired Wed Apr 10 12:19:06=
 2002 CEST\n[GNUPG:] KEYEXPIRED 1018433946\n[GNUPG:] SIGEXPIRED deprecated-=
use-keyexpired-instead\ngpg: NOTE: signature key 5C980097 expired Wed Apr 1=
0 12:19:06 2002 CEST\n[GNUPG:] KEYEXPIRED 1018433946\n[GNUPG:] SIGEXPIRED d=
eprecated-use-keyexpired-instead\ngpg: using subkey AABB1F7B instead of pri=
mary key B565716F\ngpg: writing to `/tmp/pgg-output6523Lpl'\n")))
  mml2015-sign((part (sign . "pgpmime") (tag-location . 1743) (contents . "=
Daiki Ueno <ueno@unixuser.org> writes:\n\n> Hello,\n>\n>>>>>> In <e8632056-=
d7b7-4ed6-91d6-7d9089c82f94@well-done.deisui.org> \n>>>>>>	Daiki Ueno <ueno=
@unixuser.org> wrote:\n>> > Right now, pgg assume that gpg will need a pass=
phrase so it asks the\n>> > user for one.  It may be better if pgg postpone=
 the passphrase query\n>> > until gpg tell pgg that it needs a passphrase. =
 Then it is only\n>> > queried for when it is needed.  This should be more =
reliable, but\n>> > slightly more complicated to implement (asynchronous co=
de).\n>\n>> Anyway, I'll try to implement this.\n>\n> Could you please try =
the attached pgg-gpg.el?\n>\n> Please note, this patch is only for review, =
not meant to be committed now.\n\nIt just\n\ngpg: NOTE: signature key 5C980=
097 expired Wed Apr 10 12:19:06 2002 CEST\n[GNUPG:] KEYEXPIRED 1018433946\n=
[GNUPG:] SIGEXPIRED deprecated-use-keyexpired-instead\ngpg: NOTE: signature=
 key 5C980097 expired Wed Apr 10 12:19:06 2002 CEST\n[GNUPG:] KEYEXPIRED 10=
18433946\n[GNUPG:] SIGEXPIRED deprecated-use-keyexpired-instead\ngpg: NOTE:=
 signature key 5C980097 expired Wed Apr 10 12:19:06 2002 CEST\n[GNUPG:] KEY=
EXPIRED 1018433946\n[GNUPG:] SIGEXPIRED deprecated-use-keyexpired-instead\n=
gpg: NOTE: signature key 5C980097 expired Wed Apr 10 12:19:06 2002 CEST\n[G=
NUPG:] KEYEXPIRED 1018433946\n[GNUPG:] SIGEXPIRED deprecated-use-keyexpired=
-instead\ngpg: NOTE: signature key 5C980097 expired Wed Apr 10 12:19:06 200=
2 CEST\n[GNUPG:] KEYEXPIRED 1018433946\n[GNUPG:] SIGEXPIRED deprecated-use-=
keyexpired-instead\ngpg: NOTE: signature key 5C980097 expired Wed Apr 10 12=
:19:06 2002 CEST\n[GNUPG:] KEYEXPIRED 1018433946\n[GNUPG:] SIGEXPIRED depre=
cated-use-keyexpired-instead\ngpg: using subkey AABB1F7B instead of primary=
 key B565716F\ngpg: writing to `/tmp/pgg-output6523Lpl'\n")))
  mml-pgpmime-sign-buffer((part (sign . "pgpmime") (tag-location . 1743) (c=
ontents . "Daiki Ueno <ueno@unixuser.org> writes:\n\n> Hello,\n>\n>>>>>> In=
 <e8632056-d7b7-4ed6-91d6-7d9089c82f94@well-done.deisui.org> \n>>>>>>	Daiki=
 Ueno <ueno@unixuser.org> wrote:\n>> > Right now, pgg assume that gpg will =
need a passphrase so it asks the\n>> > user for one.  It may be better if p=
gg postpone the passphrase query\n>> > until gpg tell pgg that it needs a p=
assphrase.  Then it is only\n>> > queried for when it is needed.  This shou=
ld be more reliable, but\n>> > slightly more complicated to implement (asyn=
chronous code).\n>\n>> Anyway, I'll try to implement this.\n>\n> Could you =
please try the attached pgg-gpg.el?\n>\n> Please note, this patch is only f=
or review, not meant to be committed now.\n\nIt just\n\ngpg: NOTE: signatur=
e key 5C980097 expired Wed Apr 10 12:19:06 2002 CEST\n[GNUPG:] KEYEXPIRED 1=
018433946\n[GNUPG:] SIGEXPIRED deprecated-use-keyexpired-instead\ngpg: NOTE=
: signature key 5C980097 expired Wed Apr 10 12:19:06 2002 CEST\n[GNUPG:] KE=
YEXPIRED 1018433946\n[GNUPG:] SIGEXPIRED deprecated-use-keyexpired-instead\=
ngpg: NOTE: signature key 5C980097 expired Wed Apr 10 12:19:06 2002 CEST\n[=
GNUPG:] KEYEXPIRED 1018433946\n[GNUPG:] SIGEXPIRED deprecated-use-keyexpire=
d-instead\ngpg: NOTE: signature key 5C980097 expired Wed Apr 10 12:19:06 20=
02 CEST\n[GNUPG:] KEYEXPIRED 1018433946\n[GNUPG:] SIGEXPIRED deprecated-use=
-keyexpired-instead\ngpg: NOTE: signature key 5C980097 expired Wed Apr 10 1=
2:19:06 2002 CEST\n[GNUPG:] KEYEXPIRED 1018433946\n[GNUPG:] SIGEXPIRED depr=
ecated-use-keyexpired-instead\ngpg: NOTE: signature key 5C980097 expired We=
d Apr 10 12:19:06 2002 CEST\n[GNUPG:] KEYEXPIRED 1018433946\n[GNUPG:] SIGEX=
PIRED deprecated-use-keyexpired-instead\ngpg: using subkey AABB1F7B instead=
 of primary key B565716F\ngpg: writing to `/tmp/pgg-output6523Lpl'\n")))
  mml-generate-mime-1((part (sign . "pgpmime") (tag-location . 1743) (conte=
nts . "Daiki Ueno <ueno@unixuser.org> writes:\n\n> Hello,\n>\n>>>>>> In <e8=
632056-d7b7-4ed6-91d6-7d9089c82f94@well-done.deisui.org> \n>>>>>>	Daiki Uen=
o <ueno@unixuser.org> wrote:\n>> > Right now, pgg assume that gpg will need=
 a passphrase so it asks the\n>> > user for one.  It may be better if pgg p=
ostpone the passphrase query\n>> > until gpg tell pgg that it needs a passp=
hrase.  Then it is only\n>> > queried for when it is needed.  This should b=
e more reliable, but\n>> > slightly more complicated to implement (asynchro=
nous code).\n>\n>> Anyway, I'll try to implement this.\n>\n> Could you plea=
se try the attached pgg-gpg.el?\n>\n> Please note, this patch is only for r=
eview, not meant to be committed now.\n\nIt just\n\ngpg: NOTE: signature ke=
y 5C980097 expired Wed Apr 10 12:19:06 2002 CEST\n[GNUPG:] KEYEXPIRED 10184=
33946\n[GNUPG:] SIGEXPIRED deprecated-use-keyexpired-instead\ngpg: NOTE: si=
gnature key 5C980097 expired Wed Apr 10 12:19:06 2002 CEST\n[GNUPG:] KEYEXP=
IRED 1018433946\n[GNUPG:] SIGEXPIRED deprecated-use-keyexpired-instead\ngpg=
: NOTE: signature key 5C980097 expired Wed Apr 10 12:19:06 2002 CEST\n[GNUP=
G:] KEYEXPIRED 1018433946\n[GNUPG:] SIGEXPIRED deprecated-use-keyexpired-in=
stead\ngpg: NOTE: signature key 5C980097 expired Wed Apr 10 12:19:06 2002 C=
EST\n[GNUPG:] KEYEXPIRED 1018433946\n[GNUPG:] SIGEXPIRED deprecated-use-key=
expired-instead\ngpg: NOTE: signature key 5C980097 expired Wed Apr 10 12:19=
:06 2002 CEST\n[GNUPG:] KEYEXPIRED 1018433946\n[GNUPG:] SIGEXPIRED deprecat=
ed-use-keyexpired-instead\ngpg: NOTE: signature key 5C980097 expired Wed Ap=
r 10 12:19:06 2002 CEST\n[GNUPG:] KEYEXPIRED 1018433946\n[GNUPG:] SIGEXPIRE=
D deprecated-use-keyexpired-instead\ngpg: using subkey AABB1F7B instead of =
primary key B565716F\ngpg: writing to `/tmp/pgg-output6523Lpl'\n")))
  mml-generate-mime()
  message-encode-message-body()
  mml-to-mime()
  mml-preview((4))
  call-interactively(mml-preview)

The *pgg-gpg-debug* buffer contains:

gpg: NOTE: signature key 5C980097 expired Wed Apr 10 12:19:06 2002 CEST
[GNUPG:] KEYEXPIRED 1018433946
[GNUPG:] SIGEXPIRED deprecated-use-keyexpired-instead
gpg: NOTE: signature key 5C980097 expired Wed Apr 10 12:19:06 2002 CEST
[GNUPG:] KEYEXPIRED 1018433946
[GNUPG:] SIGEXPIRED deprecated-use-keyexpired-instead
gpg: NOTE: signature key 5C980097 expired Wed Apr 10 12:19:06 2002 CEST
[GNUPG:] KEYEXPIRED 1018433946
[GNUPG:] SIGEXPIRED deprecated-use-keyexpired-instead
gpg: NOTE: signature key 5C980097 expired Wed Apr 10 12:19:06 2002 CEST
[GNUPG:] KEYEXPIRED 1018433946
[GNUPG:] SIGEXPIRED deprecated-use-keyexpired-instead
gpg: NOTE: signature key 5C980097 expired Wed Apr 10 12:19:06 2002 CEST
[GNUPG:] KEYEXPIRED 1018433946
[GNUPG:] SIGEXPIRED deprecated-use-keyexpired-instead
gpg: NOTE: signature key 5C980097 expired Wed Apr 10 12:19:06 2002 CEST
[GNUPG:] KEYEXPIRED 1018433946
[GNUPG:] SIGEXPIRED deprecated-use-keyexpired-instead
gpg: using subkey AABB1F7B instead of primary key B565716F
gpg: writing to `/tmp/pgg-output6523Lpl'

  reply	other threads:[~2006-03-23 11:00 UTC|newest]

Thread overview: 121+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <2cd46e7f0510031250u66ea1349yb437d539ce4027ef@mail.gmail.com>
     [not found] ` <2cd46e7f0510061541w73bb6a92wb6d22829b6e804ae@mail.gmail.com>
     [not found]   ` <20051007100014.GB4850@kenny.sha-bang.local>
     [not found]     ` <2cd46e7f0510071106k3d4d3e6agc36f16a37d8b6bc6@mail.gmail.com>
     [not found]       ` <20051007214952.GA30235@kenny.sha-bang.local>
     [not found]         ` <iluvf08mm1w.fsf@latte.josefsson.org>
     [not found]           ` <20051008103627.GA1218@kenny.sha-bang.local>
     [not found]             ` <2cd46e7f0510081131h14e2bbeaga7f1a33ebd6347c8@mail.gmail.com>
     [not found]               ` <2cd46e7f0510101415t76825ea7u9749fe23da54ce@mail.gmail.com>
     [not found]                 ` <2cd46e7f0510121647x3c51fb65pc883ed61f4e864ab@mail.gmail.com>
     [not found]                   ` <2cd46e7f0510200708x4640d1c2t50743cf439e52dd4@mail.gmail.com>
     [not found]                     ` <ilur7ag8efp.fsf@latte.josefsson.org>
2006-03-18 21:17                       ` Sascha Wilde
2006-03-18 23:30                         ` Daniel Pittman
2006-03-19  0:46                           ` Miles Bader
2006-03-19  3:45                             ` Daniel Pittman
2006-03-19 18:28                               ` Miles Bader
2006-03-19  9:49                           ` Sascha Wilde
2006-03-19 17:30                             ` Sascha Wilde
2006-03-21 14:32                         ` Simon Josefsson
2006-03-21 21:29                           ` Reiner Steib
2006-03-22  9:49                             ` Simon Josefsson
2006-03-22  8:36                           ` Sascha Wilde
2006-03-22  9:16                             ` Daiki Ueno
2006-03-22  9:48                               ` Simon Josefsson
2006-03-22 11:03                               ` Sascha Wilde
2006-03-22 11:13                                 ` Simon Josefsson
2006-03-22 12:25                                   ` Daiki Ueno
2006-03-23 10:40                                     ` Daiki Ueno
2006-03-23 11:00                                       ` Simon Josefsson [this message]
2006-03-23 12:18                                         ` Daiki Ueno
2006-03-23 13:08                                           ` Simon Josefsson
2006-03-24  5:51                                             ` Daiki Ueno
2006-03-26  0:29                                               ` Daiki Ueno
2006-03-26  1:08                                                 ` Simon Josefsson
2006-03-26  3:29                                                   ` Miles Bader
2006-03-26  5:06                                                     ` Daiki Ueno
2006-03-26 17:05                                                       ` Simon Josefsson
2006-03-26 18:24                                                         ` Sascha Wilde
2006-03-27  9:36                                                           ` Simon Josefsson
2006-03-31  7:10                                                             ` Romain Francoise
2006-04-01  9:06                                                               ` Simon Josefsson
2006-04-01  9:23                                                                 ` Romain Francoise
2006-04-03  8:14                                                                   ` "[GNUPG:] TRUST_UNDEFINED" not indicated (was: Small patch to enable use of gpg-agent with pgg) Reiner Steib
2006-04-03  8:32                                                                     ` "[GNUPG:] TRUST_UNDEFINED" not indicated Daiki Ueno
2006-04-03  8:48                                                                       ` Romain Francoise
2006-04-03  9:00                                                                         ` Daiki Ueno
2006-04-03  9:28                                                                           ` Romain Francoise
2006-04-03  9:29                                                                             ` Simon Josefsson
2006-04-03 16:42                                                                               ` Adam Sjøgren
2006-04-03 17:00                                                                                 ` Romain Francoise
2006-04-03 17:13                                                                                   ` Adam Sjøgren
2006-04-04  2:39                                                                               ` Daiki Ueno
2006-04-04  7:18                                                                                 ` Romain Francoise
2006-04-04 10:35                                                                                   ` Simon Josefsson
2006-04-04 22:58                                                                                     ` Reiner Steib
2006-04-04 23:30                                                                                       ` Simon Josefsson
2006-04-03  8:49                                                                     ` "[GNUPG:] TRUST_UNDEFINED" not indicated (was: Small patch to Simon Josefsson
2006-04-05  1:52                                                         ` pgg-gpg: BEGIN_SIGNING Daiki Ueno
2006-04-05  8:40                                                           ` Simon Josefsson
2006-04-05 10:06                                                             ` Daiki Ueno
2006-04-05 11:02                                                               ` Simon Josefsson
2006-04-05 11:46                                                                 ` Daiki Ueno
2006-04-05 13:01                                                                   ` Simon Josefsson
2006-04-05 15:21                                                                     ` Please test current GPG features (was: pgg-gpg: BEGIN_SIGNING) Reiner Steib
2006-04-05 15:31                                                                       ` Please test current GPG features Simon Josefsson
2006-04-05 16:17                                                                         ` Reiner Steib
2006-04-18  8:56                                                                           ` Simon Josefsson
2006-04-19 10:03                                                                             ` Daiki Ueno
2006-04-19 10:39                                                                               ` Simon Josefsson
2006-04-06 10:40                                                                         ` Reiner Steib
2006-04-06 11:02                                                                           ` Simon Josefsson
2006-04-06 13:01                                                                             ` Reiner Steib
2006-04-06 13:41                                                                               ` Simon Josefsson
2006-04-06 16:20                                                                               ` Romain Francoise
2006-04-06 18:08                                                                                 ` Romain Francoise
2006-04-06 18:27                                                                                   ` Reiner Steib
2006-04-06 18:36                                                                                     ` Romain Francoise
2006-03-23 12:52                                       ` Small patch to enable use of gpg-agent with pgg Sascha Wilde
2006-03-23 20:07                                         ` Daiki Ueno
2006-03-23 22:16                                           ` Sascha Wilde
2006-04-05  9:13                                             ` pgg-gpg broken? Sascha Wilde
2006-04-05  9:42                                               ` Daiki Ueno
2006-04-05 10:18                                                 ` Sascha Wilde
2006-04-05 21:33                                                   ` Daiki Ueno
2006-04-06  9:00                                                     ` Sascha Wilde
2006-04-06  9:21                                                       ` Daiki Ueno
2006-04-06  9:58                                                         ` Sascha Wilde
2006-04-06 10:13                                                           ` Daiki Ueno
2006-04-07 10:32                                                           ` gpg-agent support removed?! (was: pgg-gpg broken?) Sascha Wilde
2006-04-07 12:11                                                             ` Simon Josefsson
2006-04-07 12:14                                                             ` gpg-agent support removed?! Romain Francoise
2006-04-07 13:00                                                               ` Sascha Wilde
2006-04-07 13:30                                                                 ` Simon Josefsson
2006-04-07 20:59                                                                   ` Reiner Steib
2006-04-08  9:36                                                                 ` Romain Francoise
2006-04-08 10:05                                                                   ` Sascha Wilde
2006-04-07 12:35                                                             ` Reiner Steib
2006-04-07 13:02                                                               ` Daiki Ueno
2006-04-07 13:08                                                                 ` Sascha Wilde
2006-04-07 13:26                                                                   ` Daiki Ueno
2006-04-09 16:04                                                                     ` Sascha Wilde
2006-04-10 18:04                                                                       ` Reiner Steib
2006-04-07 13:40                                                                   ` Reiner Steib
2006-04-07 14:05                                                                 ` Thomas Baumann
2006-04-07 14:40                                                                   ` Daiki Ueno
2006-04-07 15:45                                                                     ` Reiner Steib
2006-04-07 20:55                                                                       ` Daiki Ueno
2006-04-07 21:22                                                                         ` Reiner Steib
2006-04-08  7:03                                                                           ` Thomas Baumann
2006-04-08 10:18                                                                           ` Daiki Ueno
     [not found]                                                               ` <E1FRydQ-0007gN-9f@fencepost.gnu.org>
     [not found]                                                                 ` <873bgo4d0e.fsf@pacem.orebokech.com>
     [not found]                                                                   ` <d215ebff-cfee-4d23-852b-86f1f0d955b8@well-done.deisui.org>
     [not found]                                                                     ` <87r7482tjt.fsf@pacem.orebokech.com>
     [not found]                                                                       ` <fa2c4f80-3b38-4a6c-99ac-ff8dbd1c99f4@well-done.deisui.org>
2006-04-10 18:04                                                                         ` PGG maintainance (was: gpg-agent support removed?!) Reiner Steib
2006-04-05 16:14                                               ` pgg-gpg broken? Reiner Steib
2006-04-05 19:22                                                 ` Sascha Wilde
2006-03-22  9:46                             ` Small patch to enable use of gpg-agent with pgg Simon Josefsson
2006-03-22 16:13                             ` Simon Josefsson
2006-03-22 23:01                               ` Katsumi Yamaoka
2006-03-22 23:45                                 ` Simon Josefsson
2006-03-23  0:58                                   ` Katsumi Yamaoka
2006-03-23  9:12                                     ` Simon Josefsson
2006-03-23 10:26                                       ` Sascha Wilde
2006-03-23 10:54                                         ` Simon Josefsson
2006-03-23 11:12                                           ` Simon Josefsson
2006-03-23 11:16                                             ` Simon Josefsson
2006-03-23 12:51                                               ` Reiner Steib
2006-03-23 13:07                                                 ` Sascha Wilde
2006-03-23 13:10                                                   ` Simon Josefsson
2006-03-23 12:00                                             ` Sascha Wilde
2006-03-23 13:00                                               ` Simon Josefsson
2006-03-26 18:11                                                 ` Sascha Wilde
     [not found]                                             ` <m2wtels74l.fsf@kenny.sha-bang .de>
2006-03-23 23:09                                               ` Miles Bader
2006-04-02  0:30                                                 ` Ken Manheimer
2006-04-02  8:28                                                   ` 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

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

  git send-email \
    --in-reply-to=87lkv1whmh.fsf@latte.josefsson.org \
    --to=jas@extundo.com \
    --cc=ding@gnus.org \
    --cc=emacs-devel@gnu.org \
    --cc=wilde@sha-bang.de \
    /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.
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 NNTP newsgroup(s).