emacs-devel
[Top][All Lists]
Advanced

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

Re: Indentation of LISP code


From: A Soare
Subject: Re: Indentation of LISP code
Date: Thu, 5 Apr 2007 17:10:04 +0200 (CEST)

In this moment one ignores the indentation of commented lines with ;;; like 
this one:

;;; this is a commented line.

However:

(defun lisp-indent-region (start end)
  "Indent every line whose first char is between START and END inclusive."
  (save-excursion
    (asa;;;a     <=<= THIS LINE IS NOT IGNORED, IT IS TREATED AS DOUBLE 
COMMENTED
     ))

  )

(USE INDENT REGION TO INDENT)

In future (after the release) this indentation should be ignored too or treated 
as double commented ;;?

alin soare.







reply via email to

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