emacs-devel
[Top][All Lists]
Advanced

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

Re: ruler-mode.el fix following whitespace cleanup


From: Luc Teirlinck
Subject: Re: ruler-mode.el fix following whitespace cleanup
Date: Tue, 4 Feb 2003 12:37:58 -0600 (CST)

>From my previous message:

   Are we absolutely sure that trailing whitespace within a string is
   never meaningful?

maybe if the situation arose, one could replace:

"Beware!  Trailing whitespace follows!      
Second line."

By:

"Beware!  Trailing whitespace follows!      \

Second line."

or (might look relatively nicer):

"Beware!  Trailing whitespace follows!      \n\
Second line."

and escape the wrath of M-x delete-trailing-whitespace that way.

Sincerely,

Luc.




reply via email to

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