GNU bug report logs - #62887
[PATCH] A small supplement and a typo fix for doc/lispref

Previous Next

Package: emacs;

Reported by: Shynur Xie <one.last.kiss <at> outlook.com>

Date: Sun, 16 Apr 2023 18:43:02 UTC

Severity: normal

Tags: patch

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62887 in the body.
You can then email your comments to 62887 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#62887; Package emacs. (Sun, 16 Apr 2023 18:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Shynur Xie <one.last.kiss <at> outlook.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 16 Apr 2023 18:43:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Shynur Xie <one.last.kiss <at> outlook.com>
To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>
Subject: [PATCH] A small supplement and a typo fix for doc/lispref
Date: Sun, 16 Apr 2023 18:37:09 +0000
[Message part 1 (text/plain, inline)]
1. Supplement for doc/lispref/customize.texi (Defining Customization
   Groups): Faces are also stored in the `custom-group' property.

Original:

The variables and subgroups of a group are stored in the custom-group
property of the group's symbol. ...... The value of that property is a
list of pairs whose car is the variable or subgroup symbol and the cdr
is either custom-variable or custom-group.

Updated:

The variables, faces, and subgroups of a group are stored in the
custom-group property of the group's symbol. ...... The value of that
property is a list of pairs whose car is the variable, face, or
subgroup symbol and the cdr is either custom-variable, custom-face, or
custom-group.

Reason:

```
(defgroup shynur/groupA ()
  "")

(defface shynur/groupA-face
  ()
  ""
  :group 'shynur/groupA)

(get 'shynur/groupA 'custom-group)
;; => ((shynur/groupA-face custom-face))
```

_____________________________________________________________________

2. Fix typo for doc/lispref/loading.texi (Emacs Dynamic Modules): Fix
   typo.

Original:

......, if the use typed C-g during the initialization.

Fixed:

......, if the user typed C-g during the initialization.
[0001-A-small-supplement-and-a-typo-fix-for-doc-lispref.patch (application/octet-stream, attachment)]

Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Tue, 18 Apr 2023 12:08:01 GMT) Full text and rfc822 format available.

Notification sent to Shynur Xie <one.last.kiss <at> outlook.com>:
bug acknowledged by developer. (Tue, 18 Apr 2023 12:08:01 GMT) Full text and rfc822 format available.

Message #10 received at 62887-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Shynur Xie <one.last.kiss <at> outlook.com>
Cc: 62887-done <at> debbugs.gnu.org
Subject: Re: bug#62887: [PATCH] A small supplement and a typo fix for
 doc/lispref
Date: Tue, 18 Apr 2023 15:06:58 +0300
> From: Shynur Xie <one.last.kiss <at> outlook.com>
> Date: Sun, 16 Apr 2023 18:37:09 +0000
> msip_labels: 
> 
> 1. Supplement for doc/lispref/customize.texi (Defining Customization
>    Groups): Faces are also stored in the `custom-group' property.
> 
> Original:
> 
> The variables and subgroups of a group are stored in the custom-group
> property of the group's symbol. ...... The value of that property is a
> list of pairs whose car is the variable or subgroup symbol and the cdr
> is either custom-variable or custom-group.
> 
> Updated:
> 
> The variables, faces, and subgroups of a group are stored in the
> custom-group property of the group's symbol. ...... The value of that
> property is a list of pairs whose car is the variable, face, or
> subgroup symbol and the cdr is either custom-variable, custom-face, or
> custom-group.
> 
> Reason:
> 
> ```
> (defgroup shynur/groupA ()
>   "")
> 
> (defface shynur/groupA-face
>   ()
>   ""
>   :group 'shynur/groupA)
> 
> (get 'shynur/groupA 'custom-group)
> ;; => ((shynur/groupA-face custom-face))
> ```
> 
> _____________________________________________________________________
> 
> 2. Fix typo for doc/lispref/loading.texi (Emacs Dynamic Modules): Fix
>    typo.
> 
> Original:
> 
> ......, if the use typed C-g during the initialization.
> 
> Fixed:
> 
> ......, if the user typed C-g during the initialization.

Thanks, fixed on the emacs-29 release branch.

Btw, you have now exhausted the amount of changes we can accept from
you without copyright assignment.  Would you like to start your
assignment process at this time, so that we could keep accepting your
contributions in the future?




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 17 May 2023 11:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 31 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.