unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [drew.adams@oracle.com: RE: customize group and option should introduce parent groups the sameway]
@ 2007-07-23  4:28 Richard Stallman
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Stallman @ 2007-07-23  4:28 UTC (permalink / raw)
  To: emacs-devel

Does anyone object to this patch?

------- 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 -------

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [drew.adams@oracle.com: RE: customize group and option should introduce parent groups the sameway]
@ 2007-07-30 20:48 Richard Stallman
  2007-08-01  1:20 ` Vinicius Jose Latorre
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Stallman @ 2007-07-30 20:48 UTC (permalink / raw)
  To: emacs-devel

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 -------

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [drew.adams@oracle.com: RE: customize group and option should introduce parent groups the sameway]
  2007-07-30 20:48 Richard Stallman
@ 2007-08-01  1:20 ` Vinicius Jose Latorre
  0 siblings, 0 replies; 3+ messages in thread
From: Vinicius Jose Latorre @ 2007-08-01  1:20 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel


Done in trunk and Emacs 22 branch.


Richard Stallman wrote:
> 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 -------
>   

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-08-01  1:20 UTC | newest]

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

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).