From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Editions to the Widget Manual Date: Sat, 02 Sep 2023 14:26:53 +0300 Message-ID: <83edjgak8y.fsf@gnu.org> References: <4776bb96-16d4-6d77-d7a8-4fc949070bf5@gmail.com> <83wmx99gvn.fsf@gnu.org> <83fs3wan1r.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38989"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, drew.adams@oracle.com, bovine@cyberscientist.ca To: Mauro Aranda Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Sep 02 13:27:37 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qcOmu-0009uA-7X for ged-emacs-devel@m.gmane-mx.org; Sat, 02 Sep 2023 13:27:36 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qcOmT-0004o1-JV; Sat, 02 Sep 2023 07:27:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qcOmS-0004nY-4B for emacs-devel@gnu.org; Sat, 02 Sep 2023 07:27:08 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qcOmR-0005pa-CM; Sat, 02 Sep 2023 07:27:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=8kniNCZjHyG44iltAdxuhvHpkA1yX2vlFtNnrV42/4I=; b=UGW6aReAp+AAlg/ylmlL mPg75mg950/TkD9va79JcWGlgjIhASxuRhqS3brx2zQUNlgKul9R7r/GEm3fJrGyHmP9mm6h9b+De 9ukqysOehmxjLd9iSUj+Fsw2C5LZjt8RyERESC8rTdA7UBMrllVG85qyuymw+rWxH5VtEUbHmGa78 KZjK/fjvx7lAp/ZD2fF28GNUzHyU0T241zrcUO9I4kDktx32MFzfxOSGGUe6E0g+J3lPNY21IUHXp 2AbOt1OgXsPrgrDhR1yEFdZ3RGhoDKioAbo+I53mMtGPKuiF8A1X0NUkpQ67ovq/sur4W1ecmtnvw qRWmh5hSSJqLWA==; In-Reply-To: (message from Mauro Aranda on Sat, 2 Sep 2023 08:14:53 -0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:309870 Archived-At: > Date: Sat, 2 Sep 2023 08:14:53 -0300 > Cc: emacs-devel@gnu.org, drew.adams@oracle.com, bovine@cyberscientist.ca > From: Mauro Aranda > > On 2/9/23 07:26, Eli Zaretskii wrote: > >> Date: Sat, 2 Sep 2023 07:15:20 -0300 > >> Cc: emacs-devel@gnu.org, drew.adams@oracle.com, bovine@cyberscientist.ca > >> From: Mauro Aranda > >> > >> On 2/9/23 04:25, Eli Zaretskii wrote: > >>  > Do you think the version you have is good enough to install, perhaps > >>  > even on the emacs-29 release branch? > >> > >> I think is good enough, yes.  But I based the changes on what's on > >> master, so I'll have to check if some text needs to be different for the > >> release branch. > >> > >> I'll send the patch as soon as I do that. > > > > Thanks. > > Thanks to you for taking a look at this, really.  I'm just happy to be > able to contribute something back to Emacs. > > As for the changes, I didn't need to adapt anything for the emacs-29 > branch.  I attach a patch against it, in which I also incorporated the > change suggested by Yuan Fu of moving the default widget to its own > subsection.  My next step would be to come up with short examples > demonstrating how to use the more important widgets and functions. > Hopefully it doesn't take me too long. Thanks, I installed this on the emacs-29 branch.