all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
To: emacs-devel@gnu.org
Subject: [drew.adams@oracle.com: RE: customize group and option should introduce parent groups the sameway]
Date: Mon, 30 Jul 2007 16:48:34 -0400	[thread overview]
Message-ID: <E1IFcAM-00049Q-JE@fencepost.gnu.org> (raw)

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" <drew.adams@oracle.com>
To: <rms@gnu.org>
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: <E1ICQZo-000361-Ce@fencepost.gnu.org>

> 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	other threads:[~2007-07-30 20:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-30 20:48 Richard Stallman [this message]
2007-08-01  1:20 ` [drew.adams@oracle.com: RE: customize group and option should introduce parent groups the sameway] Vinicius Jose Latorre
  -- strict thread matches above, loose matches on Subject: below --
2007-07-23  4:28 Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1IFcAM-00049Q-JE@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.