GNU bug report logs - #14955
24.3.50; defcustom: :tag not shown when :options is present

Previous Next

Package: emacs;

Reported by: Jambunathan K <kjambunathan <at> gmail.com>

Date: Fri, 26 Jul 2013 03:47:02 UTC

Severity: minor

Found in version 24.3.50

Done: Jambunathan K <kjambunathan <at> gmail.com>

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 14955 in the body.
You can then email your comments to 14955 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#14955; Package emacs. (Fri, 26 Jul 2013 03:47:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jambunathan K <kjambunathan <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 26 Jul 2013 03:47:02 GMT) Full text and rfc822 format available.

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

From: Jambunathan K <kjambunathan <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50; defcustom: :tag not shown when :options is present
Date: Fri, 26 Jul 2013 09:00:50 +0530
1. C-M-x the defcustom below.

    (defcustom org-jabref-export-formats
      '(("odt"
         ("Chicago Manual of Style (author-date)"
          :in-text "chicago.ODF.text" :bibliography "chicago.ODF.reference")))
      "JabRef export formats for various backends."
      :group 'org-jabref
      :version "24.4"
      :type '(alist :key-type (string :tag "Export backend")
                    :options ("odt" "html")
                    :value-type
    ;; vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
                    (alist :key-type (string :tag "Citation style")
    ;; vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv		       
                           :options ("Chicago Manual of Style (author-date)")
                           :value-type
                           (plist :tag "export formats"
                                  :value-type (string :tag "export format")
                                  :options (:in-text
                                            :bibliography)))))

2. M-x customize-variable RET org-jabref-export-formats RET

   Press INS to bring the customize buffer to the state below


    Hide Org Jabref Export Formats:
    [X] Key: odt
        Alist:
        [X] Key: Chicago Manual of Style (author-date) <======== :tag is missing
            export formats:
            [X] Key: :in-text
                export format: chicago.ODF.text
            [X] Key: :bibliography
                export format: chicago.ODF.reference
                    INS
            INS DEL Citation style:                   <========= :tag shown here
                    export formats:
                    [ ] Key: :in-text
                        export format: 
                    [ ] Key: :bibliography
                        export format: 
                                    INS
        INS


I think the :tag option should be displayed for values specified with
:options.  WDYT. 

Feel free to close this bug if this report sounds frivolous.

In GNU Emacs 24.3.50.24 (i686-pc-linux-gnu, GTK+ Version 2.20.1)
 of 2013-07-26 on debian-6.05
Bzr revision: 113547 rgm <at> gnu.org-20130726015506-xqc4ksyjl4qxvh8f
Windowing system distributor `The X.Org Foundation', version 11.0.10707000
Important settings:
  value of $LANG: en_IN
  locale-coding-system: iso-latin-1-unix
  default enable-multibyte-characters: t





Reply sent to Jambunathan K <kjambunathan <at> gmail.com>:
You have taken responsibility. (Fri, 15 Nov 2013 05:02:04 GMT) Full text and rfc822 format available.

Notification sent to Jambunathan K <kjambunathan <at> gmail.com>:
bug acknowledged by developer. (Fri, 15 Nov 2013 05:02:05 GMT) Full text and rfc822 format available.

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

From: Jambunathan K <kjambunathan <at> gmail.com>
To: 14955-done <at> debbugs.gnu.org
Subject: Re: bug#14955: 24.3.50;
 defcustom: :tag not shown when :options is present
Date: Fri, 15 Nov 2013 10:31:13 +0530
OP here.  Closed.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 13 Dec 2013 12:24:22 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 191 days ago.

Previous Next


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