From: Eli Zaretskii <eliz@gnu.org>
To: Robert Pluim <rpluim@gmail.com>
Cc: stephen.berman@gmx.net, maurooaranda@gmail.com, emacs-devel@gnu.org
Subject: Re: Start of Emacs 30 release cycle
Date: Tue, 25 Jun 2024 18:57:33 +0300 [thread overview]
Message-ID: <86bk3p9frm.fsf@gnu.org> (raw)
In-Reply-To: <87o77p9hz7.fsf@gmail.com> (message from Robert Pluim on Tue, 25 Jun 2024 17:09:48 +0200)
> From: Robert Pluim <rpluim@gmail.com>
> Cc: Eli Zaretskii <eliz@gnu.org>, maurooaranda@gmail.com, emacs-devel@gnu.org
> Date: Tue, 25 Jun 2024 17:09:48 +0200
>
> Stephen> I haven't changed indent-tabs-mode: its global value is the default t
> Stephen> but in buffers under emacs/lisp nil. And the diffs don't look funny to
> Stephen> me; how do they look funny to you?
>
> eg this hunk:
>
> (defsubst widget-type (widget)
> @@ -2452,10 +2475,16 @@ 'checkbox
> (defun widget-checkbox-action (widget &optional event)
> "Toggle checkbox, notify parent, and set active state of sibling."
> (widget-toggle-action widget event)
> - (let ((sibling (widget-get-sibling widget)))
> + (let* ((sibling (widget-get-sibling widget))
> + (from (widget-get sibling :from))
> + (to (widget-get sibling :to)))
>
> Thereʼs a tab on the line for 'to', but the line for 'from' uses spaces.
The original .dir-locals.el also has TABs.
next prev parent reply other threads:[~2024-06-25 15:57 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-23 13:44 Start of Emacs 30 release cycle Eli Zaretskii
2024-06-24 8:32 ` Stephen Berman
2024-06-24 12:47 ` Eli Zaretskii
2024-06-24 13:49 ` Stephen Berman
2024-06-24 15:05 ` Eli Zaretskii
2024-06-25 10:41 ` Stephen Berman
2024-06-25 13:48 ` Eli Zaretskii
2024-06-26 6:45 ` Stephen Berman
2024-06-25 14:10 ` Robert Pluim
2024-06-25 14:48 ` Stephen Berman
2024-06-25 15:09 ` Robert Pluim
2024-06-25 15:57 ` Eli Zaretskii [this message]
2024-06-26 6:53 ` Stephen Berman
2024-06-26 9:27 ` Robert Pluim
2024-07-01 13:15 ` nxml comments fix (was: Start of Emacs 30 release cycle) Konstantin Kharlamov
2024-07-01 13:41 ` Eli Zaretskii
2024-07-01 14:00 ` Konstantin Kharlamov
-- strict thread matches above, loose matches on Subject: below --
2024-06-26 6:48 Start of Emacs 30 release cycle Pedro Andres Aranda Gutierrez
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=86bk3p9frm.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=maurooaranda@gmail.com \
--cc=rpluim@gmail.com \
--cc=stephen.berman@gmx.net \
/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).