[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug in emacsbug.el
From: |
Michaël Cadilhac |
Subject: |
Re: Bug in emacsbug.el |
Date: |
Tue, 05 Dec 2006 17:32:08 +0100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.90 (gnu/linux) |
Lennart Borgman <address@hidden> writes:
> I think this test in `report-emacs-bug' tests the wrong mail address:
>
> ;; Insert warnings for novice users.
> (when (string-match "@gnu\\.org^" reporting-address)
> (insert "This bug report will be sent to the Free Software
> Foundation,\n")
> (let ((pos (point)))
> (insert "not to your local site managers!")
> (put-text-property pos (point) 'face 'highlight)))
>
> Should it not test `user-mail-address' instead?
Don't think so. This warning is here to warn the user that the email
(s)he writes is GOING TO the FSF, not to the local sysadmin.
Why do you want to test user-mail-address? Maybe something's missing
in the warning set of emacsbug in your opinion?
--
/!\ My mail address has changed, please update your files accordingly.
| Michaël `Micha' Cadilhac | (\(\ This is the cute bunny virus, |
| Epita/LRDE Promo 2007 | (^.^) please copy this into your |
| http://michael.cadilhac.name | (")") sig so it can spread. |
`--JID: address@hidden' - --'
pgpvEq49nxuWd.pgp
Description: PGP signature
- Bug in emacsbug.el, Lennart Borgman, 2006/12/05
- Re: Bug in emacsbug.el,
Michaël Cadilhac <=
- Re: Bug in emacsbug.el, Lennart Borgman, 2006/12/05
- Re: Bug in emacsbug.el, Michaël Cadilhac, 2006/12/05
- Re: Bug in emacsbug.el, Lennart Borgman, 2006/12/05
- Re: Bug in emacsbug.el, Miles Bader, 2006/12/05
- Re: Bug in emacsbug.el, Lennart Borgman, 2006/12/05
- Re: Bug in emacsbug.el, Miles Bader, 2006/12/05
- Re: Bug in emacsbug.el, Lennart Borgman, 2006/12/05
- Re: Bug in emacsbug.el, Miles Bader, 2006/12/05