emacs-devel
[Top][All Lists]
Advanced

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

Re: comment-indent and tail comments


From: Yoni Rabkin Katzenell
Subject: Re: comment-indent and tail comments
Date: Thu, 10 Aug 2006 13:21:09 +0300
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

> Do you mean this code?
>
>       (unless (= (current-column) indent)
>         ;; If that's different from current, change it.
>         (delete-region (point) (progn (skip-chars-backward " \t") (point)))
>         (indent-to (if (bolp) indent
>                      (max indent (1+ (current-column)))))))

Yes.

> Does this fix it?

Yes, your patch fixes the problem.

-- 
   "Cut your own wood and it will warm you twice"





reply via email to

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