summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-12-30 15:58:49 +0000
committerRichard M. Stallman <rms@gnu.org>1995-12-30 15:58:49 +0000
commit3758270bb55e0831e1c502203ebf0401612ba6ae (patch)
tree3932a5cbf39a438b11aa08e9438e548dbb1ad5a2 /lispref
parent321ed3c535ca90cd99eb22a8e6d8bceb4ced4662 (diff)
downloademacs-3758270bb55e0831e1c502203ebf0401612ba6ae.tar.gz
Explain style of "done" messages.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/tips.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/lispref/tips.texi b/lispref/tips.texi
index 76cd3427eef..3d46466832b 100644
--- a/lispref/tips.texi
+++ b/lispref/tips.texi
@@ -225,6 +225,13 @@ An error message should start with a capital letter but should not end
with a period.
@item
+Many commands that take a long time to execute display a message that
+says @samp{Operating...} when they start, and change it to
+@samp{Operating...done} when they finish. Please keep the style of
+these messages uniform: @emph{no} space around the ellipsis, and
+@emph{no} period at the end.
+
+@item
Try to avoid using recursive edits. Instead, do what the Rmail @kbd{e}
command does: use a new local keymap that contains one command defined
to switch back to the old local keymap. Or do what the