all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Kastrup <dak@gnu.org>
To: emacs-devel@gnu.org
Subject: Re: Comment on Emacs Lisp Introduction
Date: Sat, 31 Jul 2010 10:01:24 +0200	[thread overview]
Message-ID: <877hkc2i7f.fsf@lola.goethe.zz> (raw)
In-Reply-To: AANLkTina_UcFookzQdPg3TY1xS1EHEPXLgBQmsuFTzBN@mail.gmail.com

Fren Zeee <frenzeee@gmail.com> 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) "\b\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




  reply	other threads:[~2010-07-31  8:01 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <AANLkTinmXz=n0L4RS0SHRiJcA-Ob135RrKEzrZ=GvjDy@mail.gmail.com>
2010-07-29 22:22 ` Comment on Emacs Lisp Introduction Robert J. Chassell
     [not found]   ` <AANLkTi=SAbC_y+O3simX2dSLFYcpyVxPR-yZYsCMje42@mail.gmail.com>
2010-07-30 14:44     ` Robert J. Chassell
2010-07-31  7:43       ` Fren Zeee
2010-07-31  8:01         ` David Kastrup [this message]
2010-07-31 19:33           ` Fren Zeee
2010-07-31 19:34             ` Fren Zeee
2010-07-31 20:06               ` Drew Adams
2010-07-31 20:14               ` Óscar Fuentes
2010-08-01  6:36               ` David Kastrup
2010-08-01 12:06                 ` Harald Hanche-Olsen
2010-08-02  8:26                   ` Stephen J. Turnbull
2010-08-02 18:27                     ` Fren Zeee
2010-08-03  3:26                       ` Stephen J. Turnbull
2010-08-04  3:19                         ` Fren Zeee
2010-08-04  5:25                           ` Stephen J. Turnbull
2010-08-04  9:22                           ` David Kastrup
2010-08-05 20:13                             ` Fren Zeee
2010-08-05 20:27                               ` Fren Zeee
2010-08-01 12:50                 ` Óscar Fuentes

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

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

  git send-email \
    --in-reply-to=877hkc2i7f.fsf@lola.goethe.zz \
    --to=dak@gnu.org \
    --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 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.