GNU bug report logs -
#7097
24.0.50; whitespace-style lines-tail no longer works
Previous Next
Reported by: ofv <at> wanadoo.es (Óscar Fuentes)
Date: Fri, 24 Sep 2010 16:06:02 UTC
Severity: normal
Found in version 24.0.50
Done: Óscar Fuentes <ofv <at> wanadoo.es>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 7097 in the body.
You can then email your comments to 7097 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#7097
; Package
emacs
.
(Fri, 24 Sep 2010 16:06:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
ofv <at> wanadoo.es (Óscar Fuentes)
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 24 Sep 2010 16:06:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
emacs -Q
In *scratch* buffer eval this:
(setq whitespace-style '(lines-tail))
(whitespace-mode)
Now type a line of text with mode than 80 characteres.
Until recently, the characters after the 80th column were highlighted
with a prominent background color, which is the documented behavior.
In GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, X toolkit)
of 2010-09-16 on qcore
Windowing system distributor `The X.Org Foundation', version 11.0.10706000
configured using `configure '--without-toolkit-scroll-bars' '--with-x-toolkit=lucid''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: en_US.UTF-8
value of $XMODIFIERS: nil
locale-coding-system: utf-8-unix
default enable-multibyte-characters: t
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#7097
; Package
emacs
.
(Sat, 25 Sep 2010 23:04:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi Óscar,
Since version 13.1 it is needed to add 'face symbol into
`whitespace-style' to enable blank face visualization.
So, the proper setting should be:
(setq whitespace-style '(face lines-tail))
From `whitespace-style' docstring:
One reason for not visualize spaces via faces (if `face' is not
included in `whitespace-style') is to use exclusively for
cleanning up a buffer. See `whitespace-cleanup' and
`whitespace-cleanup-region' for documentation.
Best regards,
Vinicius
Óscar Fuentes wrote:
> emacs -Q
>
> In *scratch* buffer eval this:
> (setq whitespace-style '(lines-tail))
> (whitespace-mode)
>
> Now type a line of text with mode than 80 characteres.
>
> Until recently, the characters after the 80th column were highlighted
> with a prominent background color, which is the documented behavior.
>
>
> In GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, X toolkit)
> of 2010-09-16 on qcore
> Windowing system distributor `The X.Org Foundation', version 11.0.10706000
> configured using `configure '--without-toolkit-scroll-bars' '--with-x-toolkit=lucid''
>
> Important settings:
> value of $LC_ALL: nil
> value of $LC_COLLATE: nil
> value of $LC_CTYPE: nil
> value of $LC_MESSAGES: nil
> value of $LC_MONETARY: nil
> value of $LC_NUMERIC: nil
> value of $LC_TIME: nil
> value of $LANG: en_US.UTF-8
> value of $XMODIFIERS: nil
> locale-coding-system: utf-8-unix
> default enable-multibyte-characters: t
>
>
Reply sent
to
Óscar Fuentes <ofv <at> wanadoo.es>
:
You have taken responsibility.
(Sun, 26 Sep 2010 00:35:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
ofv <at> wanadoo.es (Óscar Fuentes)
:
bug acknowledged by developer.
(Sun, 26 Sep 2010 00:35:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 7097-done <at> debbugs.gnu.org (full text, mbox):
Vinicius Jose Latorre <viniciusjl <at> ig.com.br> writes:
> Since version 13.1 it is needed to add 'face symbol into
> whitespace-style' to enable blank face visualization.
>
> So, the proper setting should be:
>
> (setq whitespace-style '(face lines-tail))
>
> From `whitespace-style' docstring:
>
> One reason for not visualize spaces via faces (if `face' is not
> included in `whitespace-style') is to use exclusively for
> cleanning up a buffer. See `whitespace-cleanup' and
> `whitespace-cleanup-region' for documentation.
[snip]
Thanks for the update, Vinicius. Bug closed.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 24 Oct 2010 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 14 years and 242 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.