emacs-devel
[Top][All Lists]
Advanced

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

Re: lisp-indent-line


From: A Soare
Subject: Re: lisp-indent-line
Date: Mon, 12 Mar 2007 11:50:52 +0100 (CET)

Look at this code:

                                 (save-excursion
  (goto-char beg)
  (forward-sexp 1)
  (setq end (point))
                    (goto-char beg)
  (forward-line 1)
                        (setq beg (point))
  (> end beg))


Press C-u 1 TAB. with the cursor on the 1st line.

Do you think that such a feature is useful for something?












reply via email to

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