emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in emacsbug.el


From: Lennart Borgman
Subject: Re: Bug in emacsbug.el
Date: Wed, 06 Dec 2006 01:05:03 +0100
User-agent: Thunderbird 1.5.0.8 (Windows/20061025)

Michaël Cadilhac wrote:
Lennart Borgman <address@hidden> writes:

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)

 It is the regexp that is bad I think. It should probably be
"@gnu\\.org$".

Of course you are right! :-)

Could someone with CVS knowledge please fix that little problem?


But I noted more strange things in `report-emacs-bug'. There are a lot
of statements like

    (put-text-property pos (point) 'face 'highlight)

They does not seem to work.

Well, AFAICT, it works but mail-mode does not seem to allow it. If you
call text-mode after (compose-mail), the highlight will be there (for
whatever reason I don't have the time to investigate).

I tested in the scratch buffer and got the same result. However after I changed the mode to fundamental-mode the above statement worked.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]