Re: bug #92117
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
>>>>> "Colin" == Colin Walters <walters@cis.ohio-state.edu> writes:
Colin> This isn't quite ideal, because the logs are named like
Colin> /tmp/emacs3Af87, which doesn't really give information on what
Colin> package they're from. But "tempfile" doesn't accept a --prefix
Colin> of more than 5 characters (which is IMO braindamaged behavior).
Colin> Then again, we could just store the logs somewhere else, like
Colin> /var/log/emacsen-compile.
Or use a --suffix argument, e.g.
name=`tempfile --prefix=emacs --suffix=<packagename>.log`
The --suffix argument doesn't seem to have any limits (at least not a 5
character limit). Again, less that ideal.
As an additional comment, I usually ignore the compilation output,
unless something went wrong. Would it be possible to add an additional
configuration parameter (maybe on a per-emacs-version basis, since
someone may want to ignore the logs from the stable emacs20, but want to
check out the logs from the pre-release emacs21) to delete or keep the
logs (or keep only on error)?
- --
Hubert Chan <hackerhue@geek.com> - http://www.geocities.com/hubertchan/
PGP/GnuPG key: 1024D/71FDA37F
Fingerprint: 6CC5 822D 2E55 494C 81DD 6F2C 6518 54DF 71FD A37F
Key available at wwwkeys.pgp.net. Please encrypt *all* e-mail to me.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE7NOAoZRhU33H9o38RAsUOAKCbIuW1JaiM8eVW9fOj8mAovVPfVACfaT9B
dR8OUp8z5yz5+l+MzgfVH5g=
=CU8q
-----END PGP SIGNATURE-----
Reply to:
- References:
- bug #92117
- From: Colin Walters <walters@cis.ohio-state.edu>