From: Eli Zaretskii <eliz@gnu.org>
To: dick <dick.r.chiang@gmail.com>
Cc: luangruo@yahoo.com, 61268@debbugs.gnu.org
Subject: bug#61268: 30.0.50; [PATCH] Deprecate called-interactively-p
Date: Sun, 05 Feb 2023 11:18:17 +0200 [thread overview]
Message-ID: <83mt5ssc6e.fsf@gnu.org> (raw)
In-Reply-To: <87pmaptfra.fsf@dick> (message from dick on Sat, 04 Feb 2023 14:03:21 -0500)
> Cc: luangruo@yahoo.com
> From: dick <dick.r.chiang@gmail.com>
> Date: Sat, 04 Feb 2023 14:03:21 -0500
>
> For an individual notorious for mangling interfaces
> (window-text-pixel-size, set-window-vscroll), why continue
> to support a method that *reduces* such mangling?
>
> git log -p --since="2021-10-01" --author luangruo -- | perl -ne 'chomp; $line = $_;
> if ($line =~ /^[ -]((DEFUN\s\()|[a-z]\S+\s\()/) {
> $prim = 1 if $2;
> $new = "";
> substr($line,0,1) = "-";
> $old = "$line\n";
> } elsif ($old && $line =~ /^[-]/) {
> $old .= "$line\n" if $line =~ /[(),]/;
> } elsif ($old && $line =~ /^\+/) {
> $new .= "$line\n" if $line =~ /[(),]/;
> if (!$prim && $new =~ /\)\s*$/ ||
> $prim && $new =~ /\d,\s*\d,\s*\d/) {
> print $old;
> print $new;
> $prim = $old = $new = "";
> }
> } else {
> $prim = $old = $new = "";
> }'
Is this a bug report? If so, what is the bug, and how to reproduce
it?
next prev parent reply other threads:[~2023-02-05 9:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-03 17:19 bug#61268: 30.0.50; [PATCH] Deprecate called-interactively-p dick.r.chiang
2023-02-04 8:46 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-04 19:03 ` dick
2023-02-05 9:18 ` Eli Zaretskii [this message]
2023-02-05 9:57 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
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=83mt5ssc6e.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=61268@debbugs.gnu.org \
--cc=dick.r.chiang@gmail.com \
--cc=luangruo@yahoo.com \
/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).