all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#33440: 26.1; grouping `forms' in info:elisp#Index
@ 2018-11-20  3:22 Van L
  2018-11-20 15:49 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Van L @ 2018-11-20  3:22 UTC (permalink / raw)
  To: 33440

Hello,

This is a suggestion not a bug.

At (info "(elisp)" Index)
grouping on a common prefix
all the entries associated with 'forms'
at the following context is useful, note that
'form' itself occurs further above 'format'.

And, for (info "(elisp) Forms")
to go in the index. A first search finds
all but one entry refer to special forms.

* formatting time values:                Time Parsing.        (line   6)
* formfeed:                              Basic Char Syntax.   (line  27)
* forward-button:                        Button Buffer Commands.
                                                              (line  32)
* forward-char:                          Character Motion.    (line  24)


The grouping on common prefix 'forms' would be like how tooltip is arranged:

* tooltip face:                          Tooltips.            (line  42)
* tooltip for help strings:              Special Properties.  (line  83)
* tooltip frames:                        Tooltips.            (line  26)
* tooltip-event-buffer:                  Tooltips.            (line  59)
* tooltip-frame-parameters:              Tooltips.            (line  31)
* tooltip-functions:                     Tooltips.            (line  46)
* tooltip-help-tips:                     Tooltips.            (line  46)
* tooltip-mode:                          Tooltips.            (line  13)
* tooltips:                              Tooltips.            (line   6)

or how cl/CL is:

* cl:                                    Lisp History.        (line  28)
* CL note—allocate more storage:         Garbage Collection.  (line  51)
* CL note—case of letters:               Symbol Type.         (line  38)
* CL note—default optional arg:          Argument List.       (line  46)
* CL note—integers vrs eq:               Comparison of Numbers.
                                                              (line  39)
* CL note—interning existing symbol:     Creating Symbols.    (line 116)
* CL note—lack union, intersection:      Sets And Lists.      (line  13)
* CL note—no continuable errors:         Signaling Errors.    (line  98)
* CL note—no setf functions:             Adding Generalized Variables.
                                                              (line  53)
* CL note—only throw in Emacs:           Catch and Throw.     (line  54)
* CL note—rplaca vs setcar:              Modifying Lists.     (line  10)
* CL note—special forms compared:        Special Forms.       (line  99)
* CL note—symbol in obarrays:            Creating Symbols.    (line  65)
* cl-call-next-method:                   Generic Functions.   (line 196)
* cl-defgeneric:                         Generic Functions.   (line  49)
* cl-defmethod:                          Generic Functions.   (line  71)
* cl-next-method-p:                      Generic Functions.   (line 204)
* cl-old-struct-compat-mode:             Backward Compatibility.
                                                              (line  12)






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#33440: 26.1; grouping `forms' in info:elisp#Index
  2018-11-20  3:22 bug#33440: 26.1; grouping `forms' in info:elisp#Index Van L
@ 2018-11-20 15:49 ` Eli Zaretskii
  2018-11-22 12:31   ` Van L
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2018-11-20 15:49 UTC (permalink / raw)
  To: Van L; +Cc: 33440

> From: Van L <van@scratch.space>
> Date: Tue, 20 Nov 2018 14:22:21 +1100
> 
> This is a suggestion not a bug.
> 
> At (info "(elisp)" Index)
> grouping on a common prefix
> all the entries associated with 'forms'
> at the following context is useful, note that
> 'form' itself occurs further above 'format'.
> 
> And, for (info "(elisp) Forms")
> to go in the index. A first search finds
> all but one entry refer to special forms.
> 
> * formatting time values:                Time Parsing.        (line   6)
> * formfeed:                              Basic Char Syntax.   (line  27)
> * forward-button:                        Button Buffer Commands.
>                                                               (line  32)
> * forward-char:                          Character Motion.    (line  24)
> 
> 
> The grouping on common prefix 'forms' would be like how tooltip is arranged:

I'm not sure I understand the request.  Are you asking for index
entries like "forms, self-evaluating", "forms, symbol", "forms, list",
etc.?





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#33440: 26.1; grouping `forms' in info:elisp#Index
  2018-11-20 15:49 ` Eli Zaretskii
@ 2018-11-22 12:31   ` Van L
  2018-11-24  8:02     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Van L @ 2018-11-22 12:31 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 33440


> I'm not sure I understand the request.  Are you asking for index
> entries like "forms, self-evaluating", "forms, symbol", "forms, list",
> etc.?

I don’t know the forms there, a sampling is the following:

* form:                                  Intro Eval.          (line  12)
* special form descriptions:             A Sample Function Description.
                                                              (line   6)
* special forms:                         Special Forms.       (line   6)
* special forms for control structures:  Control Structures.  (line   6)

The above would be indexed together with a common prefix.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#33440: 26.1; grouping `forms' in info:elisp#Index
  2018-11-22 12:31   ` Van L
@ 2018-11-24  8:02     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2018-11-24  8:02 UTC (permalink / raw)
  To: Van L; +Cc: 33440-done

> From: Van L <van@scratch.space>
> Date: Thu, 22 Nov 2018 23:31:02 +1100
> Cc: 33440@debbugs.gnu.org
> 
> > I'm not sure I understand the request.  Are you asking for index
> > entries like "forms, self-evaluating", "forms, symbol", "forms, list",
> > etc.?
> 
> I don’t know the forms there, a sampling is the following:
> 
> * form:                                  Intro Eval.          (line  12)
> * special form descriptions:             A Sample Function Description.
>                                                               (line   6)
> * special forms:                         Special Forms.       (line   6)
> * special forms for control structures:  Control Structures.  (line   6)
> 
> The above would be indexed together with a common prefix.

Done, thanks.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-24  8:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-20  3:22 bug#33440: 26.1; grouping `forms' in info:elisp#Index Van L
2018-11-20 15:49 ` Eli Zaretskii
2018-11-22 12:31   ` Van L
2018-11-24  8:02     ` Eli Zaretskii

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.