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

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

Re: long lines distraction


From: Eli Zaretskii
Subject: Re: long lines distraction
Date: Fri, 20 Feb 2015 20:16:08 +0200

> Date: Fri, 20 Feb 2015 13:03:21 -0500 (EST)
> From: Jude DaShiell <jdashiel@shellworld.net>
> 
> Has emacs got a variable I can use to prevent all of the dollar sign 
> characters being spoken when lines beyond normal line lengths get written?  

Does this do what you want?

  (set-char-table-extra-slot standard-display-table 0 ?\ )
  (set-char-table-extra-slot standard-display-table 1 ?\ )




reply via email to

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