* bug#34049: 26.1; Minor typo in C-h t TUTORIAL
@ 2019-01-11 23:13 孙庆耀
2019-01-12 6:49 ` Eli Zaretskii
0 siblings, 1 reply; 5+ messages in thread
From: 孙庆耀 @ 2019-01-11 23:13 UTC (permalink / raw)
To: 34049
On Line 707 of the builtin TUTORIAL, it says
> If the computer crashes, you can recover your auto-saved editing by
> finding the file normally (the file you were editing, not the auto
> save file) and then typing M-x recover-this-file <Return>. When it
> asks fo confirmation, type yes<Return> to go ahead and recover the
> auto-save data.
Here `asks fo confirmation' should be `asks for conformation'.
In GNU Emacs 26.1 (build 1, x86_64-apple-darwin14.5.0, NS appkit-1348.17 Version 10.10.5 (Build 14F2511))
of 2018-05-31 built on builder10-10.porkrind.org
Windowing system distributor 'Apple', version 10.3.1671
Recent messages:
x is undefined
Save file /Users/nalzok/TUTORIAL? (y, n, !, ., q, C-r, d or C-h)
Save file /Users/nalzok/TUTORIAL? (y, n, !, ., q, C-r, d or C-h) y
Saving file /Users/nalzok/TUTORIAL...
Wrote /Users/nalzok/TUTORIAL
Mark set
Replaced 2 occurrences
Undo!
delete-backward-char: Text is read-only
completing-read-default: Command attempted to use minibuffer while in minibuffer
Configured using:
'configure --with-ns '--enable-locallisppath=/Library/Application
Support/Emacs/${version}/site-lisp:/Library/Application
Support/Emacs/site-lisp' --with-modules'
Configured features:
NOTIFY ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS MODULES THREADS
Important settings:
value of $LANG: en_US@calendar=iso8601.UTF-8
locale-coding-system: utf-8-unix
Major mode: Fundamental
Minor modes in effect:
tooltip-mode: t
global-eldoc-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Load-path shadows:
None found.
Features:
(shadow sort mail-extr emacsbug message rmc puny seq byte-opt gv
bytecomp byte-compile cconv dired dired-loaddefs format-spec rfc822 mml
mml-sec password-cache epa derived epg epg-config gnus-util rmail
rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils misearch multi-isearch help-fns radix-tree
novice tutorial help-mode easymenu cl-loaddefs cl-lib elec-pair
time-date tooltip eldoc electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel term/ns-win ns-win ucs-normalize mule-util
term/common-win tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode elisp-mode lisp-mode
prog-mode register page menu-bar rfn-eshadow isearch timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame cl-generic cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932
hebrew greek romanian slovak czech european ethiopic indian cyrillic
chinese composite charscript charprop case-table epa-hook jka-cmpr-hook
help simple abbrev obarray minibuffer cl-preloaded nadvice loaddefs
button faces cus-face macroexp files text-properties overlay sha1 md5
base64 format env code-pages mule custom widget hashtable-print-readable
backquote kqueue cocoa ns multi-tty make-network-process emacs)
Memory information:
((conses 16 209850 11605)
(symbols 48 20361 1)
(miscs 40 480 347)
(strings 32 30133 2200)
(string-bytes 1 795696)
(vectors 16 35754)
(vector-slots 8 731969 12334)
(floats 8 53 541)
(intervals 56 360 1)
(buffers 992 17))
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#34049: 26.1; Minor typo in C-h t TUTORIAL
2019-01-11 23:13 bug#34049: 26.1; Minor typo in C-h t TUTORIAL 孙庆耀
@ 2019-01-12 6:49 ` Eli Zaretskii
2019-01-12 15:18 ` Stephen Berman
2019-01-12 16:19 ` Drew Adams
0 siblings, 2 replies; 5+ messages in thread
From: Eli Zaretskii @ 2019-01-12 6:49 UTC (permalink / raw)
To: 孙庆耀; +Cc: 34049-done
tags 34049 notabug
thanks
> From: 孙庆耀 <sunqingyao19970825@icloud.com>
> Date: Sat, 12 Jan 2019 07:13:57 +0800
>
> On Line 707 of the builtin TUTORIAL, it says
>
> > If the computer crashes, you can recover your auto-saved editing by
> > finding the file normally (the file you were editing, not the auto
> > save file) and then typing M-x recover-this-file <Return>. When it
> > asks fo confirmation, type yes<Return> to go ahead and recover the
> > auto-save data.
>
> Here `asks fo confirmation' should be `asks for conformation'.
No, "confirmation" is correct there. The program asks the user to
confirm that the user indeed wants to recover the session.
Thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#34049: 26.1; Minor typo in C-h t TUTORIAL
2019-01-12 6:49 ` Eli Zaretskii
@ 2019-01-12 15:18 ` Stephen Berman
2019-01-12 16:11 ` Eli Zaretskii
2019-01-12 16:19 ` Drew Adams
1 sibling, 1 reply; 5+ messages in thread
From: Stephen Berman @ 2019-01-12 15:18 UTC (permalink / raw)
To: 34049; +Cc: sunqingyao19970825
On Sat, 12 Jan 2019 08:49:57 +0200 Eli Zaretskii <eliz@gnu.org> wrote:
> tags 34049 notabug
> thanks
>
>> From: 孙庆耀 <sunqingyao19970825@icloud.com>
>> Date: Sat, 12 Jan 2019 07:13:57 +0800
>>
>> On Line 707 of the builtin TUTORIAL, it says
>>
>> > If the computer crashes, you can recover your auto-saved editing by
>> > finding the file normally (the file you were editing, not the auto
>> > save file) and then typing M-x recover-this-file <Return>. When it
>> > asks fo confirmation, type yes<Return> to go ahead and recover the
>> > auto-save data.
>>
>> Here `asks fo confirmation' should be `asks for conformation'.
>
> No, "confirmation" is correct there. The program asks the user to
> confirm that the user indeed wants to recover the session.
>
> Thanks.
The correction contained a typo, but the OP was correct that TUTORIAL
also has a typo:
diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL
index 48ba5dbc07..3f5f116648 100644
--- a/etc/tutorials/TUTORIAL
+++ b/etc/tutorials/TUTORIAL
@@ -704,7 +704,7 @@ Emacs deletes its auto save file.
If the computer crashes, you can recover your auto-saved editing by
finding the file normally (the file you were editing, not the auto
save file) and then typing M-x recover-this-file <Return>. When it
-asks fo confirmation, type yes<Return> to go ahead and recover the
+asks for confirmation, type yes<Return> to go ahead and recover the
auto-save data.
I went ahead and pushed the fix to emacs-26.
Steve Berman
^ permalink raw reply related [flat|nested] 5+ messages in thread
* bug#34049: 26.1; Minor typo in C-h t TUTORIAL
2019-01-12 15:18 ` Stephen Berman
@ 2019-01-12 16:11 ` Eli Zaretskii
0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2019-01-12 16:11 UTC (permalink / raw)
To: Stephen Berman; +Cc: sunqingyao19970825, 34049
> From: Stephen Berman <stephen.berman@gmx.net>
> Cc: eliz@gnu.org, sunqingyao19970825@icloud.com
> Date: Sat, 12 Jan 2019 16:18:36 +0100
>
> diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL
> index 48ba5dbc07..3f5f116648 100644
> --- a/etc/tutorials/TUTORIAL
> +++ b/etc/tutorials/TUTORIAL
> @@ -704,7 +704,7 @@ Emacs deletes its auto save file.
> If the computer crashes, you can recover your auto-saved editing by
> finding the file normally (the file you were editing, not the auto
> save file) and then typing M-x recover-this-file <Return>. When it
> -asks fo confirmation, type yes<Return> to go ahead and recover the
> +asks for confirmation, type yes<Return> to go ahead and recover the
> auto-save data.
>
> I went ahead and pushed the fix to emacs-26.
Thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#34049: 26.1; Minor typo in C-h t TUTORIAL
2019-01-12 6:49 ` Eli Zaretskii
2019-01-12 15:18 ` Stephen Berman
@ 2019-01-12 16:19 ` Drew Adams
1 sibling, 0 replies; 5+ messages in thread
From: Drew Adams @ 2019-01-12 16:19 UTC (permalink / raw)
To: Eli Zaretskii, 孙庆耀; +Cc: 34049-done
> > > If the computer crashes, you can recover your auto-saved editing by
> > > finding the file normally (the file you were editing, not the auto
> > > save file) and then typing M-x recover-this-file <Return>. When it
> > > asks fo confirmation, type yes<Return> to go ahead and recover the
> > > auto-save data.
> >
> > Here `asks fo confirmation' should be `asks for conformation'.
>
> No, "confirmation" is correct there. The program asks the user to
> confirm that the user indeed wants to recover the session.
I'm guessing that the typo he meant to signal was "fo",
which should be "for", not also a change in "confirmation"
to "conformation".
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-01-12 16:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-11 23:13 bug#34049: 26.1; Minor typo in C-h t TUTORIAL 孙庆耀
2019-01-12 6:49 ` Eli Zaretskii
2019-01-12 15:18 ` Stephen Berman
2019-01-12 16:11 ` Eli Zaretskii
2019-01-12 16:19 ` Drew Adams
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).