all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs lisp indentation variables?
@ 2010-10-27 20:38 Brendan Miller
  2010-10-27 20:50 ` Drew Adams
  0 siblings, 1 reply; 2+ messages in thread
From: Brendan Miller @ 2010-10-27 20:38 UTC (permalink / raw
  To: help-gnu-emacs

I'm trying to fix part of my configuration that is causing excessive
indentation on emacs lisp. For instance the indentation for this:

(dolist (elem (list 1 2 3 4))
        (message "elem %d" elem))

(message is indented to line up with (elem. In a default emacs install
I know it doesn't have this behavior. I have a pretty complicated
configuration, so I figure I probably set some variable somewhere that
changes elisp indentation behavior; however, I'm iffy on what settings
to look out for.



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

* RE: emacs lisp indentation variables?
  2010-10-27 20:38 emacs lisp indentation variables? Brendan Miller
@ 2010-10-27 20:50 ` Drew Adams
  0 siblings, 0 replies; 2+ messages in thread
From: Drew Adams @ 2010-10-27 20:50 UTC (permalink / raw
  To: 'Brendan Miller', help-gnu-emacs

> I figure I probably set some variable somewhere that
> changes elisp indentation behavior

grep your code (e.g. `custom-file'/.emacs) for `lisp-indent-function'.




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

end of thread, other threads:[~2010-10-27 20:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-27 20:38 emacs lisp indentation variables? Brendan Miller
2010-10-27 20:50 ` Drew Adams

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.