2006-09-28

Handling trailing whitespaces in XEmacs

In GNU Emacs, we can use

(setq show-trailing-whitespace t)
(delete-trailing-whitespaces)

In XEmacs, there commands don't exist.

Fortunately, we can use

(require 'whitespace)


the trailing whitespaces are deleted upon exit.

沒有留言:

張貼留言