From: Eli Zaretskii <eliz@gnu.org>
To: Adam Porter <adam@alphapapa.net>
Cc: 69666@debbugs.gnu.org
Subject: bug#69666: [PATCH] (vtable-update-object): Make old-object argument optional
Date: Thu, 14 Mar 2024 11:00:51 +0200 [thread overview]
Message-ID: <867ci5b324.fsf@gnu.org> (raw)
In-Reply-To: <29c23366-b37c-422e-81f0-f0508e79460f@alphapapa.net> (message from Adam Porter on Fri, 8 Mar 2024 23:51:33 -0600)
> Date: Fri, 8 Mar 2024 23:51:33 -0600
> From: Adam Porter <adam@alphapapa.net>
>
> Please see the attached patch which makes `vtable-update-object' easier
> to use in the common case of updating an existing object's
> representation in a table (rather than replacing it with another object).
Thanks, I have some minor comments below.
> Subject: [PATCH] (vtable-update-object): Make old-object argument optional
Since this changes the API of a public function, we need to call this
out in NEWS.
> +@defun vtable-update-object table object &optional old-object
> +Change @var{old-object} into @var{object} in @var{table}; or, without
> +@var{old-object}, update existing @var{object} in @var{table}. This
> +also updates the displayed table.
This is backwards: the documentation should first say what happens if
the function is called with just 2 arguments, and then what happens if
the 3rd one is supplied. Like this:
Update @var{object} in @var{table} and redisplay @var{table}.
Optional argument @var{old-object}, if non-@code{nil}, means to
change @var{old-object} into @var{object}.
> +(defun vtable-update-object (table object &optional old-object)
> + "Replace OLD-OBJECT in TABLE with OBJECT.
> +Without OLD-OBJECT, just update existing OBJECT in TABLE."
Same here.
next prev parent reply other threads:[~2024-03-14 9:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-09 5:51 bug#69666: [PATCH] (vtable-update-object): Make old-object argument optional Adam Porter
2024-03-14 9:00 ` Eli Zaretskii [this message]
2024-03-16 0:41 ` Adam Porter
2024-03-16 10:29 ` Eli Zaretskii
2024-03-17 4:29 ` Adam Porter
2024-03-21 10:44 ` Eli Zaretskii
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=867ci5b324.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=69666@debbugs.gnu.org \
--cc=adam@alphapapa.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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.