unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#8859: 24.0.50; `display-current-display-table': wrap or pretty-print content
@ 2011-06-13 22:47 Drew Adams
  2011-07-01 14:20 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2011-06-13 22:47 UTC (permalink / raw)
  To: 8859

The *Help* buffer content from `describe-display-table' should be
pretty-printed, or at least wrapped.  Here is an example (dunno how the
mail might wrap this, but the line here is 473 columns wide!

C-l		[10 (32 . 81) (32 . 81) (32 . 81) (32 . 81) (32 . 81) (32 . 81)
(32 . 81) (32 . 81) (32 . 81) (32 . 81) (83 . 81) (101 . 81) (99 . 81) (116 .
81) (105 . 81) (111 . 81) (110 . 81) (32 . 81) (40 . 81) (80 . 81) (114 . 81)
(105 . 81) (110 . 81) (116 . 81) (97 . 81) (98 . 81) (108 . 81) (101 . 81) (32 .
81) (80 . 81) (97 . 81) (103 . 81) (101 . 81) (41 . 81) (32 . 81) (32 . 81) (32
. 81) (32 . 81) (32 . 81) (32 . 81) (32 . 81) (32 . 81) (32 . 81) (32 . 81)]
 

In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
 of 2011-06-13 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.5) --no-opt --cflags
-Ic:/build/include'






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#8859: 24.0.50; `display-current-display-table': wrap or pretty-print content
  2011-06-13 22:47 bug#8859: 24.0.50; `display-current-display-table': wrap or pretty-print content Drew Adams
@ 2011-07-01 14:20 ` Lars Magne Ingebrigtsen
  2011-07-01 15:13   ` Drew Adams
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-01 14:20 UTC (permalink / raw)
  To: Drew Adams; +Cc: 8859

"Drew Adams" <drew.adams@oracle.com> writes:

> The *Help* buffer content from `describe-display-table' should be
> pretty-printed, or at least wrapped.  Here is an example (dunno how the
> mail might wrap this, but the line here is 473 columns wide!
>
> C-l		[10 (32 . 81) (32 . 81) (32 . 81) (32 . 81) (32 . 81) (32 . 81)
> (32 . 81) (32 . 81) (32 . 81) (32 . 81) (83 . 81) (101 . 81) (99 . 81) (116 .
> 81) (105 . 81) (111 . 81) (110 . 81) (32 . 81) (40 . 81) (80 . 81) (114 . 81)
> (105 . 81) (110 . 81) (116 . 81) (97 . 81) (98 . 81) (108 . 81) (101 . 81) (32 .
> 81) (80 . 81) (97 . 81) (103 . 81) (101 . 81) (41 . 81) (32 . 81) (32 . 81) (32
> . 81) (32 . 81) (32 . 81) (32 . 81) (32 . 81) (32 . 81) (32 . 81) (32 . 81)]

What buffer are you in when you get this long line?  I've tried
reproducing the bug, but none of my buffers have a display table like
that.  :-)

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#8859: 24.0.50; `display-current-display-table': wrap or pretty-print content
  2011-07-01 14:20 ` Lars Magne Ingebrigtsen
@ 2011-07-01 15:13   ` Drew Adams
  2011-07-02 12:25     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2011-07-01 15:13 UTC (permalink / raw)
  To: 'Lars Magne Ingebrigtsen'; +Cc: 8859

> What buffer are you in when you get this long line?

*Help* buffer.

> I've tried reproducing the bug, but none of my buffers
> have a display table like that.  :-)

To reproduce/test: Download this file, then load it:
http://www.emacswiki.org/emacs/download/pp-c-l.el

Then do `M-x pretty-control-l-display'.
Then do `describe-display-table'.






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#8859: 24.0.50; `display-current-display-table': wrap or pretty-print content
  2011-07-01 15:13   ` Drew Adams
@ 2011-07-02 12:25     ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-02 12:25 UTC (permalink / raw)
  To: Drew Adams; +Cc: 8859

"Drew Adams" <drew.adams@oracle.com> writes:

> To reproduce/test: Download this file, then load it:
> http://www.emacswiki.org/emacs/download/pp-c-l.el
>
> Then do `M-x pretty-control-l-display'.
> Then do `describe-display-table'.

I've now fixed this in Emacs 24.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-02 12:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-13 22:47 bug#8859: 24.0.50; `display-current-display-table': wrap or pretty-print content Drew Adams
2011-07-01 14:20 ` Lars Magne Ingebrigtsen
2011-07-01 15:13   ` Drew Adams
2011-07-02 12:25     ` Lars Magne Ingebrigtsen

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).