unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* cl-functions do not honor common-lisp-indent-function
@ 2012-12-24 13:59 Thierry Volpiatto
  2012-12-24 16:18 ` Stefan Monnier
  0 siblings, 1 reply; 17+ messages in thread
From: Thierry Volpiatto @ 2012-12-24 13:59 UTC (permalink / raw)
  To: emacs-devel

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 




^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2012-12-29  6:43 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-24 13:59 cl-functions do not honor common-lisp-indent-function Thierry Volpiatto
2012-12-24 16:18 ` 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

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).