Package: erlang-mode
Version: 1:11.b.2-4
Severity: normal

Suppose you have the following snippet opened with erlang-mode and 
font-lock-mode:

somefunc(X) -> 
   case X of
       nil -> fun() -> xx() end
   end.

and then you do "M-x set-face-background", selecting 
"font-lock-function-name-face"
as the face and, for example, "SteelBlue" as the color. Then you will see that
the space character immediately after any "->" token is now colorized. 

This only happens when the character is an space (fun() ->xx() is correctly
colorized), because the face choosen for it is, erroneously,
font-lock-function-name-face.

The bug is unnoticed if you dont use a background color for that face (but I
like to do). Happens both in Emacs and XEmacs. 


-- System Information:
Debian Release: 4.0
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17nah-samuel
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages erlang-mode depends on:
ii  emacsen-common                1.4.17     Common facilities for all emacsen
ii  erlang-base-hipe              1:11.b.2-4 Concurrent, real-time, distributed

Versions of packages erlang-mode recommends:
ii  erlang-nox                    1:11.b.2-4 Concurrent, real-time, distributed
ii  erlang-x11                    1:11.b.2-4 Concurrent, real-time, distributed

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to