[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Comment on Emacs Lisp Introduction
From: |
David Kastrup |
Subject: |
Re: Comment on Emacs Lisp Introduction |
Date: |
Sat, 31 Jul 2010 10:01:24 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Fren Zeee <address@hidden> writes:
> Robert, does your intro book explain things like how to get the full
> definition of a function like for example
>
> next-line which is a down arrow
>
> (symbol-function 'next-line)
> #[(arg) "\203& [next-line-add-newlines arg abbrev-mode 1 nil "
> " line-move (line-move arg) ((... ...))] 3 1337315 "p"]
>
> I could not figure out from online doc and apropos how to do it.
Huh?
C-h f next-line RET gives the online doc, and the very first line is
next-line is an interactive compiled Lisp function in `simple.el'.
where the string `simple.el' is a hyperlink leading to the definition of
next-line in simple.el. So I don't understand what problem you
encountered using the online documentation. You can also use
M-x find-function RET next-line RET
to get to the source.
What is your problem?
--
David Kastrup
- Re: Comment on Emacs Lisp Introduction, Robert J. Chassell, 2010/07/29
- Message not available
- Re: Comment on Emacs Lisp Introduction, Robert J. Chassell, 2010/07/30
- Re: Comment on Emacs Lisp Introduction, Fren Zeee, 2010/07/31
- Re: Comment on Emacs Lisp Introduction,
David Kastrup <=
- Re: Comment on Emacs Lisp Introduction, Fren Zeee, 2010/07/31
- Re: Comment on Emacs Lisp Introduction, Fren Zeee, 2010/07/31
- RE: Comment on Emacs Lisp Introduction, Drew Adams, 2010/07/31
- Re: Comment on Emacs Lisp Introduction, Óscar Fuentes, 2010/07/31