unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#7097: 24.0.50; whitespace-style lines-tail no longer works
@ 2010-09-24 16:07 Óscar Fuentes
  2010-09-25 23:09 ` Vinicius Jose Latorre
  0 siblings, 1 reply; 3+ messages in thread
From: Óscar Fuentes @ 2010-09-24 16:07 UTC (permalink / raw)
  To: 7097; +Cc: Vinicius Jose Latorre

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





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

* bug#7097: 24.0.50; whitespace-style lines-tail no longer works
  2010-09-24 16:07 bug#7097: 24.0.50; whitespace-style lines-tail no longer works Óscar Fuentes
@ 2010-09-25 23:09 ` Vinicius Jose Latorre
  2010-09-26  0:36   ` Óscar Fuentes
  0 siblings, 1 reply; 3+ messages in thread
From: Vinicius Jose Latorre @ 2010-09-25 23:09 UTC (permalink / raw)
  To: Óscar Fuentes; +Cc: bug-gnu-emacs

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
>
>    






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

* bug#7097: 24.0.50; whitespace-style lines-tail no longer works
  2010-09-25 23:09 ` Vinicius Jose Latorre
@ 2010-09-26  0:36   ` Óscar Fuentes
  0 siblings, 0 replies; 3+ messages in thread
From: Óscar Fuentes @ 2010-09-26  0:36 UTC (permalink / raw)
  To: Vinicius Jose Latorre; +Cc: 7097-done

Vinicius Jose Latorre <viniciusjl@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.





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

end of thread, other threads:[~2010-09-26  0:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-24 16:07 bug#7097: 24.0.50; whitespace-style lines-tail no longer works Óscar Fuentes
2010-09-25 23:09 ` Vinicius Jose Latorre
2010-09-26  0:36   ` Óscar Fuentes

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).