From: "Richard M. Stallman" <rms@gnu.org>
Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org
Subject: Re: dolist?
Date: Sun, 03 Jul 2005 16:42:49 -0400 [thread overview]
Message-ID: <E1DpBIf-00024p-37@fencepost.gnu.org> (raw)
In-Reply-To: <f7ccd24b05070214122c6bebd6@mail.gmail.com> (message from Juanma Barranquero on Sat, 2 Jul 2005 23:12:04 +0200)
(mapc #'(lambda (x) (message "...%s" x)) '(1 2 3 4))
In *Messages* =>
...4
Seems like a "feature" of the messages, when using "...".
This feature is very useful--it prevents a series of progress
messages from cluttering up *Messages*.
It ought to be better documented, though. I explained this in the
Lisp Manual.
Drew Adams wrote:
Yes, but it should not be hard-wired into the standard message function.
There's no need for that. *Message* is meant to provide convenient
info for the user. Giving programs "full control over *Message*" is
not the goal. (But they can get it by editing the buffer directly.)
That is, if you ever want more than just the last "..." message to show up
in *Messages*, you're out of luck. The standard `message' function should be
more general (standard).
That would be tantamount to disabling the feature most of the time.
It would make things worse, not better. We will not make that change.
next prev parent reply other threads:[~2005-07-03 20:42 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-02 11:43 dolist? Lennart Borgman
2005-07-02 18:33 ` dolist? Lennart Borgman
2005-07-02 20:09 ` dolist? Lennart Borgman
2005-07-02 20:41 ` dolist? - same result on 21.3 Lennart Borgman
2005-07-02 21:46 ` Drew Adams
2005-07-02 21:01 ` dolist? Miles Bader
2005-07-02 21:01 ` dolist? David Ponce
2005-07-02 21:12 ` dolist? Juanma Barranquero
2005-07-02 21:27 ` dolist? Lennart Borgman
2005-07-02 21:33 ` dolist? Juanma Barranquero
2005-07-02 21:40 ` dolist? Lennart Borgman
2005-07-02 22:33 ` dolist? Adrian Aichner
2005-07-02 21:46 ` dolist? David Ponce
2005-07-02 22:07 ` dolist? Lennart Borgman
2005-07-02 22:44 ` dolist? Drew Adams
2005-07-02 22:12 ` dolist? Drew Adams
2005-07-02 23:35 ` dolist? Miles Bader
2005-07-02 23:50 ` dolist? Drew Adams
2005-07-02 21:50 ` dolist? Drew Adams
2005-07-02 21:28 ` dolist? Juanma Barranquero
2005-07-03 20:42 ` Richard M. Stallman [this message]
2005-07-03 23:09 ` dolist? Drew Adams
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=E1DpBIf-00024p-37@fencepost.gnu.org \
--to=rms@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=lennart.borgman.073@student.lu.se \
/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.