From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.help Subject: Re: Info nodes titles font size customization Date: Sun, 05 Oct 2008 21:07:10 +0200 Message-ID: <48E9105E.3050800@gmail.com> References: <87ej2v5njx.fsf@gmail.com> <87r66vuid1.fsf@gmail.com> <874p3qopx0.fsf@gmail.com> <87hc7q4ytj.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1223233697 25391 80.91.229.12 (5 Oct 2008 19:08:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 Oct 2008 19:08:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Rodolfo Medina Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 05 21:09:15 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KmYyD-00013M-18 for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Oct 2008 21:08:45 +0200 Original-Received: from localhost ([127.0.0.1]:60172 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmYx9-0005Q9-Mu for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Oct 2008 15:07:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KmYwr-0005NX-0K for help-gnu-emacs@gnu.org; Sun, 05 Oct 2008 15:07:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KmYwn-0005LX-1W for help-gnu-emacs@gnu.org; Sun, 05 Oct 2008 15:07:20 -0400 Original-Received: from [199.232.76.173] (port=37612 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmYwm-0005LN-Rs for help-gnu-emacs@gnu.org; Sun, 05 Oct 2008 15:07:16 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]:55727) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KmYwm-0006K8-8T for help-gnu-emacs@gnu.org; Sun, 05 Oct 2008 15:07:16 -0400 Original-Received: from c83-254-151-87.bredband.comhem.se ([83.254.151.87]:63917 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1KmYwk-0006G9-5S; Sun, 05 Oct 2008 21:07:15 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <87hc7q4ytj.fsf@gmail.com> X-Enigmail-Version: 0.95.7 X-Antivirus: avast! (VPS 081004-0, 2008-10-04), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.151.87 X-Scan-Result: No virus found in message 1KmYwk-0006G9-5S. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1KmYwk-0006G9-5S f1ec44e85e4d9bb3696ac8e1717ae8fb X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6? (barebone, rare!) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:58397 Archived-At: Rodolfo Medina wrote: > To better explain what I mean, suppose that I want a ps-top-margin of 20pt. If > I do `M-x customize-group RET ps-psrint RET' and do my setting via > customization, in my .emacs the following ugly stuff will automatically appear: > > (custom-set-variables > ;; custom-set-variables was added by Custom. > ;; If you edit it by hand, you could mess it up, so be careful. > ;; Your init file should contain only one such instance. > ;; If there is more than one, they won't work right. > '(canlock-password "1f8d809977b1fd859c60b1c2c546a18075b660a4") > '(ps-top-margin 5)) > > > ; instead, all I need is to write: > > (setq ps-top-margin 5) > > , which is much more tiny and simple. I wish something similar in this case. Please look in (info "(elisp) Faces") There you can start to search the information you need to write the function you want.