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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jambunathan K <kjambunathan <at> gmail.com>
Subject: bug#14955: closed (Re: bug#14955: 24.3.50; defcustom: :tag not
 shown when :options is present)
Date: Fri, 15 Nov 2013 05:02:05 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#14955: 24.3.50; defcustom: :tag not shown when :options is present

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 14955 <at> debbugs.gnu.org.

-- 
14955: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14955
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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.

[Message part 3 (message/rfc822, inline)]
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




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.