From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: fancy-splash-screen customize group... Date: Fri, 09 Dec 2005 18:40:38 +0100 Message-ID: <4399C196.9030403@student.lu.se> References: <200512082134.jB8LYk2K018733@brains.moreideas.ca> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------090604090608010202000107" X-Trace: sea.gmane.org 1134158322 26717 80.91.229.2 (9 Dec 2005 19:58:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Dec 2005 19:58:42 +0000 (UTC) Cc: teirllm@dms.auburn.edu, Peter Whaite , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 09 20:58:40 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EkoMq-0007br-WC for ged-emacs-devel@m.gmane.org; Fri, 09 Dec 2005 20:57:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EkoNC-0001ck-CF for ged-emacs-devel@m.gmane.org; Fri, 09 Dec 2005 14:57:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EkmF9-0006WY-SX for emacs-devel@gnu.org; Fri, 09 Dec 2005 12:41:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EkmF5-0006Tj-LD for emacs-devel@gnu.org; Fri, 09 Dec 2005 12:41:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EkmF5-0006TX-Ck for emacs-devel@gnu.org; Fri, 09 Dec 2005 12:41:11 -0500 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EkmGB-0002fq-4I; Fri, 09 Dec 2005 12:42:19 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout2-sn1.fre.skanova.net (7.2.069.1) id 43995FC6000215FA; Fri, 9 Dec 2005 18:40:38 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: rms@gnu.org In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:47331 Archived-At: This is a multi-part message in MIME format. --------------090604090608010202000107 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Richard M. Stallman wrote: > There is still no clear item telling people how to find customizations > though. I think there should be a new item, 'Finding Customizations'. > >What would this node contain? > > I have attached a suggestion for this (actually in a reply to a previous message where you asked for this). It also changes to ! * Saving Customizations:: How to save customizations in a different file. ! And why they can not be saved when emacs was ! invoked with -Q. --------------090604090608010202000107 Content-Type: text/plain; name="custom.texi-searching.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="custom.texi-searching.patch" Index: custom.texi =================================================================== RCS file: /cvsroot/emacs/emacs/man/custom.texi,v retrieving revision 1.94 diff -c -r1.94 custom.texi *** custom.texi 9 Dec 2005 00:30:08 -0000 1.94 --- custom.texi 9 Dec 2005 17:38:59 -0000 *************** *** 206,213 **** @menu * Groups: Customization Groups. How options are classified in a structure. * Changing a Variable:: How to edit a value and set an option. ! * Saving Customizations:: Details of saving customizations. * Face Customization:: How to edit the attributes of a face. * Specific Customization:: Making a customization buffer for specific variables, faces, or groups. --- 206,216 ---- @menu * Groups: Customization Groups. How options are classified in a structure. + * Searching for Options:: How to search for options using regexps. * Changing a Variable:: How to edit a value and set an option. ! * Saving Customizations:: How to save customizations in a different file. ! And why they can not be saved when emacs was ! invoked with -Q. * Face Customization:: How to edit the attributes of a face. * Specific Customization:: Making a customization buffer for specific variables, faces, or groups. *************** *** 291,296 **** --- 294,307 ---- that group and its contents, just that variable, or just that face. This is the way to set values in it. + @node Searching for Options + @subsection Searching for Options + + You can search for customization options and groups by name using + regular expressions. The search functions are available in the menus + under Options - Customize Emacs. See also the function + customize-apropos in (@pxref{Specific Customization}). + @node Changing a Variable @subsection Changing a Variable *************** *** 609,615 **** Set up a customization buffer with just one group, @var{group}. @item M-x customize-apropos @key{RET} @var{regexp} @key{RET} Set up a customization buffer with all the variables, faces and groups ! that match @var{regexp}. @item M-x customize-changed-options @key{RET} @var{version} @key{RET} Set up a customization buffer with all the variables, faces and groups whose meaning has changed since Emacs version @var{version}. --- 620,628 ---- Set up a customization buffer with just one group, @var{group}. @item M-x customize-apropos @key{RET} @var{regexp} @key{RET} Set up a customization buffer with all the variables, faces and groups ! that match @var{regexp}. There are also more specific functions: ! customize-apropos-options, customize-apropos-faces and ! customize-apropos-groups. @item M-x customize-changed-options @key{RET} @var{version} @key{RET} Set up a customization buffer with all the variables, faces and groups whose meaning has changed since Emacs version @var{version}. --------------090604090608010202000107 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --------------090604090608010202000107--