GNU bug report logs -
#73623
sort-lines fails
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73623 in the body.
You can then email your comments to 73623 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#73623
; Package
emacs
.
(Fri, 04 Oct 2024 04:47:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Worik Stanton <worik.stanton <at> tirotech.co.nz>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 04 Oct 2024 04:47:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Emacs 29.4.50
Debian 12.7
Given the following text in the selection:
path_assets:assets.getAssetDir(),
path_images:get_image_path(),
product: job_info.product ?? "\\textless Not Specified \\textgreater ",
user: get_poa_user(),
pop_rates: converted_pop_map,
The command `sort-lines` does not change the order
Modes:
Minor modes enabled in this buffer: Anzu Auto-Save Company
Display-Line-Numbers Eldoc Flycheck Font-Lock Hs Tide-Hl-Identifier
Tide Tree-Sitter-Hl Tree-Sitter
The major mode is typescript mode defined in typescript-mode.el:
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#73623
; Package
emacs
.
(Fri, 04 Oct 2024 07:04:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 73623 <at> debbugs.gnu.org (full text, mbox):
> From: Worik Stanton <worik.stanton <at> tirotech.co.nz>
> Date: Fri, 4 Oct 2024 10:47:37 +1300
>
> Emacs 29.4.50
> Debian 12.7
>
> Given the following text in the selection:
>
> path_assets:assets.getAssetDir(),
> path_images:get_image_path(),
> product: job_info.product ?? "\\textless Not Specified \\textgreater ",
> user: get_poa_user(),
> pop_rates: converted_pop_map,
>
> The command `sort-lines` does not change the order
I cannot reproduce this, and least not if I paste the above text into
a new buffer under Fundamental mode. Did you mark the text to make
the region include all of it, before invoking sort-lines? When
invoked interactively, that command sorts lines inside the region, so
you must mark all of those lines first. You say "text in the
selection", but I don't understand whether this means the region or
something else.
So please show a reproducible recipe starting from "emacs -Q" to
exhibit this problematic behavior. If you need to enable some
non-default modes to produce the problem, please state those modes
explicitly in the recipe.
Thanks.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#73623
; Package
emacs
.
(Sat, 19 Oct 2024 07:02:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 73623 <at> debbugs.gnu.org (full text, mbox):
Ping! Worik, could you please post the details I asked for, so we
could investigate this issue?
> Cc: 73623 <at> debbugs.gnu.org
> Date: Fri, 04 Oct 2024 10:03:07 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
>
> > From: Worik Stanton <worik.stanton <at> tirotech.co.nz>
> > Date: Fri, 4 Oct 2024 10:47:37 +1300
> >
> > Emacs 29.4.50
> > Debian 12.7
> >
> > Given the following text in the selection:
> >
> > path_assets:assets.getAssetDir(),
> > path_images:get_image_path(),
> > product: job_info.product ?? "\\textless Not Specified \\textgreater ",
> > user: get_poa_user(),
> > pop_rates: converted_pop_map,
> >
> > The command `sort-lines` does not change the order
>
> I cannot reproduce this, and least not if I paste the above text into
> a new buffer under Fundamental mode. Did you mark the text to make
> the region include all of it, before invoking sort-lines? When
> invoked interactively, that command sorts lines inside the region, so
> you must mark all of those lines first. You say "text in the
> selection", but I don't understand whether this means the region or
> something else.
>
> So please show a reproducible recipe starting from "emacs -Q" to
> exhibit this problematic behavior. If you need to enable some
> non-default modes to produce the problem, please state those modes
> explicitly in the recipe.
>
> Thanks.
>
>
>
>
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#73623
; Package
emacs
.
(Sun, 20 Oct 2024 19:20:04 GMT)
Full text and
rfc822 format available.
Message #14 received at 73623 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Sat, 19 Oct 2024 at 20:00, Eli Zaretskii <eliz <at> gnu.org> wrote:
> Ping! Worik, could you please post the details I asked for, so we
> could investigate this issue?
>
Sorry this dropped off my radar.
Looking at my example I think that I made an elementary mistake, the line
"pop_rates: converted_pop_map" starts with some whitespace.
The original file is not available any more, so I do not know what white
space it was.
I did think that white space sorts differently from that, whatever, I made
a mistake, and I am sorry for wasting your time.
Thank you for your attention, albeit to me being foolish.
Worik
> > Cc: 73623 <at> debbugs.gnu.org
> > Date: Fri, 04 Oct 2024 10:03:07 +0300
> > From: Eli Zaretskii <eliz <at> gnu.org>
> >
> > > From: Worik Stanton <worik.stanton <at> tirotech.co.nz>
> > > Date: Fri, 4 Oct 2024 10:47:37 +1300
> > >
> > > Emacs 29.4.50
> > > Debian 12.7
> > >
> > > Given the following text in the selection:
> > >
> > > path_assets:assets.getAssetDir(),
> > > path_images:get_image_path(),
> > > product: job_info.product ?? "\\textless Not Specified
> \\textgreater ",
> > > user: get_poa_user(),
> > > pop_rates: converted_pop_map,
> > >
> > > The command `sort-lines` does not change the order
> >
> > I cannot reproduce this, and least not if I paste the above text into
> > a new buffer under Fundamental mode. Did you mark the text to make
> > the region include all of it, before invoking sort-lines? When
> > invoked interactively, that command sorts lines inside the region, so
> > you must mark all of those lines first. You say "text in the
> > selection", but I don't understand whether this means the region or
> > something else.
> >
> > So please show a reproducible recipe starting from "emacs -Q" to
> > exhibit this problematic behavior. If you need to enable some
> > non-default modes to produce the problem, please state those modes
> > explicitly in the recipe.
> >
> > Thanks.
> >
> >
> >
> >
>
[Message part 2 (text/html, inline)]
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Sun, 27 Oct 2024 11:37:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Worik Stanton <worik.stanton <at> tirotech.co.nz>
:
bug acknowledged by developer.
(Sun, 27 Oct 2024 11:37:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 73623-done <at> debbugs.gnu.org (full text, mbox):
> From: Worik Stanton <worik.stanton <at> tirotech.co.nz>
> Date: Mon, 21 Oct 2024 08:17:17 +1300
> Cc: 73623 <at> debbugs.gnu.org
>
> On Sat, 19 Oct 2024 at 20:00, Eli Zaretskii <eliz <at> gnu.org> wrote:
>
> Ping! Worik, could you please post the details I asked for, so we
> could investigate this issue?
>
> Sorry this dropped off my radar.
>
> Looking at my example I think that I made an elementary mistake, the line "pop_rates: converted_pop_map"
> starts with some whitespace.
>
> The original file is not available any more, so I do not know what white space it was.
>
> I did think that white space sorts differently from that, whatever, I made a mistake, and I am sorry for wasting
> your time.
>
> Thank you for your attention, albeit to me being foolish.
OK, thanks. I'm therefore closing this bug.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 24 Nov 2024 12:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 209 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.