all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Andreas Röhler" <andreas.roehler@online.de>
To: emacs-devel@gnu.org
Cc: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: Useless change in lisp.el?
Date: Mon, 26 Nov 2007 19:33:33 +0100	[thread overview]
Message-ID: <200711261933.34472.andreas.roehler@online.de> (raw)
In-Reply-To: <200711261914.34853.andreas.roehler@online.de>

Am Montag, 26. November 2007 19:14 schrieb Andreas Röhler:
> Am Montag, 26. November 2007 16:09 schrieben Sie:
> > > -The function (of no args) should go to the line on which the current
> > > -defun starts, and return non-nil, or should return nil if it can't
> > > -find the beginning.")
> > > +The function takes the same argument as `beginning-of-defun' and
> > > should +behave similarly, returning non-nil if it found the beginning
> > > of a defun. +Ideally it should move to a point right before an
> > > open-paren which encloses +the body of the defun.")
> > >
> > > As `beginning-of-defun-function' expressivly is
> > > introduced for all possible function definitions, it
> > > makes no sence to require or even to mention an open
> > > paren.
> >
> > Sure it does: end-of-defun does basically
> > "(progn (beginning-of-defun-raw) (forward-sexp)", so if
> > beginning-of-defun-function stops right before an "open paren",
> > end-of-defun will do the right thing.  Otherwise, the programmer will
> > have to supply his own end-of-defun-function.
>
> I read here
>
>   (and (beginning-of-defun-raw arg)
>        (progn (beginning-of-line) t)))
>
No,just see I missed your point in this question.

Anyway, it doesn't change the original case.

Andreas 

  reply	other threads:[~2007-11-26 18:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-25 16:55 Useless change in lisp.el? Andreas Röhler
2007-11-26 15:09 ` Stefan Monnier
2007-11-26 18:14   ` Andreas Röhler
2007-11-26 18:33     ` Andreas Röhler [this message]
2007-11-26 19:26     ` Stefan Monnier
2007-11-26 19:58       ` Andreas Röhler

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=200711261933.34472.andreas.roehler@online.de \
    --to=andreas.roehler@online.de \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.