unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: emacs-devel@gnu.org
Subject: cl-functions do not honor common-lisp-indent-function
Date: Mon, 24 Dec 2012 14:59:33 +0100	[thread overview]
Message-ID: <87623rmtyy.fsf@gmail.com> (raw)

Hi, some cl-functions are not indented correctly when
`lisp-indent-function' is set to `common-lisp-indent-function'

--8<---------------cut here---------------start------------->8---
(setq lisp-indent-function 'common-lisp-indent-function)

(defun foo ()
  (cl-flet ((test ()
                  (ignore)))
    (test)))

(defun foo ()
  (flet ((test ()
           (ignore)))
    (test)))
--8<---------------cut here---------------end--------------->8---

is this wanted?

-- 
  Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




             reply	other threads:[~2012-12-24 13:59 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-24 13:59 Thierry Volpiatto [this message]
2012-12-24 16:18 ` cl-functions do not honor common-lisp-indent-function Stefan Monnier
2012-12-26  7:57   ` Thierry Volpiatto
2012-12-26  8:44     ` Helmut Eller
2012-12-26  9:10       ` Stephen J. Turnbull
2012-12-26 12:57         ` Helmut Eller
2012-12-26 13:12           ` Stephen J. Turnbull
2012-12-26 16:24             ` Helmut Eller
2012-12-26 16:44               ` Thierry Volpiatto
2012-12-26 16:54                 ` Helmut Eller
2012-12-26 17:09                   ` Thierry Volpiatto
2012-12-27  4:18               ` Stephen J. Turnbull
2012-12-27  8:18                 ` Helmut Eller
2012-12-26 13:20           ` Thierry Volpiatto
2012-12-26 16:09             ` Helmut Eller
2012-12-27 17:24         ` Didier Verna
2012-12-29  6:43         ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87623rmtyy.fsf@gmail.com \
    --to=thierry.volpiatto@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).