* bug#8486: 24.0.50; manual typos @ 2011-04-13 1:41 Sean Sieger 2011-04-13 12:07 ` Juanma Barranquero 0 siblings, 1 reply; 7+ messages in thread From: Sean Sieger @ 2011-04-13 1:41 UTC (permalink / raw) To: 8486 (info "(emacs) Mode Line") The third-to-last paragraph, has `through' instead of `though'. (info "(emacs) Repeating") Maybe it's my limited imagination, but To repeat the command more than once, type additional `z''s: each ^^^^^^ ... has never looked right. `z's' maybe? (info "(emacs) Minibuffer Edit") `accomodate' should be `accommodate'. ^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#8486: 24.0.50; manual typos 2011-04-13 1:41 bug#8486: 24.0.50; manual typos Sean Sieger @ 2011-04-13 12:07 ` Juanma Barranquero 2011-04-13 12:42 ` Sean Sieger 2011-04-13 13:34 ` Eli Zaretskii 0 siblings, 2 replies; 7+ messages in thread From: Juanma Barranquero @ 2011-04-13 12:07 UTC (permalink / raw) To: Sean Sieger; +Cc: 8486-done On Wed, Apr 13, 2011 at 03:41, Sean Sieger <sean.sieger@gmail.com> wrote: > The third-to-last paragraph, has `through' instead of `though'. > `accomodate' should be `accommodate'. Thanks, I've fixed these (and several more instances of "accomodate") on the emacs-23 branch, and a few additional ones on the trunk. > To repeat the command more than once, type additional `z''s: each > > ^^^^^^ > ... has never looked right. `z's' maybe? Ugly, perhaps, but that's not a typo, isn't it? Juanma ^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#8486: 24.0.50; manual typos 2011-04-13 12:07 ` Juanma Barranquero @ 2011-04-13 12:42 ` Sean Sieger 2011-04-13 13:34 ` Eli Zaretskii 1 sibling, 0 replies; 7+ messages in thread From: Sean Sieger @ 2011-04-13 12:42 UTC (permalink / raw) To: Juanma Barranquero; +Cc: bug-gnu-emacs On Wed, Apr 13, 2011 at 8:07 AM, Juanma Barranquero <lekktu@gmail.com> wrote: >> To repeat the command more than once, type additional `z''s: each >> >> ^^^^^^ >> ... has never looked right. `z's' maybe? > > Ugly, perhaps, but that's not a typo, isn't it? Maybe not. Maybe I didn't mean to type `z's', but rather, `z's, yes, my guess, Juanma, is that /a/ single-quoted z is rendered thusly: `z', and that more than one single-quoted z, `z's. (The closing single quote looks like it wants to indicate contraction, say, ``The single-quoted z is getting the best of me,'' but it isn't---not with that opening single quote.) [I see that you've closed this bug.] Thanks for making the corrections. ^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#8486: 24.0.50; manual typos 2011-04-13 12:07 ` Juanma Barranquero 2011-04-13 12:42 ` Sean Sieger @ 2011-04-13 13:34 ` Eli Zaretskii 2011-04-13 13:44 ` Juanma Barranquero 1 sibling, 1 reply; 7+ messages in thread From: Eli Zaretskii @ 2011-04-13 13:34 UTC (permalink / raw) To: Juanma Barranquero; +Cc: 8486 > From: Juanma Barranquero <lekktu@gmail.com> > Date: Wed, 13 Apr 2011 14:07:37 +0200 > Cc: 8486-done@debbugs.gnu.org > > > To repeat the command more than once, type additional `z''s: each > > > > ^^^^^^ > > ... has never looked right. `z's' maybe? > > Ugly, perhaps, but that's not a typo, isn't it? Sort of. It comes from the use of @samp{z}'s or similar in Texinfo. The important part is that this looks right in the printed version of the manual; the emulation we do in Info is less important. So if the Texinfo source uses @code{s} or @kbd{s} or anything but @samp, leave the apostrophe alone; if it uses @samp, remove the apostrophe. That's because @samp produces single quotes in the printed copy as well, while the others don't. ^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#8486: 24.0.50; manual typos 2011-04-13 13:34 ` Eli Zaretskii @ 2011-04-13 13:44 ` Juanma Barranquero 2011-04-13 17:08 ` Eli Zaretskii 0 siblings, 1 reply; 7+ messages in thread From: Juanma Barranquero @ 2011-04-13 13:44 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 8486 On Wed, Apr 13, 2011 at 15:34, Eli Zaretskii <eliz@gnu.org> wrote: > So if the > Texinfo source uses @code{s} or @kbd{s} or anything but @samp, leave > the apostrophe alone; if it uses @samp, remove the apostrophe. In that particular case, it is @kbd{z}: To repeat the command more than once, type additional @kbd{z}'s: each Juanma ^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#8486: 24.0.50; manual typos 2011-04-13 13:44 ` Juanma Barranquero @ 2011-04-13 17:08 ` Eli Zaretskii 2011-04-13 17:18 ` Juanma Barranquero 0 siblings, 1 reply; 7+ messages in thread From: Eli Zaretskii @ 2011-04-13 17:08 UTC (permalink / raw) To: Juanma Barranquero; +Cc: 8486 > From: Juanma Barranquero <lekktu@gmail.com> > Date: Wed, 13 Apr 2011 15:44:48 +0200 > Cc: 8486@debbugs.gnu.org > > To repeat the command more than once, type additional @kbd{z}'s: each So we should leave the apostrophe alone and live with a bit of ugliness in the Info manual. ^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#8486: 24.0.50; manual typos 2011-04-13 17:08 ` Eli Zaretskii @ 2011-04-13 17:18 ` Juanma Barranquero 0 siblings, 0 replies; 7+ messages in thread From: Juanma Barranquero @ 2011-04-13 17:18 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 8486 On Wed, Apr 13, 2011 at 19:08, Eli Zaretskii <eliz@gnu.org> wrote: > So we should leave the apostrophe alone and live with a bit of > ugliness in the Info manual. And so I did. The bug is already closed. Juanma ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-04-13 17:18 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-04-13 1:41 bug#8486: 24.0.50; manual typos Sean Sieger 2011-04-13 12:07 ` Juanma Barranquero 2011-04-13 12:42 ` Sean Sieger 2011-04-13 13:34 ` Eli Zaretskii 2011-04-13 13:44 ` Juanma Barranquero 2011-04-13 17:08 ` Eli Zaretskii 2011-04-13 17:18 ` Juanma Barranquero
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).