From: Richard Stallman <rms@gnu.org>
To: David Kastrup <dak@gnu.org>
Cc: johnw@newartisans.com, emacs-devel@gnu.org,
monnier@iro.umontreal.ca, rgm@gnu.org, carsten.dominik@gmail.com
Subject: Re: recent changes to org files
Date: Tue, 23 Oct 2007 22:50:03 -0400 [thread overview]
Message-ID: <E1IkWJn-0001CT-RS@fencepost.gnu.org> (raw)
In-Reply-To: <86bqaq6pza.fsf@lola.quinscape.zz> (message from David Kastrup on Tue, 23 Oct 2007 13:16:09 +0200)
If calling `next-line' is really correct in org-mode, it ought to be
called inside (with-no-warnings ...) to (1) suppress the compiler
warning and (2) show programmers "yes we really mean this, it wasn't a
dumb mistake".
Thus, the code that called `next-line' needed to be fixed one way or another.
If not by changing to `forward-line' then by adding `with-no-warnings'.
At the same time, this shows the need to look more closely at a program
before changing `next-line' to `forward-line'. That change is only safe
if point is at the beginning of a line. So you need to check that that is
always so, before making the change.
next prev parent reply other threads:[~2007-10-24 2:50 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-22 22:28 recent changes to org files Glenn Morris
2007-10-22 22:57 ` John Wiegley
2007-10-23 0:57 ` Stefan Monnier
2007-10-23 9:18 ` Carsten Dominik
2007-10-23 9:48 ` Carsten Dominik
2007-10-23 10:06 ` Juanma Barranquero
2007-10-23 10:08 ` David Kastrup
2007-10-23 10:36 ` Carsten Dominik
2007-10-23 11:11 ` Juanma Barranquero
2007-10-23 11:39 ` Carsten Dominik
2007-10-23 11:44 ` Juanma Barranquero
2007-10-23 11:54 ` Carsten Dominik
2007-10-23 12:06 ` Juanma Barranquero
2007-10-23 20:19 ` Carsten Dominik
2007-10-23 21:58 ` Stefan Monnier
2007-10-23 11:16 ` David Kastrup
2007-10-23 11:34 ` Carsten Dominik
2007-10-23 11:49 ` Juanma Barranquero
2007-10-24 2:50 ` Richard Stallman
2007-10-23 11:59 ` David Kastrup
2007-10-23 12:06 ` Carsten Dominik
2007-10-24 2:50 ` Richard Stallman
2007-10-23 14:43 ` Stefan Monnier
2007-10-23 20:09 ` Carsten Dominik
2007-10-24 2:50 ` Richard Stallman [this message]
2007-10-24 3:33 ` Carsten Dominik
2007-10-29 7:30 ` Glenn Morris
2007-10-29 22:21 ` John Wiegley
2007-10-30 6:34 ` Carsten Dominik
2007-10-23 10:30 ` Miles Bader
2007-10-23 2:11 ` Miles Bader
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=E1IkWJn-0001CT-RS@fencepost.gnu.org \
--to=rms@gnu.org \
--cc=carsten.dominik@gmail.com \
--cc=dak@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=johnw@newartisans.com \
--cc=monnier@iro.umontreal.ca \
--cc=rgm@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.