-- Rene Kyllingstad <Rene(a)Kyllingstad.com> spake thusly:
On Tuesday 18 December 2001 21:44, Adrian Aichner wrote:
> cperl-invalid-face
> is the variable governing this.
>
> I can't see a clean way to turn this feature off.
It would be nice with a show-whitespace variable. I used customize
to set the face to italic, which "works".
> Scott> I'm using cperl-mode 4.32 within xemacs 21.1.12 I really
> Scott> dislike the _____ that are put at the start of lines which
> Scott> are just spaces. Those are clearly being put in by
> Scott> cperl-mode as those underscores aren't part of the saved
> Scott> file. How do I turn that off?
M-x customize-variable RET cperl-invalid-face RET
set it to something else than underlined.
I have the following in my <custom.el or whatever it's called>:
(custom-set-variables
...
'(cperl-invalid-face (quote default))
...)
I have no idea how I got this using customize, but I must've managed it
somehow (it may have been done through GNU Emacs).