bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27624: Implement Info-number-index-items


From: 積丹尼 Dan Jacobson
Subject: bug#27624: Implement Info-number-index-items
Date: Sun, 09 Jul 2017 02:12:49 +0800

Don't you think it is weird for an Info page to say

  5.17 Android shell setup hints
  ==============================

but then in its parent index, one only sees

  Configuring TRAMP for use

  * Remote shell setup::          Remote shell setup hints.
  * Android shell setup::         Android shell setup hints.
  * Auto-save and Backup::        Auto-save and Backup.

Therefore I hereby propose there be created

  (defcustom Info-number-index-items 'full
    "'basic means to put the subsection number in front of index items.
    'full means to put the full index number in front of index items...

Thus one could see

  5 Configuring TRAMP for use

  * 16 Remote shell setup::          Remote shell setup hints.
  * 17 Android shell setup::         Android shell setup hints.
  * 18 Auto-save and Backup::        Auto-save and Backup.

Or

  5 Configuring TRAMP for use

  * 5.16 Remote shell setup::          Remote shell setup hints.
  * 5.17 Android shell setup::         Android shell setup hints.
  * 5.18 Auto-save and Backup::        Auto-save and Backup.

In fact, I can't think of any book or online document that doesn't
number their chapters or indexes.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]