GNU bug report logs -
#13841
24.3.50; Regression - unreadable `C-h k' help
Previous Next
Reported by: "Drew Adams" <drew.adams <at> oracle.com>
Date: Thu, 28 Feb 2013 17:04:02 UTC
Severity: minor
Tags: fixed
Merged with 20157,
20942,
39848
Found in versions 24.3.50, 25.0.50, 26.3
Fixed in version 27.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
emacs -Q
C-h k
Then choose menu item Options > Line Wrapping in This Buffer > Truncate
Long Lines.
You see binary output instead of useful help:
<menu-bar> <options> <line-wrapping> <truncate> runs the command #[nil
"ILLEGIBLE, INCOMPREHENSIBLE BINARY INCANTATIONS" [visual-line-mode
word-wrap 0 nil toggle-truncate-lines 1] 2 nil nil], which is an
interactive compiled Lisp function.
It is bound to <menu-bar> <options> <line-wrapping> <truncate>.
(anonymous)
Not documented.
For reference wrt this regression, this is what Emacs 23.4 shows
instead - much more readable and helpful:
<menu-bar> <options> <line-wrapping> <truncate> runs the command
(lambda nil (interactive) (if visual-line-mode (visual-line-mode 0))
(setq word-wrap nil) (toggle-truncate-lines 1)), which is an
interactive Lisp function.
It is bound to <menu-bar> <options> <line-wrapping> <truncate>.
(anonymous)
Not documented.
In GNU Emacs 24.3.50.1 (i386-mingw-nt5.1.2600)
of 2013-02-25 on ODIEONE
Bzr revision: 111879 yamaoka <at> jpl.org-20130225224731-cv9gznq5nqf3ei7g
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
`configure --with-gcc (4.7) --no-opt --enable-checking --cflags
-IC:/Devel/emacs/build/include --ldflags -LC:/Devel/emacs/build/lib'
This bug report was last modified 5 years and 81 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.