bug#72915: Docstrings of add-hook and remove-hook improvement?

2024-08-31 Thread Eli Zaretskii
> From: Tomas Nordin > Date: Sat, 31 Aug 2024 12:36:22 + > > The following on top of emacs-30. > > diff --git a/lisp/subr.el b/lisp/subr.el > index 28ba30f584e..e60c4119c60 100644 > --- a/lisp/subr.el > +++ b/lisp/subr.el > @@ -2090,6 +2090,10 @@ add-hook >"Add to the value of HOOK the f

bug#72829: describe-function NEWS* scraper override

2024-08-31 Thread Eli Zaretskii
> Cc: st...@sanityinc.com, Stefan Monnier > From: Stefan Kangas > Date: Sat, 31 Aug 2024 15:26:58 -0700 > > Steve Purcell (in Cc) has been maintaining a relatively complete symbol > to version database here: > > https://github.com/purcell/package-lint/blob/master/data/stdlib-changes > > No

bug#72210: 31.0.50; Feature request: multi-category support in `icomplete-fido-kill'.

2024-08-31 Thread Eli Zaretskii
> From: João Távora > Date: Sat, 31 Aug 2024 23:14:04 +0100 > Cc: fernandodemorais...@gmail.com, 72...@debbugs.gnu.org > > On Sat, Aug 31, 2024 at 8:57 AM Eli Zaretskii wrote: > > > > Ping! Ping! João, please respond. > > I'll not be implementing this. Might be a good idea, who knows. Maybe >

bug#72765: Eglot + Clangd + Company + non-empty suffix = duplicate text

2024-08-31 Thread Dmitry Gutov
On 31/08/2024 15:03, João Távora wrote: Eglot aims primarily at that, since it's what's in Emacs proper. But Eglot also aims at supporting Company in particular as fully as possible. Anyway, I don't have time to investigate this. The :exit-function in eglot.el should be stepped through to under

bug#72829: describe-function NEWS* scraper override

2024-08-31 Thread Bug reports for GNU Emacs, the Swiss army knife of text editors
> Note that his version keeps track of also of `feature`s, and not just > additions but removals as well. It would be nice if our version could > be extended to do the same. Perhaps Steve has some code or ideas that > he would be willing to contribute. Maybe we could offer some way to show all t

bug#60321: 29.0.60; ruby-mode indentation of hash or array as first arg in multiline method call

2024-08-31 Thread Aaron Jensen
Updated patch with more precise variables in the new test. Aaron On Sat, Aug 31, 2024 at 7:41 PM, Aaron Jensen wrote: > I made an attempt at this (attached). It introduces a new variable: > > ruby-bracketed-args-indent > > It is set to t by default and the behavior will be as it was before th

bug#60321: 29.0.60; ruby-mode indentation of hash or array as first arg in multiline method call

2024-08-31 Thread Aaron Jensen
I made an attempt at this (attached). It introduces a new variable: ruby-bracketed-args-indent It is set to t by default and the behavior will be as it was before this patch. If it is something other than t, it will cause enable indentation like this: update({ key => value, other_key: }, {

bug#72757: No symbols in etc/NEWS

2024-08-31 Thread Stefan Kangas
Eli Zaretskii writes: > I made that change, but please note that it is not enough to show each > symbol in NEWS as the default when you type "C-h o". This is because > "C-h o" tests symbol-at-point for being bound, either as a function or > a variable or a face etc., and if the corresponding lib

bug#72915: Docstrings of add-hook and remove-hook improvement?

2024-08-31 Thread Stefan Kangas
Tomas Nordin writes: > diff --git a/lisp/subr.el b/lisp/subr.el > index 28ba30f584e..e60c4119c60 100644 > --- a/lisp/subr.el > +++ b/lisp/subr.el > @@ -2090,6 +2090,10 @@ add-hook >"Add to the value of HOOK the function FUNCTION. > FUNCTION is not added if already present. > > +HOOK should b

bug#72829: describe-function NEWS* scraper override

2024-08-31 Thread Stefan Kangas
Mattias Engdegård writes: > `describe-function` sometimes gives incorrect information about when > certain functions were first introduced. NEWS.unknown can be used to > fix some problems but it only works in one direction and is unable to > help when a function name appears too early. > > A robu

bug#70007: [PATCH] native JSON encoder

2024-08-31 Thread Stefan Kangas
Stefan Monnier writes: >> And against the additional variable to make this more >> backward-compatible? > > Yup. The var would be my second-best choice (and I assume it's > immediately declared obsolete). I tend to agree with Stefan M here.

bug#72210: 31.0.50; Feature request: multi-category support in `icomplete-fido-kill'.

2024-08-31 Thread João Távora
On Sat, Aug 31, 2024 at 8:57 AM Eli Zaretskii wrote: > > Ping! Ping! João, please respond. I'll not be implementing this. Might be a good idea, who knows. Maybe ask Stefan for his opinion. João

bug#72919: 29.1; chart-space-usage in chart.el does not work correctly on windows

2024-08-31 Thread Harm Van der Vegt
Load the builtin chart package. When chart-space-usage is run, targeting any directory, chart fails to find any files and therefore can't create the chart. The expected behavior is that a bar chart is shown, ranking the files of the directory by size. This only fails on my Windows machine, it work

bug#72829: describe-function NEWS* scraper override

2024-08-31 Thread Eli Zaretskii
> From: Mattias Engdegård > Date: Sat, 31 Aug 2024 19:13:48 +0200 > Cc: monn...@iro.umontreal.ca, > 72...@debbugs.gnu.org > > 31 aug. 2024 kl. 12.10 skrev Eli Zaretskii : > > > Should we perhaps mention this in some admin/notes/ files, like > > perhaps the procedure described in make-tarball.tx

bug#72704: 29.4; repunctuate-sentences ignores NO-QUERY

2024-08-31 Thread Brian Green
Seems clear. Thanks, everyone. On Sat, Aug 31, 2024 at 9:09 AM Eli Zaretskii wrote: > > > From: Joseph Turner > > Cc: bria...@gmail.com, r...@gnu.org, 72...@debbugs.gnu.org, > > j...@linkov.net > > Date: Sat, 31 Aug 2024 11:50:35 -0400 > > > > >From dca1c5a6f3b56f7fe9f35f762732400e4e46c757 M

bug#72829: describe-function NEWS* scraper override

2024-08-31 Thread Mattias Engdegård
31 aug. 2024 kl. 12.10 skrev Eli Zaretskii : > Should we perhaps mention this in some admin/notes/ files, like > perhaps the procedure described in make-tarball.txt? Not sure what to say and where so I'll leave that for others. This hack is a bit reactive in nature, but could become a little ver

bug#72888: Confusing descriptive text

2024-08-31 Thread Mattias Engdegård
31 aug. 2024 kl. 18.07 skrev Eli Zaretskii : > SGTM, thanks. Thank you, push with minor tweak to emacs-30.

bug#72704: 29.4; repunctuate-sentences ignores NO-QUERY

2024-08-31 Thread Eli Zaretskii
> From: Joseph Turner > Cc: bria...@gmail.com, r...@gnu.org, 72...@debbugs.gnu.org, j...@linkov.net > Date: Sat, 31 Aug 2024 11:50:35 -0400 > > >From dca1c5a6f3b56f7fe9f35f762732400e4e46c757 Mon Sep 17 00:00:00 2001 > From: Joseph Turner > Date: Sat, 31 Aug 2024 08:15:53 -0400 > Subject: [PAT

bug#72888: Confusing descriptive text

2024-08-31 Thread Eli Zaretskii
> From: Mattias Engdegård > Date: Sat, 31 Aug 2024 16:37:56 +0200 > Cc: maed...@gmail.com, > 72...@debbugs.gnu.org > > 31 aug. 2024 kl. 14.58 skrev Eli Zaretskii : > > > Doesn't that lose useful information? It only tells what is compared > > recursively, but doesn't tell about comparing strin

bug#72704: 29.4; repunctuate-sentences ignores NO-QUERY

2024-08-31 Thread Bug reports for GNU Emacs, the Swiss army knife of text editors
Eli Zaretskii writes: >> From: Joseph Turner >> Cc: bria...@gmail.com, r...@gnu.org, 72...@debbugs.gnu.org, >> j...@linkov.net >> Date: Sat, 31 Aug 2024 08:19:02 -0400 >> >> > Noninteractively, if optional argument NO-QUERY is non-nil, make >> > changes >> > without asking for confirmation.

bug#72831: [PATCH] gnus-icalendar: Allow comments in event replies

2024-08-31 Thread Ferdinand Pieper
The updated patch contains two tests to check replies with and without a comment. Let me know any feedback on these as I have never contributed tests so far and if you prefer to have code and tests split into two commits instead. Otherwise the patch should be good to be applied? Thanks! >From

bug#72888: Confusing descriptive text

2024-08-31 Thread Mattias Engdegård
31 aug. 2024 kl. 14.58 skrev Eli Zaretskii : > Doesn't that lose useful information? It only tells what is compared > recursively, but doesn't tell about comparing strings or integers or > bool-vectors by themselves, which is IMO important. That's a fair point. What about something like: The @c

bug#72788: 30.0.50; multisession--ensure-db: Symbol’s function definition is void: sqlite-open [2 times]

2024-08-31 Thread Bug reports for GNU Emacs, the Swiss army knife of text editors
> Stefan, do we have a way of causing the cl-defmethod dispatch reject a > method due to a failed predicate? The relevant method of > multisession.el says: > > (cl-defmethod multisession-backend-value ((_type (eql 'sqlite)) object) > > How can I modify this (or its callers?) to make this impleme

bug#72829: describe-function NEWS* scraper override

2024-08-31 Thread Bug reports for GNU Emacs, the Swiss army knife of text editors
> Stefan, any comments? No, that looks fine to me. Stefan

bug#72460: [patch] add commands for setting keyboard translations interactively

2024-08-31 Thread Bug reports for GNU Emacs, the Swiss army knife of text editors
>> > +(defcustom key-translate-selection-function #'key-select-translation >> Do we need this? > Short answer: yes. > > I wanted a way for users to customise how the current translation > pairs are presented when they choose one to remove. The initial > motivation was that some users might want to

bug#72888: Confusing descriptive text

2024-08-31 Thread Eli Zaretskii
> From: Mattias Engdegård > Date: Sat, 31 Aug 2024 14:37:26 +0200 > Cc: 麻枝忠 , > 72...@debbugs.gnu.org > > Thank you for making this text better. It can be made even more accurate: > neither integers nor strings or bool-vectors are actually compared > recursively in a useful sense so we shouldn

bug#72704: 29.4; repunctuate-sentences ignores NO-QUERY

2024-08-31 Thread Eli Zaretskii
> From: Joseph Turner > Cc: bria...@gmail.com, r...@gnu.org, 72...@debbugs.gnu.org, j...@linkov.net > Date: Sat, 31 Aug 2024 08:19:02 -0400 > > > Noninteractively, if optional argument NO-QUERY is non-nil, make changes > > without asking for confirmation. To achieve the same effect > >

bug#72888: Confusing descriptive text

2024-08-31 Thread Mattias Engdegård
Thank you for making this text better. It can be made even more accurate: neither integers nor strings or bool-vectors are actually compared recursively in a useful sense so we shouldn't claim that they are, and nowadays both byte-compiled and interpreted closures are compiled but we should note

bug#72915: Docstrings of add-hook and remove-hook improvement?

2024-08-31 Thread Tomas Nordin
Hello List In bug#70820 August 14, Stefan mentions that it is a common confusion to think of the functions in a hook as hooks. It got my attention because I belong to the confused ones every second year or so adding or removing functions from a hook. I suggest the provided patch as a small improv

bug#72704: 29.4; repunctuate-sentences ignores NO-QUERY

2024-08-31 Thread Bug reports for GNU Emacs, the Swiss army knife of text editors
Eli Zaretskii writes: >> From: Joseph Turner >> Cc: Brian Green , r...@gnu.org, 72...@debbugs.gnu.org, >> j...@linkov.net >> Date: Sat, 24 Aug 2024 10:09:10 -0700 >> >> Eli Zaretskii writes: >> >> >> From: Brian Green >> >> Date: Sat, 24 Aug 2024 01:29:11 -0700 >> >> Cc: Eli Zaretskii ,

bug#72765: Eglot + Clangd + Company + non-empty suffix = duplicate text

2024-08-31 Thread João Távora
On Sat, Aug 31, 2024 at 7:47 AM Eli Zaretskii wrote: > > > Date: Sat, 31 Aug 2024 00:23:32 +0300 > > Cc: 72...@debbugs.gnu.org > > From: Dmitry Gutov > > > > On 29/08/2024 14:34, Eli Zaretskii wrote: > > > Is this an Eglot problem or a completion-at-point problem? > > > > Looks like it belongs to

bug#72689: 31.0.50; Proposal to improve string-pixel-width

2024-08-31 Thread Eli Zaretskii
> Date: Sat, 31 Aug 2024 12:51:52 +0200 > Cc: 72689-d...@debbugs.gnu.org > From: David Ponce > > > Thanks, installed on the master branch, and closing the bug. > > Many thanks! > > Looking at the new version of string-pixel-width, I realized that I left > a call to erase-buffer that is not nece

bug#72827: [PATCH] Adds NSSpeechRecognitionUsageDescription to Info.plist.in

2024-08-31 Thread Alvaro Ramirez
Eli Zaretskii writes: Cc: 72...@debbugs.gnu.org From: Alvaro Ramirez Date: Fri, 30 Aug 2024 18:45:52 +0100 Stefan Kangas writes: > Alvaro Ramirez writes: > >> Makes sense. The system dialog already includes these >> details, >> but >> happy to modify text in our control further if we sti

bug#72689: 31.0.50; Proposal to improve string-pixel-width

2024-08-31 Thread Bug reports for GNU Emacs, the Swiss army knife of text editors
On 31/08/2024 10:26 AM, Eli Zaretskii wrote: Date: Thu, 22 Aug 2024 16:56:11 +0200 Cc: 72...@debbugs.gnu.org From: David Ponce LGTM, thanks. Thanks. Please find attached 2 patches: 1. with-work-buffer.patch to introduce the new macro with-work-buffer. 2. string-pixel-width.patch to improv

bug#72827: [PATCH] Adds NSSpeechRecognitionUsageDescription to Info.plist.in

2024-08-31 Thread Eli Zaretskii
> Cc: 72...@debbugs.gnu.org > From: Alvaro Ramirez > Date: Fri, 30 Aug 2024 18:45:52 +0100 > > Stefan Kangas writes: > > > Alvaro Ramirez writes: > > > >> Makes sense. The system dialog already includes these details, > >> but > >> happy to modify text in our control further if we still recko

bug#72866: [PATCH] Add ediff-copy-all-X-to-Y functions

2024-08-31 Thread Eli Zaretskii
> From: Paul Nelson > Date: Thu, 29 Aug 2024 08:03:01 +0200 > > This patch binds functions in Ediff that copy all changes from one > buffer to another, without having to manually go through each > difference. Any feedback welcome. Can you describe situation(s) where these commands will be usefu

bug#72788: 30.0.50; multisession--ensure-db: Symbol’s function definition is void: sqlite-open [2 times]

2024-08-31 Thread Eli Zaretskii
> Date: Mon, 26 Aug 2024 10:57:58 +0300 > From: Jean Louis > Cc: 72...@debbugs.gnu.org > > I think it can be closed now. Thanks, I will close if we don't have any better way of handling this situation than signaling an error.

bug#72788: 30.0.50; multisession--ensure-db: Symbol’s function definition is void: sqlite-open [2 times]

2024-08-31 Thread Eli Zaretskii
> Date: Mon, 26 Aug 2024 10:57:43 +0300 > From: Jean Louis > Cc: 72...@debbugs.gnu.org > > * Eli Zaretskii [2024-08-25 08:38]: > > Did you customize multisession-storage to the value 'sqlite? The > > default is 'files. You cannot customize it to use 'sqlite if your > > Emacs doesn't have sqlit

bug#72849: [PATCH] Keep project's exec-path during with-temp-buffer call

2024-08-31 Thread Eli Zaretskii
> Date: Fri, 30 Aug 2024 23:43:57 +0900 > From: kobarity > Cc: 72...@debbugs.gnu.org > > Evgenii Klimov wrote: > > Eli Zaretskii writes: > > > > >> Date: Wed, 28 Aug 2024 00:13:25 +0100 > > >> From: Evgenii Klimov via "Bug reports for GNU Emacs, > > >> the Swiss army knife of text editors" >

bug#45938: [PATCH] Avoid ANSI escape characters (bug#45938)

2024-08-31 Thread Eli Zaretskii
> Date: Thu, 29 Aug 2024 21:20:50 +0900 > From: kobarity > Cc: 45...@debbugs.gnu.org > > > Thanks, this all sounds good. Let's see what kobarity has to say > > about this. > > I confirmed that the patch resolves the issue. Also, Evgenii's survey > seems sufficient. So I agree with this patch.

bug#72829: describe-function NEWS* scraper override

2024-08-31 Thread Eli Zaretskii
> Cc: Stefan Monnier > From: Mattias Engdegård > Date: Tue, 27 Aug 2024 13:35:41 +0200 > > `describe-function` sometimes gives incorrect information about when certain > functions were first introduced. NEWS.unknown can be used to fix some > problems but it only works in one direction and is u

bug#72818: 29.4; Cannot hook with use-package if variable is not `-hook'$

2024-08-31 Thread Eli Zaretskii
> From: John Wiegley > Cc: Marc Fargas , 72...@debbugs.gnu.org > Date: Mon, 26 Aug 2024 11:47:25 -0700 > > > Eli Zaretskii writes: > > > Maybe I'm missing something, but how can use-package configure > > abnormal hooks? It doesn't know which arguments to pass to them, > > right? > > > > J

bug#72778: 31.0.50; Calc: g f doesn't display gnuplot window after closing

2024-08-31 Thread Eli Zaretskii
> Cc: pip...@protonmail.com, 72...@debbugs.gnu.org > Date: Wed, 28 Aug 2024 15:39:21 +0300 > From: Eli Zaretskii > > > Cc: 72...@debbugs.gnu.org > > Date: Wed, 28 Aug 2024 11:01:48 +0200 > > From: Michael Heerdegen via "Bug reports for GNU Emacs, > > the Swiss army knife of text editors" > >

bug#72787: 31.0.50; Invalid describe-function completion candidates

2024-08-31 Thread Eli Zaretskii
> Cc: 72...@debbugs.gnu.org, m...@eshelyaron.com, Pip Cet > > Date: Sun, 25 Aug 2024 22:37:01 -0400 > From: Stefan Monnier via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > >> This appears to be caused by commit > >> 45ae4de0e7ce99c88c62f940f605bca693b8e33f: > >> > >

bug#71646: 29.3; pixel-scroll-precision-mode overrides paging behaviour even when pixel-scroll-precision-interpolate-page is off

2024-08-31 Thread Mike Woolley
I’m quite happy to fix it along the lines I suggested, it’s only a small, low impact change? Thanks, Mike > On 31 Aug 2024, at 10:24, Eli Zaretskii wrote: > > Ping! Should I close this? > >> Cc: m...@bulsara.com, 71...@debbugs.gnu.org >> Date: Sat, 24 Aug 2024 11:43:51 +0300 >> From: Eli Zar

bug#72761: issues with Flymake online documentation

2024-08-31 Thread Eli Zaretskii
> From: Lester Longley > Date: Sun, 25 Aug 2024 10:06:02 -0400 > Cc: 72...@debbugs.gnu.org > > Hi Eli, > > On Sun, Aug 25, 2024 at 8:48 AM Eli Zaretskii wrote: > > Thanks, I've now fixed the relevant HTML page, and also modified the > > script we use to produce HTML manuals to not perform this

bug#70007: [PATCH] native JSON encoder

2024-08-31 Thread Eli Zaretskii
> From: Mattias Engdegård > Date: Sun, 25 Aug 2024 22:08:30 +0200 > Cc: Eli Zaretskii , > Stefan Kangas , > Andrea Corallo , > caso...@gmail.com, > 70...@debbugs.gnu.org > > 25 aug. 2024 kl. 19.55 skrev Stefan Monnier : > > > The variable solution has one advantage: users can (setq ... t) in

bug#72298: Should python-mode-abbrev-table declare :parents python-base-mode-abbrev-table?

2024-08-31 Thread Eli Zaretskii
> Date: Sun, 25 Aug 2024 09:34:19 +0900 > From: kobarity > Cc: 72...@debbugs.gnu.org > > Ship Mints wrote: > > Thank you. Will save confusion for people. > > Thank you for your confirmation. > > I forgot to include the bug ID in the commit message for the previous > patch, so I am attaching a r

bug#72798: 29.4; Documentation issues with Supercite re. filladapt

2024-08-31 Thread Eli Zaretskii
> From: Marc Fargas > Date: Sat, 24 Aug 2024 23:29:33 +0200 > > In particular, on the /Filling Cited Text/ and /What Supercite Does/ > sections: > > There are mentions to some "gin-mode" which I'm not sure it exists > anymore. The only thing I found is some FTP archive [1] with a file > "gin-mod

bug#72573: 29.4; js-mode/JSX: forward-sexp behavior at end of string in JSX fragments

2024-08-31 Thread Eli Zaretskii
> Date: Sat, 24 Aug 2024 16:34:08 +0700 > From: Daan Ro > Cc: Juri Linkov , "dmi...@gutov.dev" > , "72...@debbugs.gnu.org" > <72...@debbugs.gnu.org> > > Since the point is moved in Elisp mode's `(foobar "aaa|" "bbb")` case by > default, I think closing this bug is reasonable. But I really hope

bug#71646: 29.3; pixel-scroll-precision-mode overrides paging behaviour even when pixel-scroll-precision-interpolate-page is off

2024-08-31 Thread Eli Zaretskii
Ping! Should I close this? > Cc: m...@bulsara.com, 71...@debbugs.gnu.org > Date: Sat, 24 Aug 2024 11:43:51 +0300 > From: Eli Zaretskii > > > From: Po Lu > > Cc: m...@bulsara.com, 71...@debbugs.gnu.org > > Date: Sat, 17 Aug 2024 16:24:28 +0800 > > > > Eli Zaretskii writes: > > > > > Ping! >

bug#72704: 29.4; repunctuate-sentences ignores NO-QUERY

2024-08-31 Thread Eli Zaretskii
> From: Joseph Turner > Cc: Brian Green , r...@gnu.org, 72...@debbugs.gnu.org, > j...@linkov.net > Date: Sat, 24 Aug 2024 10:09:10 -0700 > > Eli Zaretskii writes: > > >> From: Brian Green > >> Date: Sat, 24 Aug 2024 01:29:11 -0700 > >> Cc: Eli Zaretskii , r...@gnu.org, 72...@debbugs.gnu.or

bug#72757: No symbols in etc/NEWS

2024-08-31 Thread Eli Zaretskii
> From: Juri Linkov > Cc: Eli Zaretskii , 72...@debbugs.gnu.org > Date: Fri, 23 Aug 2024 09:27:17 +0300 > > > M-: (modify-syntax-entry ?' "\"") RET > > > > in the NEWS buffer and C-h o seems to work everywhere. I am not sure if > > we want ' to be "string quote" or punctuation like " alread

bug#72689: 31.0.50; Proposal to improve string-pixel-width

2024-08-31 Thread Eli Zaretskii
> Date: Thu, 22 Aug 2024 16:56:11 +0200 > Cc: 72...@debbugs.gnu.org > From: David Ponce > > > LGTM, thanks. > > Thanks. Please find attached 2 patches: > > 1. with-work-buffer.patch to introduce the new macro with-work-buffer. > > 2. string-pixel-width.patch to improve `string-pixel-width'.

bug#72739: [PATCH] * lisp/gnus/gnus-sum.el: Handle leafs with children in summary line

2024-08-31 Thread Eli Zaretskii
> From: Blyte Scholar > Date: Tue, 20 Aug 2024 17:44:48 -0400 > > Tags: patch > > > This patch adds customization options which handle the cases where a > thread leaf has both siblings and children. This allows using box > drawing characters to seamlessly connect all messages in a > thread. Pre

bug#72691: Recursive descent in treesiter parse tree

2024-08-31 Thread Eli Zaretskii
> From: Yuan Fu > Date: Mon, 19 Aug 2024 20:38:16 -0700 > Cc: Eli Zaretskii , > 72...@debbugs.gnu.org > > > > > On Aug 18, 2024, at 7:57 AM, Pranshu Sharma > > wrote: > > > > Ok, I found the solution: you have to capture witha function and traverse > > the whole tree recursively > > As y

bug#72624: 31.0.50; minor-mode-overriding-map-alist doesn't have higher priority than local map, which differs from docs

2024-08-31 Thread Eli Zaretskii
> Cc: 72624 <72...@debbugs.gnu.org> > Date: Mon, 19 Aug 2024 17:16:50 +0200 (CEST) > From: Meow King via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > > Emacs will first look for a binding for `return` and if it finds one > > it'll use it in preference to a binding for

bug#72556: 29.1.90; vc-diff does not undo hunk in end of source file

2024-08-31 Thread Eli Zaretskii
> From: Juri Linkov > Cc: Tomas Nordin , Dmitry Gutov , > 72...@debbugs.gnu.org > Date: Mon, 19 Aug 2024 19:49:05 +0300 > > >> To reproduce: > >> > >> $ mkdir apply > >> $ cd apply > >> $ echo "first line of code" > example.file > >> $ git init > >> $ git add . > >> $ git commit -m 'init' > >>

bug#72460: [patch] add commands for setting keyboard translations interactively

2024-08-31 Thread Eli Zaretskii
Ping! Hugo, can you please respond to Stefan's review comments, so we could make progress here? > Cc: 72...@debbugs.gnu.org > Date: Mon, 19 Aug 2024 10:42:43 -0400 > From: Stefan Monnier via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > > I find this sort of thing use

bug#70820: [PATCH] Editable grep buffers

2024-08-31 Thread Visuwesh
[சனி ஆகஸ்ட் 31, 2024] Eli Zaretskii wrote: > Ping! Can we make progress with this issue? I think there were no > objections to your proposal. I will send a proper patch in the coming week then.

bug#72490: edt emulation

2024-08-31 Thread Eli Zaretskii
> Cc: 72...@debbugs.gnu.org > Date: Sat, 17 Aug 2024 12:13:03 +0300 > From: Eli Zaretskii > > > From: Angelo Borsotti > > Date: Tue, 6 Aug 2024 10:28:54 +0200 > > > > I have just downloaded emacs 29.4, and run the edt emulation. > > Emacs prompts me to define the keyboard mapping, which I did.

bug#63555: emacs 29 complains that it can't connect to the display

2024-08-31 Thread Eli Zaretskii
> From: Po Lu > Cc: p.d.oli...@mavit.org.uk, 63...@debbugs.gnu.org > Date: Sat, 17 Aug 2024 16:22:05 +0800 > > Eli Zaretskii writes: > > > Ping! Ping! Po Lu, could you please respond? > > > >> Cc: p.d.oli...@mavit.org.uk, 63...@debbugs.gnu.org > >> Date: Sun, 04 Aug 2024 10:50:53 +0300 > >> Fr

bug#72196: 30.0.60; gnus-search-indexed-search-command passes incorrect maildir argument to mu

2024-08-31 Thread Eli Zaretskii
Ping! Ping! Eric, can you please respond? > Date: Sat, 17 Aug 2024 11:18:10 +0300 > From: Eli Zaretskii > Cc: visuwe...@gmail.com, e...@ericabrahamsen.net, > 72...@debbugs.gnu.org > > Ping! Eric, can you please respond? > > > Cc: 72...@debbugs.gnu.org > > Date: Sun, 04 Aug 2024 10:22:16

bug#72329: Avoid recursion in gnus-message-citation-mode

2024-08-31 Thread Eli Zaretskii
Ping! Ping! Eric, any comments? > Cc: 72...@debbugs.gnu.org, thuna.c...@gmail.com > Date: Sat, 17 Aug 2024 10:29:31 +0300 > From: Eli Zaretskii > > Ping! Eric, any comments? > > > Cc: 72...@debbugs.gnu.org > > Date: Fri, 02 Aug 2024 10:27:54 +0300 > > From: Eli Zaretskii > > > > > From: Thun

bug#72210: 31.0.50; Feature request: multi-category support in `icomplete-fido-kill'.

2024-08-31 Thread Eli Zaretskii
Ping! Ping! João, please respond. > Cc: fernandodemorais...@gmail.com, 72...@debbugs.gnu.org > Date: Sat, 17 Aug 2024 11:08:14 +0300 > From: Eli Zaretskii > > Ping! João, any comments to this issue? > > > Cc: 72...@debbugs.gnu.org > > Date: Thu, 25 Jul 2024 10:42:47 +0300 > > From: Eli Zaretsk

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

2024-08-31 Thread Eli Zaretskii
Ping! How can we make progress with this issue? > From: Troy Brown > Date: Wed, 14 Aug 2024 07:41:36 -0400 > Cc: Felician Nemeth , joaotav...@gmail.com, > 72...@debbugs.gnu.org > > On Wed, Aug 14, 2024 at 2:37 AM Eli Zaretskii wrote: > > > > > From: Felician Nemeth > > > Cc: Troy Brown , joa

bug#70820: [PATCH] Editable grep buffers

2024-08-31 Thread Eli Zaretskii
Ping! Can we make progress with this issue? I think there were no objections to your proposal. > From: Visuwesh > Cc: Eli Zaretskii , 70...@debbugs.gnu.org > Date: Wed, 14 Aug 2024 08:13:42 +0530 > > [செவ்வாய் ஆகஸ்ட் 13, 2024] Stefan Monnier via "Bug reports for GNU Emacs, the > Swiss army kn

bug#71893: 27.1; Gnus pop3 download progress goes over 100%

2024-08-31 Thread Eli Zaretskii
Any progress there? > From: Daniel Bastos > Date: Mon, 12 Aug 2024 09:54:59 -0300 > Cc: j...@jeremybryant.net, 71...@debbugs.gnu.org > > I'll get to it as soon as possible. > > On Sun, Aug 4, 2024 at 4:54 AM Eli Zaretskii wrote: > > > > Ping! Ping! Can we please make some progress here? > > >