unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Bug in emacsbug.el
@ 2006-12-05 16:01 Lennart Borgman
  2006-12-05 16:32 ` Michaël Cadilhac
  0 siblings, 1 reply; 10+ messages in thread
From: Lennart Borgman @ 2006-12-05 16:01 UTC (permalink / raw)


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?

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

end of thread, other threads:[~2006-12-06  2:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-05 16:01 Bug in emacsbug.el Lennart Borgman
2006-12-05 16:32 ` Michaël Cadilhac
2006-12-05 23:06   ` Lennart Borgman
2006-12-05 23:44     ` Michaël Cadilhac
2006-12-06  0:05       ` Lennart Borgman
2006-12-06  0:22       ` Miles Bader
2006-12-06  0:54         ` Lennart Borgman
2006-12-06  1:07           ` Miles Bader
2006-12-06  1:19             ` Lennart Borgman
2006-12-06  2:18               ` Miles Bader

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).