unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* long lines distraction
@ 2015-02-20 18:03 Jude DaShiell
  2015-02-20 18:16 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Jude DaShiell @ 2015-02-20 18:03 UTC (permalink / raw)
  To: help-gnu-emacs

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?  
I prefer to hear what I'm typing since it makes it easier to correct 
mistakes.  My former employer had the good sense to pay me for my computer 
programming and not word processing.



jude <jdashiel@shellworld.net> Twitter: @JudeDaShiell



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

* Re: long lines distraction
  2015-02-20 18:03 long lines distraction Jude DaShiell
@ 2015-02-20 18:16 ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2015-02-20 18:16 UTC (permalink / raw)
  To: help-gnu-emacs

> 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 ?\ )




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

* Re: long lines distraction
       [not found] <mailman.525.1424455409.31049.help-gnu-emacs@gnu.org>
@ 2015-02-21 23:34 ` Emanuel Berg
  0 siblings, 0 replies; 3+ messages in thread
From: Emanuel Berg @ 2015-02-21 23:34 UTC (permalink / raw)
  To: help-gnu-emacs

Jude DaShiell <jdashiel@shellworld.net> writes:

> 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? I prefer to
> hear what I'm typing since it makes it easier to
> correct mistakes. My former employer had the good
> sense to pay me for my computer programming and not
> word processing.

Try this:

    (set-display-table-slot standard-display-table 0 ?\ )

In general, it might be a good idea to keep that the
dollar sign. It'll drive you crazy when compilation
says there is an error at some line and you can't find
it as it is far right of the screen. Better to use
auto-fill when typing human text and when programming,
simply keep the lines short.

But for special situations it won't hurt trying. Just
remove the line from any init file if you don't like
it, of course.

-- 
underground experts united


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

end of thread, other threads:[~2015-02-21 23:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 18:03 long lines distraction Jude DaShiell
2015-02-20 18:16 ` Eli Zaretskii
     [not found] <mailman.525.1424455409.31049.help-gnu-emacs@gnu.org>
2015-02-21 23:34 ` Emanuel Berg

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