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

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

last-non-white-space-on-line


From: Andreas Roehler
Subject: last-non-white-space-on-line
Date: Sat, 03 Jun 2006 13:07:15 +0200
User-agent: KNode/0.9.2

Hi, 

is there a function known to jump to the last
non-whitspace char in line - as (back-to-indentation)
does in the other direction?

Could write something like 

(defun last-non-white-space-on-line ()
  " "
  (interactive)
  (end-of-line)
  (skip-chars-backward "[ \t]")) 

Nonetheles, would prever to use an already existing
macro.

Thanks

Andreas Roehler


reply via email to

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