bug#72597: 30.0.60; Eglot: MarkedString with embedded Carriage Return

2024-09-01 Thread Troy Brown
On Sat, Aug 31, 2024 at 3:55 AM Eli Zaretskii wrote: > > Ping! How can we make progress with this issue? > Just FYI, for the time being I've been using this "return filter" advice on eglot--format-markup which splits all lines irregardless of the EOL marker and rejoins them with a newline. It's

bug#73117: 30.0.90; Imenu missing entries when flattening by group

2024-09-07 Thread Troy Brown
This issue appears to be similar to the issue reported in 70846, but this is specifically regarding when Imenu is configured to flatten into "groups" (as opposed to "annotation" as was reported there). When "imenu-flatten" is set to "group", I see an issue where nested entries, with the same name b

bug#73117: 30.0.90; Imenu missing entries when flattening by group

2024-09-08 Thread Troy Brown
On Sun, Sep 8, 2024 at 2:57 AM Juri Linkov wrote: > > > ``` > > ;; begin > > (progn > > (require 'imenu) > > (dolist (flatten '(prefix group annotation)) > > (setq imenu-flatten flatten) > > > > (imenu-choose-buffer-index (format "(%s) Index item: " flatten) > >

bug#73117: 30.0.90; Imenu missing entries when flattening by group

2024-09-08 Thread Troy Brown
On Sun, Sep 8, 2024 at 12:42 PM Juri Linkov wrote: > > > Maybe using `(setopt completion-auto-help t)` > > and hitting TAB is a better method. > > Or just using `(setopt imenu-eager-completion-buffer nil)` > because otherwise with its default value you need to hit > '?' (minibuffer-completion-help

bug#73117: 30.0.90; Imenu missing entries when flattening by group

2024-09-08 Thread Troy Brown
On Sun, Sep 8, 2024 at 2:28 PM Daniel Mendler wrote: > > Juri Linkov writes: > > > Maybe Daniel (Cc:ed) could help us understand > > why 'completion--insert-horizontal' doesn't display groups. > > If I remember correctly, I didn't add group titles to the horizontal > formatting in order to keep t

bug#72597: 30.0.60; Eglot: MarkedString with embedded Carriage Return

2024-09-08 Thread Troy Brown
On Fri, Sep 6, 2024 at 3:31 PM João Távora wrote: > > I would just ask this server's > devs if they wouldn't mind not sending these odd doc snippets. > I've logged an inquiry with the LS developers. Hopefully we'll at least gain some insight with a rationale. https://github.com/AdaCore/ada_lang