From: Eli Zaretskii <eliz@gnu.org>
To: Dan Jacobson <jidanni@jidanni.org>
Cc: psainty@orcon.net.nz, 70236-done@debbugs.gnu.org
Subject: bug#70236: Truncating only happening on 900 character long lines in *compilation* buffer
Date: Sat, 13 Apr 2024 12:06:46 +0300 [thread overview]
Message-ID: <864jc5r5qx.fsf@gnu.org> (raw)
In-Reply-To: <865xwt1qtd.fsf@gnu.org> (message from Eli Zaretskii on Sun, 07 Apr 2024 12:10:22 +0300)
> Cc: 70236@debbugs.gnu.org
> Date: Sun, 07 Apr 2024 12:10:22 +0300
> From: Eli Zaretskii <eliz@gnu.org>
>
> > Date: Sun, 07 Apr 2024 13:31:28 +1200
> > From: Phil Sainty <psainty@orcon.net.nz>
> >
> > This will generate the same output as that perl:
> >
> > (cl-loop for n from 100 to 1500 by 100 do
> > (insert (number-to-string n)
> > " [\"" (make-string n (string-to-char
> > (format "%X" (/ n 100))))
> > "\"]\n\n"))
> >
> > If you write that to a file "test" in some temp dir and have
> > a Makefile like this:
> >
> > foo:
> > cat test
> >
> > Then the suggested command will demonstrate the issue:
> >
> > emacs -Q -f compile
> >
> > What you're looking at is the difference between the "900" line
> > (which gets truncated) and all the other lines (which do not).
> >
> > compilation-max-output-line-length is 400
>
> Thanks, should be fixed now on the master branch.
No further comments, so I presume the bug is indeed fixed, and I'm
therefore closing it.
next prev parent reply other threads:[~2024-04-13 9:06 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-06 9:14 bug#70236: Truncating only happening on 900 character long lines in *compilation* buffer Dan Jacobson
2024-04-06 11:01 ` Eli Zaretskii
2024-04-07 6:28 ` Dan Jacobson
2024-04-07 1:31 ` Phil Sainty
2024-04-07 9:10 ` Eli Zaretskii
2024-04-13 9:06 ` Eli Zaretskii [this message]
2024-04-13 11:06 ` Phil Sainty
2024-04-13 12:04 ` Eli Zaretskii
2024-04-13 13:09 ` Phil Sainty
2024-04-13 14:31 ` Eli Zaretskii
2024-04-13 15:45 ` Eli Zaretskii
2024-04-13 23:08 ` Dan Jacobson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=864jc5r5qx.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=70236-done@debbugs.gnu.org \
--cc=jidanni@jidanni.org \
--cc=psainty@orcon.net.nz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).