help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Making a non-ASCII space character visible


From: Eli Zaretskii
Subject: Re: Making a non-ASCII space character visible
Date: Sun, 17 Jun 2018 21:51:03 +0300

> From: Will Parsons <varro@nodomain.invalid>
> Date: Sun, 17 Jun 2018 14:38:01 -0400
> 
> What I have had in my .emacs file for years is the following:
> 
>   (global-whitespace-mode 1)
>   (setq-default whitespace-style '(face lines-tail tabs trailing))
> 
> Examining the value of whitespace-mode shows nil, however.

global-whitespace-mode (the function) sets global-whitespace-mode (the
variable), not whitespace-mode.

> Adding (whitespace-mode 1) to my .emacs file apparently has no effect;
> the value of whitespace-mode is still nil.

In what buffer?

> Now if I interactively run the command "whitespace-mode", the value of
> the variable whitespace-mode turns to t, but the display of u+2007
> remains unchanged.

How did you change the mappings for this character to be part of the
display mappings?



reply via email to

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