emacs-devel
[Top][All Lists]
Advanced

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

address@hidden: RE: customize group and option should introduce parent g


From: Richard Stallman
Subject: address@hidden: RE: customize group and option should introduce parent groups the sameway]
Date: Mon, 30 Jul 2007 16:48:34 -0400

No one objected to this patch.  Would someone please install it and ack?

------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY 
        autolearn=failed version=3.1.0
From: "Drew Adams" <address@hidden>
To: <address@hidden>
Subject: RE: customize group and option should introduce parent groups the 
sameway
Date: Sun, 22 Jul 2007 07:27:13 -0700
MIME-Version: 1.0
Content-Type: text/plain;
        charset="ISO-8859-15"
In-Reply-To: <address@hidden>

> Would you like to submit a patch?

Untested:

*** cus-edit-CVS-2007-07-22.el  Sun Jul 22 07:20:56 2007
- --- cus-edit-CVS-patched-2007-07-22.el        Sun Jul 22 07:23:50 2007
***************
*** 3889,3895 ****
                    ;;; was made to display a group.
               (when (eq level 1)
                 (if (custom-add-parent-links widget
!                                             "Parent group:")
                     (insert "\n"))))
           ;; Create level indicator.
           (insert-char ?\  (* custom-buffer-indent (1- level)))
- --- 3889,3895 ----
                    ;;; was made to display a group.
               (when (eq level 1)
                 (if (custom-add-parent-links widget
!                                             "Parent groups:")
                     (insert "\n"))))
           ;; Create level indicator.
           (insert-char ?\  (* custom-buffer-indent (1- level)))
***************
*** 4491,4497 ****
    (interactive)
    (save-excursion
      (goto-char (point-min))
!     (if (search-forward "\nGo to parent group: " nil t)
        (let* ((button (get-char-property (point) 'button))
               (parent (downcase (widget-get  button :tag))))
          (customize-group parent)))))
- --- 4491,4497 ----
    (interactive)
    (save-excursion
      (goto-char (point-min))
!     (if (search-forward "\nParent groups: " nil t)
        (let* ((button (get-char-property (point) 'button))
               (parent (downcase (widget-get  button :tag))))
          (customize-group parent)))))
------- End of forwarded message -------





reply via email to

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