emacs-devel
[Top][All Lists]
Advanced

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

Re: beginning-of-defun (again)


From: Richard Stallman
Subject: Re: beginning-of-defun (again)
Date: Sat, 31 Oct 2015 21:06:28 -0400

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > Sure, it's possible to live with it. But why not remove that constraint, 
  > if possible?

The column-0 convention is very useful because it
gives you control over which lists are treated as defuns,
by how you indent them.

If you write

(foo
  (defun x...))

Then the whole thing is treated as a defun.  But if you write

(foo
(defun x...))

then the (defun x ...) is treated as a defun.

-- 
Dr Richard Stallman
President, Free Software Foundation (gnu.org, fsf.org)
Internet Hall-of-Famer (internethalloffame.org)
Skype: No way! See stallman.org/skype.html.




reply via email to

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