GNU bug report logs -
#7234
24.0.50; strange message after text-scale-adjust
Previous Next
Reported by: Kenichi Handa <handa <at> m17n.org>
Date: Mon, 18 Oct 2010 04:06:01 UTC
Severity: normal
Found in version 24.0.50
Done: Kenichi Handa <handa <at> m17n.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 18 Oct 2010 19:55:39 +0900
with message-id <tl739s3ixck.fsf <at> m17n.org>
and subject line Re: bug#7234: 24.0.50; strange message after text-scale-adjust
has caused the GNU bug report #7234,
regarding 24.0.50; strange message after text-scale-adjust
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
7234: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7234
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
When I start emacs as this:
% emacs -Q
and type:
ESC : (text-scale-adjust 1) RET C-b
"(2)" is shown in the echo area.
With a file "~/temp" that contains only "abc\n", when I
start emacs as this:
% emacs -Q ~/temp
and type:
ESC : (text-scale-adjust 1) RET C-f
"(6)" is shown. When I type C-e instead of C-f above, "(5)"
is shown. It seems that the number shown corresponds to the
character code of the last command.
This happesn both with emacs-23 and trunk branches.
---
Kenichi Handa
handa <at> m17n.org
[Message part 3 (message/rfc822, inline)]
In article <E1P7jwu-0005UJ-KX <at> fencepost.gnu.org>, Eli Zaretskii <eliz <at> gnu.org> writes:
> > From: Kenichi Handa <handa <at> m17n.org>
> > Date: Mon, 18 Oct 2010 13:09:29 +0900
> > Cc:
> >
> > ESC : (text-scale-adjust 1) RET C-b
> >
> > "(2)" is shown in the echo area.
> >
> > ESC : (text-scale-adjust 1) RET C-f
> >
> > "(6)" is shown. When I type C-e instead of C-f above, "(5)"
> > is shown. It seems that the number shown corresponds to the
> > character code of the last command.
> That's because text-scale-adjust does at its end
> (push ev unread-command-events)))
> and `push' returns its first argument.
Ah, I see. Thank you for the explanation. I didn't realize
that when I typed C-f (or C-b), text-scale-adjust was not
yet finished. It would be better that read-event call in
text-scale-adjust has some prompt:
e.g. (read-event "+,-,0 for further adjustment: ")
Anyway, I'll close this bug.
---
Kenichi Handa
handa <at> m17n.org
This bug report was last modified 14 years and 222 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.