all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
Cc: 17320@debbugs.gnu.org
Subject: bug#17320: 24.3.90.1[pretest]; bug-sourcing design-flaw
Date: Tue, 29 Apr 2014 11:47:19 -0400	[thread overview]
Message-ID: <ejbnvknnnc.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <53576F2A.5000609@easy-emacs.de> ("Andreas Röhler"'s message of "Wed, 23 Apr 2014 09:43:38 +0200")

Andreas Röhler wrote:

> lisp.el, line 374:
>
>     ;; When comparing point against pos, we want to consider that if
>     ;; point was right after the end of the function, it's still
>     ;; considered as "in that function".
>     ;; E.g. `eval-defun' from right after the last close-paren.
>     (unless (bolp)
>       (skip-chars-forward " \t")
>       (if (looking-at "\\s<\\|\n")
>           (forward-line 1)))
>
>
>
> ;;;;;;;;;
>
> A core function should not do that kind of provisions.
> Employing forward-line, point might end up at the beginning of valid
> code, not at the end.
> Thus beginning and end of functions are in risk being mixed.


I do not find your argument compelling, so will close this as wontfix in
a few weeks, unless anyone provides a more convincing justification.






      reply	other threads:[~2014-04-29 15:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-23  7:43 bug#17320: 24.3.90.1[pretest]; bug-sourcing design-flaw Andreas Röhler
2014-04-29 15:47 ` Glenn Morris [this message]

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=ejbnvknnnc.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=17320@debbugs.gnu.org \
    --cc=andreas.roehler@easy-emacs.de \
    /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.