[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What should the prefix to prog-indent-sexp do?
From: |
Leo Liu |
Subject: |
Re: What should the prefix to prog-indent-sexp do? |
Date: |
Thu, 16 May 2013 11:35:57 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.8.3) |
On 2013-05-15 21:07 +0800, Andreas Röhler wrote:
> In most cases it works, in some it fails, for example from behind a badly
> indented
>
> (defvar a nil "make
> (beginning-more more visible
> ")
>
> Whilst syntax-ppss wouldn't be irritated.
I see but this is a bug that should be fixed in lisp's
beginning-of-defun not in prog-indent-sexp.
Leo