> 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
> 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
> 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
>
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
> 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
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
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:
}, {
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
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
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
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.
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
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
> 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
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
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
31 aug. 2024 kl. 18.07 skrev Eli Zaretskii :
> SGTM, thanks.
Thank you, push with minor tweak to emacs-30.
> 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
> 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
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.
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
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
> 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
> Stefan, any comments?
No, that looks fine to me.
Stefan
>> > +(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
> 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
> 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
> >
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
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
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 ,
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
> 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
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
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
> 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
> 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
> 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.
> 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
> 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"
>
> 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.
> 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
> 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
> 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"
> >
> 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:
> >>
> >
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
> 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
> 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
> 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
> 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
> 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
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!
>
> 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
> 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
> 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'.
> 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
> 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
> 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
> 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'
> >>
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
[சனி ஆகஸ்ட் 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.
> 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.
> 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
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
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
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
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
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
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?
> >
>
68 matches
Mail list logo