[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug in emacsbug.el
From: |
Lennart Borgman |
Subject: |
Bug in emacsbug.el |
Date: |
Tue, 05 Dec 2006 17:01:28 +0100 |
User-agent: |
Thunderbird 1.5.0.8 (Windows/20061025) |
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?
- Bug in emacsbug.el,
Lennart Borgman <=
- 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, 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