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: Sun, 01 Aug 2010 08:36:18 +0200	[thread overview]
Message-ID: <87fwyy261p.fsf@lola.goethe.zz> (raw)
In-Reply-To: AANLkTi=Re8pgdGokZ5x2G-0GoMmjMp6F1k659V=ZGB8g@mail.gmail.com

Fren Zeee <frenzeee@gmail.com> writes:

> On Sat, Jul 31, 2010 at 12:33 PM, Fren Zeee <frenzeee@gmail.com> wrote:
>> On Sat, Jul 31, 2010 at 1:01 AM, David Kastrup <dak@gnu.org> wrote:
>>> 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) " \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, My problem is that I want to see the function definition of next-line.
>>
> ie lisp code without having to search, find which file has it and then
> open it.

Emacs does all the work for you, so why do you complain?

> On some platforms, I dont have the source and its an unnecessary
> interruption in the work to go and make the detour to search for it.

Distributing Emacs without corresponding source to the byte code is a
violation of its license.

Byte code is byte code.  You can't turn byte code back into Elisp.  If
you want to look at the byte code in a more readable form than that used
by just printing its Lisp forms, you can use M-x disassemble on the
compiled command.

That is most certainly not the corresponding source code, but you
_refuse_ to read the corresponding source code for whatever twisted
reason.

-- 
David Kastrup




  parent reply	other threads:[~2010-08-01  6:36 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
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 [this message]
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=87fwyy261p.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.