emacs-devel
[Top][All Lists]
Advanced

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

Re: Comment on Emacs Lisp Introduction


From: Fren Zeee
Subject: Re: Comment on Emacs Lisp Introduction
Date: Sat, 31 Jul 2010 00:43:38 -0700

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.

Basically, I want lisp code to see how it maintains to try to got to
the same column below unlike for example

forward-line

Franz

On Fri, Jul 30, 2010 at 7:44 AM, Robert J. Chassell <address@hidden> wrote:
>    But anyway, this question isn't very relevant at all, so, ignore it if you
>    don't see the issue.
>
> I don't see the issue; I agree it is redundant, but the intro is supposed
> to be redundant.  Maybe if I were rewriting it, I would remove some of
> the redundancy; but I am not.
>
> --
>    Robert J. Chassell
>   address@hidden                                 address@hidden
>    http://www.rattlesnake.com                  http://www.teak.cc
>
>



reply via email to

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